Module exponential

Module exponential 

Source
Expand description

Matrix exponential, logarithm, square root, and power functions

Functions§

expm
Compute the matrix exponential using Padé approximation.
logm
Compute the matrix logarithm.
logm_parallel
Compute the matrix logarithm with parallel processing support.
matrix_power
Compute the matrix power A^p for a real number p.
sqrtm
Compute the matrix square root using the Denman-Beavers iteration.
sqrtm_parallel
Compute the matrix square root with parallel processing support.