OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PermutationWrapper
(Results
1 - 3
of
3
) sorted by null
/external/eigen/Eigen/src/Core/
PermutationMatrix.h
39
* \sa class PermutationMatrix, class
PermutationWrapper
269
* \sa class PermutationBase, class
PermutationWrapper
, class DiagonalMatrix
448
/** \class
PermutationWrapper
465
struct traits<
PermutationWrapper
<_IndicesType> >
483
class
PermutationWrapper
: public PermutationBase<
PermutationWrapper
<_IndicesType> >
485
typedef PermutationBase<
PermutationWrapper
> Base;
486
typedef internal::traits<
PermutationWrapper
> Traits;
493
inline
PermutationWrapper
(const IndicesType& indices)
680
const
PermutationWrapper
<const Derived> MatrixBase<Derived>::asPermutation() cons
[
all
...]
MatrixBase.h
269
const
PermutationWrapper
<const Derived> asPermutation() const;
/external/eigen/Eigen/src/Core/util/
ForwardDeclarations.h
105
template<typename _IndicesType> class
PermutationWrapper
;
Completed in 103 milliseconds