Computes the matrix exponential of a square matrix.
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
public virtual Matrix GetExponential()
|
| Visual Basic (Declaration) |
Public Overridable Function GetExponential As Matrix
|
| Visual C++ |
public:
virtual Matrix^ GetExponential()
|
| F# |
abstract GetExponential : unit -> Matrix
override GetExponential : unit -> Matrix
|
Return Value
A
Matrix that is the matrix exponential of this instance.
Exceptions
See Also