Searched refs:MatrixLogarithmReturnValue (Results 1 – 4 of 4) sorted by relevance
307 template<typename Derived> class MatrixLogarithmReturnValue308 : public ReturnByValue<MatrixLogarithmReturnValue<Derived> >323 explicit MatrixLogarithmReturnValue(const Derived& A) : m_A(A) { } in MatrixLogarithmReturnValue() function354 struct traits<MatrixLogarithmReturnValue<Derived> >365 const MatrixLogarithmReturnValue<Derived> MatrixBase<Derived>::log() const368 return MatrixLogarithmReturnValue<Derived>(derived());
287 template<typename Derived> class MatrixLogarithmReturnValue;
463 const MatrixLogarithmReturnValue<Derived> log() const;
173 const MatrixLogarithmReturnValue<Derived> MatrixBase<Derived>::log() const