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