OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PermutationType
(Results
1 - 13
of
13
) sorted by null
/external/eigen/Eigen/src/OrderingMethods/
Ordering.h
54
typedef PermutationMatrix<Dynamic, Dynamic, Index>
PermutationType
;
60
void operator()(const MatrixType& mat,
PermutationType
& perm)
73
void operator()(const SparseSelfAdjointView<SrcType, SrcUpLo>& mat,
PermutationType
& perm)
97
typedef PermutationMatrix<Dynamic, Dynamic, Index>
PermutationType
;
101
void operator()(const MatrixType& /*mat*/,
PermutationType
& perm)
118
typedef PermutationMatrix<Dynamic, Dynamic, Index>
PermutationType
;
125
void operator() (const MatrixType& mat,
PermutationType
& perm)
/external/eigen/Eigen/src/Core/
PermutationMatrix.h
44
template<typename
PermutationType
, typename MatrixType, int Side, bool Transposed=false>
46
template<typename
PermutationType
, typename MatrixType, int Side, bool Transposed=false>
562
template<typename
PermutationType
, typename MatrixType, int Side, bool Transposed>
563
struct traits<permut_matrix_product_retval<
PermutationType
, MatrixType, Side, Transposed> >
568
template<typename
PermutationType
, typename MatrixType, int Side, bool Transposed>
570
: public ReturnByValue<permut_matrix_product_retval<
PermutationType
, MatrixType, Side, Transposed> >
575
permut_matrix_product_retval(const
PermutationType
& perm, const MatrixType& matrix)
593
Matrix<bool,
PermutationType
::RowsAtCompileTime,1,0,
PermutationType
::MaxRowsAtCompileTime> mask(m_permutation.size());
633
const
PermutationType
& m_permutation
[
all
...]
/external/eigen/Eigen/src/SparseCore/
SparsePermutation.h
19
template<typename
PermutationType
, typename MatrixType, int Side, bool Transposed>
20
struct traits<permut_sparsematrix_product_retval<
PermutationType
, MatrixType, Side, Transposed> >
35
template<typename
PermutationType
, typename MatrixType, int Side, bool Transposed>
37
: public ReturnByValue<permut_sparsematrix_product_retval<
PermutationType
, MatrixType, Side, Transposed> >
48
permut_sparsematrix_product_retval(const
PermutationType
& perm, const MatrixType& matrix)
100
const
PermutationType
& m_permutation;
/external/eigen/Eigen/src/MetisSupport/
MetisSupport.h
25
typedef PermutationMatrix<Dynamic,Dynamic,Index>
PermutationType
;
103
void operator() (const MatrixType& A,
PermutationType
& matperm)
/external/eigen/Eigen/src/SPQRSupport/
SuiteSparseQRSupport.h
64
typedef PermutationMatrix<Dynamic, Dynamic>
PermutationType
;
198
PermutationType
colsPermutation() const
202
PermutationType
colsPerm(n);
/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
LevenbergMarquardt.h
121
typedef PermutationMatrix<Dynamic,Dynamic>
PermutationType
;
213
PermutationType
permutation() {return m_permutation; }
249
PermutationType
m_permutation;
/external/eigen/Eigen/src/QR/
ColPivHouseholderQR.h
54
typedef PermutationMatrix<ColsAtCompileTime, MaxColsAtCompileTime>
PermutationType
;
62
typedef typename
PermutationType
::Index PermIndexType;
180
const
PermutationType
& colsPermutation() const
395
PermutationType
m_colsPermutation;
FullPivHouseholderQR.h
69
typedef PermutationMatrix<ColsAtCompileTime, MaxColsAtCompileTime>
PermutationType
;
170
const
PermutationType
& colsPermutation() const
381
PermutationType
m_cols_permutation;
/external/eigen/Eigen/src/SparseQR/
SparseQR.h
76
typedef PermutationMatrix<Dynamic, Dynamic, Index>
PermutationType
;
152
const
PermutationType
& colsPermutation() const
256
PermutationType
m_perm_c; // Fill-reducing Column permutation
257
PermutationType
m_pivotperm; // The permutation for rank revealing
258
PermutationType
m_outputPerm_c; // The final column permutation
/external/eigen/Eigen/src/SparseLU/
SparseLU.h
85
typedef PermutationMatrix<Dynamic, Dynamic, Index>
PermutationType
;
153
inline const
PermutationType
& rowsPermutation() const
161
inline const
PermutationType
& colsPermutation() const
382
PermutationType
m_perm_c; // Column permutation
383
PermutationType
m_perm_r ; // Row permutation
462
PermutationType
post_perm(m);
568
PermutationType
iperm_c(m_perm_c.inverse());
/external/eigen/Eigen/src/LU/
PartialPivLU.h
63
typedef PermutationMatrix<RowsAtCompileTime, MaxRowsAtCompileTime>
PermutationType
;
108
inline const
PermutationType
& permutationP() const
181
PermutationType
m_p;
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
IncompleteCholesky.h
37
typedef PermutationMatrix<Dynamic, Dynamic, Index>
PermutationType
;
123
PermutationType
m_perm;
/external/eigen/Eigen/src/Cholesky/
LDLT.h
66
typedef PermutationMatrix<RowsAtCompileTime, MaxRowsAtCompileTime>
PermutationType
;
Completed in 278 milliseconds