Dense Matrix<T>.Get Exponential Method
Computes the matrix exponential of a square matrix.
Definition
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A Matrix that is the matrix exponential of this instance.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public override Matrix<T> GetExponential()
Return Value
Matrix<T>A Matrix that is the matrix exponential of this instance.
Exceptions
Dimension | The matrix is not square. |