Lines Matching refs:logarithm
36 * - \ref matrixbase_log "MatrixBase::log()", for computing the matrix logarithm
170 Compute the matrix logarithm.
176 \param[in] M invertible matrix whose logarithm is to be computed.
177 \returns expression representing the matrix logarithm root of \p M.
179 The matrix logarithm of \f$ M \f$ is a matrix \f$ X \f$ such that
181 the scalar logarithm, the equation \f$ \exp(X) = M \f$ may have
185 The matrix logarithm is different from applying the log function to all the entries in the matrix.
193 This function computes the matrix logarithm using the Schur-Parlett
195 logarithm of an atomic block is computed by MatrixLogarithmAtomic,
243 logarithm. This is different from raising all the entries in the matrix
249 argument of matrix logarithm.