Searched refs:MatrixPowerRetval (Results 1 – 1 of 1) sorted by relevance
18 class MatrixPowerRetval : public ReturnByValue< MatrixPowerRetval<MatrixType> >24 MatrixPowerRetval(MatrixPower<MatrixType>& pow, RealScalar p) : m_pow(pow), m_p(p) in MatrixPowerRetval() function37 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> >