OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
453
const
MatrixLogarithmReturnValue
<Derived> log() const;
Completed in 59 milliseconds