ExpM {manifold} | R Documentation |
Matrix exponential
Description
ExpM(X)
computes the matrix exponential using Armardillo.
Usage
ExpM(X)
Arguments
X |
A square matrix |
Value
A matrix having the same size as the input
[Package manifold version 0.1.1 Index]