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

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
H A DMatrixFunction.h487 template<typename Derived> class MatrixFunctionReturnValue class in namespace:Eigen
488 : public ReturnByValue<MatrixFunctionReturnValue<Derived> >
502 MatrixFunctionReturnValue(const Derived& A, StemFunction f) : m_A(A), m_f(f) { } function in class:Eigen::MatrixFunctionReturnValue
534 MatrixFunctionReturnValue& operator=(const MatrixFunctionReturnValue&);
539 struct traits<MatrixFunctionReturnValue<Derived> >
550 const MatrixFunctionReturnValue<Derived> MatrixBase<Derived>::matrixFunction(typename internal::stem_function<typename internal::traits<Derived>::Scalar>::type f) const
553 return MatrixFunctionReturnValue<Derived>(derived(), f);
557 const MatrixFunctionReturnValue<Derived> MatrixBase<Derived>::sin() const
561 return MatrixFunctionReturnValue<Derive
[all...]

Completed in 726 milliseconds