Seawatermatrix_ solve Method
Definition
Namespace: DWSIM.Thermodynamics.PropertyPackages.Auxiliary
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
public long matrix_solve(
ref double[,] a,
ref double[] b,
ref double[] x,
long n
)VB
Public Function matrix_solve (
ByRef a As Double(,),
ByRef b As Double(),
ByRef x As Double(),
n As Long
) As Long