Namespace: DWSIM.Thermodynamics.PropertyPackages.ThermoPlugsAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax [CudafyAttribute]
public static void srk_gpu_sum2(
GThread thread,
double[,] a,
double[] ai,
double[,] VKij
)
<CudafyAttribute>
Public Shared Sub srk_gpu_sum2 (
thread As GThread,
a As Double(,),
ai As Double(),
VKij As Double(,)
)
Request Example
View SourceParameters
- thread GThread
-
- a Double
-
- ai Double
-
- VKij Double
-
See Also