Click or drag to resize

Inversermatrixluinverse Method


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

Parameters

a  Double
 
pivots  Int32
 
n  Int32
 

Return Value

Boolean
See Also