Click or drag to resize

NMathFunctionsInverse(DoubleTriDiagMatrix, Boolean) Method

Computes the inverse of the matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static DoubleMatrix Inverse(
	DoubleTriDiagMatrix A,
	bool isSymmetricPD
)

Parameters

A  DoubleTriDiagMatrix
A tridiagonal matrix.
isSymmetricPD  Boolean
true if A is symmetric and positive definite.

Return Value

DoubleMatrix
The inverse of A.
See Also