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

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
H A DMatrixPower.h39 class MatrixPowerParenthesesReturnValue : public ReturnByValue< MatrixPowerParenthesesReturnValue<MatrixType> > class in namespace:Eigen
51 MatrixPowerParenthesesReturnValue(MatrixPower<MatrixType>& pow, RealScalar p) : m_pow(pow), m_p(p) function in class:Eigen::MatrixPowerParenthesesReturnValue
368 const MatrixPowerParenthesesReturnValue<MatrixType> operator()(RealScalar p)
369 { return MatrixPowerParenthesesReturnValue<MatrixType>(*this, p); }
686 struct traits< MatrixPowerParenthesesReturnValue<MatrixPowerType> >

Completed in 267 milliseconds