HomeSort by relevance Sort by last modified time
    Searched refs:MatrixLogarithmReturnValue (Results 1 - 3 of 3) sorted by null

  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixLogarithm.h 420 template<typename Derived> class MatrixLogarithmReturnValue
421 : public ReturnByValue<MatrixLogarithmReturnValue<Derived> >
432 MatrixLogarithmReturnValue(const Derived& A) : m_A(A) { }
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/
ForwardDeclarations.h 272 template<typename Derived> class MatrixLogarithmReturnValue;
  /external/eigen/Eigen/src/Core/
MatrixBase.h 459 const MatrixLogarithmReturnValue<Derived> log() const;

Completed in 98 milliseconds