Lines Matching defs:compute
55 * \brief Compute the matrix power.
61 { m_pow.compute(res, m_p); }
127 * \brief Compute the matrix power.
132 void compute(ResultType& res) const;
144 void MatrixPowerAtomic<MatrixType>::compute(ResultType& res) const
329 * Therefore, if you want to compute multiple (>= 2) matrix powers
372 * \brief Compute the matrix power.
379 void compute(ResultType& res, RealScalar p);
450 void MatrixPower<MatrixType>::compute(ResultType& res, RealScalar p)
559 MatrixPowerAtomic<ComplexMatrix>(m_T.topLeftCorner(m_rank, m_rank), p).compute(blockTp);
615 * \brief Compute the matrix power.
622 { MatrixPower<PlainObject>(m_A.eval()).compute(res, m_p); }
663 * \brief Compute the matrix power.