Click or drag to resize

TRInversermatrixtrinverse Method


Namespace: DWSIM.MathOps.MathEx.MatrixOps
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 8.8.1.0
Syntax
public static bool rmatrixtrinverse(
	ref double[,] a,
	int n,
	bool isupper,
	bool isunittriangular
)
Request Example View Source

Parameters

a  Double
 
n  Int32
 
isupper  Boolean
 
isunittriangular  Boolean
 

Return Value

Boolean
See Also