OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TranspositionsBase
(Results
1 - 3
of
3
) sorted by null
/external/eigen/Eigen/src/Core/
Transpositions.h
49
class
TranspositionsBase
63
Derived& operator=(const
TranspositionsBase
<OtherDerived>& other)
73
Derived& operator=(const
TranspositionsBase
& other)
136
inline Transpose<
TranspositionsBase
> inverse() const
137
{ return Transpose<
TranspositionsBase
>(derived()); }
140
inline Transpose<
TranspositionsBase
> transpose() const
141
{ return Transpose<
TranspositionsBase
>(derived()); }
156
class Transpositions : public
TranspositionsBase
<Transpositions<SizeAtCompileTime,MaxSizeAtCompileTime,IndexType> >
161
typedef
TranspositionsBase
<Transpositions> Base;
169
inline Transpositions(const
TranspositionsBase
<OtherDerived>& other
[
all
...]
PermutationMatrix.h
88
Derived& operator=(const
TranspositionsBase
<OtherDerived>& tr)
325
explicit PermutationMatrix(const
TranspositionsBase
<Other>& tr)
341
PermutationMatrix& operator=(const
TranspositionsBase
<Other>& tr)
424
Map& operator=(const
TranspositionsBase
<Other>& tr)
/external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h
103
template<typename Derived> class
TranspositionsBase
;
Completed in 55 milliseconds