Home | History | Annotate | Download | only in MatrixFunctions

Lines Matching defs:compute

44   /** \brief Compute matrix logarithm of atomic matrix
48 MatrixType compute(const MatrixType& A);
80 /** \brief Compute logarithm of triangular matrix with clustered eigenvalues. */
82 MatrixType MatrixLogarithmAtomic<MatrixType>::compute(const MatrixType& A)
95 /** \brief Compute atanh (inverse hyperbolic tangent). */
107 /** \brief Compute logarithm of 2x2 triangular matrix. */
135 /** \brief Compute logarithm of triangular matrices with size > 2.
160 MatrixSquareRootTriangular<MatrixType>(T).compute(sqrtT);
223 /* \brief Compute Pade approximation to matrix logarithm */
443 /** \brief Compute the matrix logarithm.
462 mf.compute(result);