Diagonal Matrix<T>.Get Inverse Method
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Overload List
Get | Calculates the inverse matrix.. |
Get | Calculates the inverse of this matrix. |
GetInverse(Boolean)
Calculates the inverse of this matrix.
public override Matrix<T> GetInverse(
bool overwrite
)
Parameters
- overwrite Boolean
Return Value
Matrix<T>The DiagonalMatrix<T> that is the inverse of the DiagonalMatrix<T>.
Exceptions
Matrix | The DiagonalMatrix<T> is singular and does not have an inverse. |
Dimension | The matrix is not square. |