Lines Matching refs:Matrix
17 * \brief Helper class for computing matrix functions of atomic matrices.
20 * Here, an atomic matrix is a triangular matrix whose diagonal
32 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType;
35 * \param[in] f matrix function to compute.
39 /** \brief Compute matrix function of atomic matrix
40 * \param[in] A argument of matrix function, should be upper triangular and atomic
41 * \returns f(A), the matrix function evaluated at the given matrix
57 /** \brief Size of matrix function */