Click or drag to resize

Seawatermatrix_solve Method


Namespace: DWSIM.Thermodynamics.PropertyPackages.Auxiliary
Assembly: 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
)
Request Example View Source

Parameters

a  Double
 
b  Double
 
x  Double
 
n  Int64
 

Return Value

Int64
See Also