Searched refs:MatrixLogarithmReturnValue (Results 1 – 4 of 4) sorted by relevance
420 template<typename Derived> class MatrixLogarithmReturnValue421 : public ReturnByValue<MatrixLogarithmReturnValue<Derived> >432 MatrixLogarithmReturnValue(const Derived& A) : m_A(A) { } in MatrixLogarithmReturnValue() function462 MatrixLogarithmReturnValue& operator=(const MatrixLogarithmReturnValue&);467 struct traits<MatrixLogarithmReturnValue<Derived> >478 const MatrixLogarithmReturnValue<Derived> MatrixBase<Derived>::log() const481 return MatrixLogarithmReturnValue<Derived>(derived());
272 template<typename Derived> class MatrixLogarithmReturnValue;
455 const MatrixLogarithmReturnValue<Derived> log() const;
170 const MatrixLogarithmReturnValue<Derived> MatrixBase<Derived>::log() const