Seawatermatrix_solve Method |
Namespace: DWSIM.Thermodynamics.PropertyPackages.AuxiliaryAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public long matrix_solve(
ref double[,] a,
ref double[] b,
ref double[] x,
long n
)
Public Function matrix_solve (
ByRef a As Double(,),
ByRef b As Double(),
ByRef x As Double(),
n As Long
) As Long
Request Example
View SourceParameters
- a Double
-
- b Double
-
- x Double
-
- n Int64
-
Return Value
Int64See Also