Home | History | Annotate | Download | only in MatrixFunctions

Lines Matching refs:compute

29     { m_pow.compute(res, m_p); }
68 void compute(MatrixType& res) const;
77 void MatrixPowerAtomic<MatrixType>::compute(MatrixType& res) const
168 MatrixSquareRootTriangular<MatrixType>(T).compute(sqrtT);
266 * Therefore, if you want to compute multiple (>= 2) matrix powers
311 * \brief Compute the matrix power.
318 void compute(ResultType& res, RealScalar p);
356 void MatrixPower<MatrixType>::compute(ResultType& res, RealScalar p)
420 MatrixPowerAtomic<ComplexMatrix>(m_T, p).compute(m_fT);
473 * \brief Compute the matrix power.
480 { MatrixPower<PlainObject>(m_A.eval()).compute(res, m_p); }