Home
last modified time | relevance | path

Searched refs:MatrixLogarithmReturnValue (Results 1 – 4 of 4) sorted by relevance

/external/eigen/unsupported/Eigen/src/MatrixFunctions/
DMatrixLogarithm.h420 template<typename Derived> class MatrixLogarithmReturnValue
421 : public ReturnByValue<MatrixLogarithmReturnValue<Derived> >
432 MatrixLogarithmReturnValue(const Derived& A) : m_A(A) { } in MatrixLogarithmReturnValue() function
462 MatrixLogarithmReturnValue& operator=(const MatrixLogarithmReturnValue&);
467 struct traits<MatrixLogarithmReturnValue<Derived> >
478 const MatrixLogarithmReturnValue<Derived> MatrixBase<Derived>::log() const
481 return MatrixLogarithmReturnValue<Derived>(derived());
/external/eigen/Eigen/src/Core/util/
DForwardDeclarations.h272 template<typename Derived> class MatrixLogarithmReturnValue;
/external/eigen/Eigen/src/Core/
DMatrixBase.h455 const MatrixLogarithmReturnValue<Derived> log() const;
/external/eigen/unsupported/Eigen/
DMatrixFunctions170 const MatrixLogarithmReturnValue<Derived> MatrixBase<Derived>::log() const