Matrix<T>.GetExponential Method

Computes the matrix exponential of a square matrix.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public virtual Matrix<T> GetExponential()

Return Value

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

Exceptions

DimensionMismatchExceptionThe matrix is not square.

See Also