Click or drag to resize

NMathFunctionsExpm Method

Overload List
 NameDescription
Public methodStatic memberExpm(DoubleComplexMatrix) Computes the matrix exponential, e^A, of a given square matrix.
Public methodStatic memberExpm(DoubleMatrix) Computes the matrix exponential, e^A, of a given square matrix.
Public methodStatic memberExpm(FloatComplexMatrix) Computes the matrix exponential, e^A, of a given square matrix.
Public methodStatic memberExpm(FloatMatrix) Computes the matrix exponential, e^A, of a given square matrix.
Public methodStatic memberExpm(DoubleComplexMatrix, Double) Computes the matrix exponential, e^A, of a given square matrix.
Public methodStatic memberExpm(DoubleMatrix, Double) Computes the matrix exponential, e^A, of a given square matrix.
Public methodStatic memberExpm(FloatComplexMatrix, Single) Computes the matrix exponential, e^A, of a given square matrix.
Public methodStatic memberExpm(FloatMatrix, Double) Computes the matrix exponential, e^A, of a given square matrix.
Top
See Also