OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MatrixPowerReturnValue
(Results
1 - 3
of
3
) sorted by null
/external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixPower.h
456
class
MatrixPowerReturnValue
: public ReturnByValue<
MatrixPowerReturnValue
<Derived> >
469
MatrixPowerReturnValue
(const Derived& A, RealScalar p) : m_A(A), m_p(p)
488
MatrixPowerReturnValue
& operator=(const
MatrixPowerReturnValue
&);
498
struct traits<
MatrixPowerReturnValue
<Derived> >
504
const
MatrixPowerReturnValue
<Derived> MatrixBase<Derived>::pow(const RealScalar& p) const
505
{ return
MatrixPowerReturnValue
<Derived>(derived(), p); }
/external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h
273
template<typename Derived> class
MatrixPowerReturnValue
;
/external/eigen/Eigen/src/Core/
MatrixBase.h
460
const
MatrixPowerReturnValue
<Derived> pow(const RealScalar& p) const;
Completed in 603 milliseconds