DenseMatrix<T, TSlice, TStorage2D>.GetExponential Method

Computes the matrix exponential of a square matrix.

Definition

Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public override Matrix<T> GetExponential()

Return Value

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

Exceptions

DimensionMismatchException

The matrix is not square.

See Also