Click or drag to resize

TomichTDMASolve Method


Namespace: DWSIM.UnitOperations.UnitOperations.Auxiliary.SepOps.SolvingMethods
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 8.8.1.0
Syntax
public static double[] TDMASolve(
	double[] a,
	double[] b,
	double[] c,
	double[] d
)
Request Example View Source

Parameters

a  Double
 
b  Double
 
c  Double
 
d  Double
 

Return Value

Double
See Also