Searched refs:MatrixPowerParenthesesReturnValue (Results 1 – 1 of 1) sorted by relevance
39 class MatrixPowerParenthesesReturnValue : public ReturnByValue< MatrixPowerParenthesesReturnValue<M…51 … MatrixPowerParenthesesReturnValue(MatrixPower<MatrixType>& pow, RealScalar p) : m_pow(pow), m_p(p) in MatrixPowerParenthesesReturnValue() function368 const MatrixPowerParenthesesReturnValue<MatrixType> operator()(RealScalar p) in operator()369 { return MatrixPowerParenthesesReturnValue<MatrixType>(*this, p); } in operator()686 struct traits< MatrixPowerParenthesesReturnValue<MatrixPowerType> >