HermitianMatrix<T>.GetInverse Method

DefinitionPermalink

Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0

Overload ListPermalink

GetInverse() Calculates the inverse matrix..
GetInverse(Boolean) Calculates the inverse matrix.

GetInverse(Boolean)Permalink

Calculates the inverse matrix.
C#
public override Matrix<T> GetInverse(
	bool overwrite
)

Parameters

overwrite  Boolean
 

Return Value

Matrix<T>
A HermitianMatrix<T> that is the matrix inverse of this instance.

ExceptionsPermalink

MatrixSingularException

The HermitianMatrix<T> is singular and does not have an inverse.

See AlsoPermalink