Back to LAPACK/BLAS
la.matrixFunctions.logm
Compute the principal matrix logarithm log(A).
Syntax
la.matrixFunctions.logm(A)
Description
Compute the principal matrix logarithm log(A). Uses the inverse scaling and squaring method. The matrix A must have no eigenvalues on the closed negative real axis.
Parameters
| Name | Description |
|---|---|
| A | - Input square matrix (n × n) |
Returns
LogmResult