Searched defs:MatrixPower (Results 1 - 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
H A DMatrixPower.h15 template<typename MatrixType> class MatrixPower;
24 MatrixPowerRetval(MatrixPower<MatrixType>& pow, RealScalar p) : m_pow(pow), m_p(p)
35 MatrixPower<MatrixType>& m_pow;
275 class MatrixPower class in namespace:Eigen
297 explicit MatrixPower(const MatrixType& A) : m_A(A), m_conditionNumber(0) function in class:Eigen::MatrixPower
356 void MatrixPower<MatrixType>::compute(ResultType& res, RealScalar p)
372 typename MatrixPower<MatrixType>::RealScalar
373 MatrixPower<MatrixType>::modfAndInit(RealScalar x, RealScalar* intpart)
398 void MatrixPower<MatrixType>::computeIntPower(ResultType& res, RealScalar p)
416 void MatrixPower<MatrixTyp
[all...]

Completed in 397 milliseconds