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 429 template<typename Derived> class MatrixLogarithmReturnValue
430 : public ReturnByValue<MatrixLogarithmReturnValue<Derived> >
441 MatrixLogarithmReturnValue(const Derived& A) : m_A(A) { }
471 MatrixLogarithmReturnValue& operator=(const MatrixLogarithmReturnValue&);
476 struct traits<MatrixLogarithmReturnValue<Derived> >
487 const MatrixLogarithmReturnValue<Derived> MatrixBase<Derived>::log() const
490 return MatrixLogarithmReturnValue<Derived>(derived());
  /external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h 273 template<typename Derived> class MatrixLogarithmReturnValue;
  /external/eigen/Eigen/src/Core/
MatrixBase.h 456 const MatrixLogarithmReturnValue<Derived> log() const;

Completed in 24 milliseconds