Home
last modified time | relevance | path

Searched refs:MatrixPowerRetval (Results 1 – 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
DMatrixPower.h18 class MatrixPowerRetval : public ReturnByValue< MatrixPowerRetval<MatrixType> >
24 MatrixPowerRetval(MatrixPower<MatrixType>& pow, RealScalar p) : m_pow(pow), m_p(p) in MatrixPowerRetval() function
37 MatrixPowerRetval& operator=(const MatrixPowerRetval&);
306 const MatrixPowerRetval<MatrixType> operator()(RealScalar p) in operator()
307 { return MatrixPowerRetval<MatrixType>(*this, p); } in operator()
493 struct traits< MatrixPowerRetval<MatrixPowerType> >