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.