Home | History | Annotate | Download | only in MatrixFunctions

Lines Matching refs:Matrix

22   * \brief Helper class for computing matrix logarithm of atomic matrices.
25 * Here, an atomic matrix is a triangular matrix whose diagonal
39 // typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType;
44 /** \brief Compute matrix logarithm of atomic matrix
45 * \param[in] A argument of matrix logarithm, should be upper triangular and atomic
80 /** \brief Compute logarithm of triangular matrix with clustered eigenvalues. */
107 /** \brief Compute logarithm of 2x2 triangular matrix. */
223 /* \brief Compute Pade approximation to matrix logarithm */
419 * \brief Proxy for the matrix logarithm of some matrix (expression).
421 * \tparam Derived Type of the argument to the matrix function.
423 * This class holds the argument to the matrix function until it is
439 * \param[in] A %Matrix (expression) forming the argument of the matrix logarithm.
443 /** \brief Compute the matrix logarithm.
456 typedef Matrix<ComplexScalar, Dynamic, Dynamic, Options, RowsAtCompileTime, ColsAtCompileTime> DynMatrixType;