OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IntRowVectorType
(Results
1 - 7
of
7
) sorted by null
/external/eigen/Eigen/src/Eigen2Support/
LU.h
22
typedef Matrix<int, 1, MatrixType::ColsAtCompileTime, MatrixType::Options, 1, MatrixType::MaxColsAtCompileTime>
IntRowVectorType
;
/external/eigen/Eigen/src/UmfPackSupport/
UmfPackSupport.h
132
typedef Matrix<int, 1, MatrixType::ColsAtCompileTime>
IntRowVectorType
;
185
inline const
IntRowVectorType
& permutationQ() const
321
mutable
IntRowVectorType
m_q;
/external/eigen/Eigen/src/SuperLUSupport/
SuperLUSupport.h
299
typedef Matrix<int, 1, MatrixType::ColsAtCompileTime>
IntRowVectorType
;
442
mutable
IntRowVectorType
m_q;
487
typedef typename Base::
IntRowVectorType
IntRowVectorType
;
552
inline const
IntRowVectorType
& permutationQ() const
/external/eigen/Eigen/src/QR/
ColPivHouseholderQR.h
55
typedef typename internal::plain_row_type<MatrixType, Index>::type
IntRowVectorType
;
333
IntRowVectorType
m_colsTranspositions;
FullPivHouseholderQR.h
66
typedef Matrix<Index, 1, ColsAtCompileTime, RowMajor, 1, MaxColsAtCompileTime>
IntRowVectorType
;
352
IntRowVectorType
m_cols_transpositions;
/external/eigen/Eigen/src/LU/
FullPivLU.h
60
typedef typename internal::plain_row_type<MatrixType, Index>::type
IntRowVectorType
;
379
IntRowVectorType
m_colsTranspositions;
/external/eigen/Eigen/src/PardisoSupport/
PardisoSupport.h
109
typedef Matrix<Index, 1, MatrixType::ColsAtCompileTime>
IntRowVectorType
;
Completed in 44 milliseconds