Seawatermatrix_solve Method

Definition

Namespace: DWSIM.Thermodynamics.PropertyPackages.Auxiliary
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
public long matrix_solve(
	ref double[,] a,
	ref double[] b,
	ref double[] x,
	long n
)

Parameters

a  Double
 
b  Double
 
x  Double
 
n  Int64
 

Return Value

Int64

See Also