Lines Matching full:matrix
148 * If the 0 eigenvalues are semisimple, they can form a 0 matrix at the
258 * \brief Class for computing matrix powers.
261 * of the Matrix class template.
266 * Therefore, if you want to compute multiple (>= 2) matrix powers
267 * for the same matrix, using the class directly is more efficient than
292 * \param[in] A the base of the matrix power.
301 * \brief Returns the matrix power.
311 * \brief Compute the matrix power.
325 typedef Matrix<ComplexScalar, RowsAtCompileTime, ColsAtCompileTime, MatrixType::Options,
343 Matrix<ComplexScalar, Rows, Cols, Options, MaxRows, MaxCols>& res,
349 Matrix<RealScalar, Rows, Cols, Options, MaxRows, MaxCols>& res,
429 Matrix<ComplexScalar, Rows, Cols, Options, MaxRows, MaxCols>& res,
437 Matrix<RealScalar, Rows, Cols, Options, MaxRows, MaxCols>& res,
445 * \brief Proxy for the matrix power of some matrix (expression).
447 * \tparam Derived type of the base, a matrix (expression).
449 * This class holds the arguments to the matrix power until it is
466 * \param[in] A %Matrix (expression), the base of the matrix power.
467 matrix power.
473 * \brief Compute the matrix power.