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

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
H A DMatrixLogarithm.h429 template<typename Derived> class MatrixLogarithmReturnValue class in namespace:Eigen
430 : public ReturnByValue<MatrixLogarithmReturnValue<Derived> >
441 MatrixLogarithmReturnValue(const Derived& A) : m_A(A) { } function in class:Eigen::MatrixLogarithmReturnValue
471 MatrixLogarithmReturnValue& operator=(const MatrixLogarithmReturnValue&);
476 struct traits<MatrixLogarithmReturnValue<Derived> >
487 const MatrixLogarithmReturnValue<Derived> MatrixBase<Derived>::log() const
490 return MatrixLogarithmReturnValue<Derived>(derived());

Completed in 24 milliseconds