Click or drag to resize

NMathFunctionsInverse(FloatTriDiagMatrix, Boolean) Method

Computes the inverse of the matrix.

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

Parameters

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

Return Value

FloatMatrix
The inverse of A.
See Also