Computes the matrix exponential of a square matrix.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public static Matrix MatrixExponential(
Matrix matrix
)
Public Shared Function MatrixExponential (
matrix As Matrix
) As Matrix
public:
static Matrix^ MatrixExponential(
Matrix^ matrix
)
static member MatrixExponential :
matrix : Matrix -> Matrix
Parameters
- matrix
- Type: Extreme.MathematicsMatrix
A square Matrix.
Return Value
Type:
MatrixA
Matrix that is the matrix exponential of
matrix.
Numerical Libraries
Supported in: 5.x, 4.x
Reference