Searched refs:MatrixQType (Results 1 – 5 of 5) sorted by relevance
/external/eigen/test/ |
D | qr_fullpivoting.cpp | 22 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, MatrixType::RowsAtCompileTime> MatrixQType; in qr() typedef 34 MatrixQType q = qr.matrixQ(); in qr()
|
D | qr.cpp | 21 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, MatrixType::RowsAtCompileTime> MatrixQType; in qr() typedef 26 MatrixQType q = qrOfA.householderQ(); in qr()
|
D | qr_colpivoting.cpp | 22 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, MatrixType::RowsAtCompileTime> MatrixQType; in qr() typedef 32 MatrixQType q = qr.householderQ(); in qr()
|
/external/eigen/Eigen/src/QR/ |
D | HouseholderQR.h | 57 …:Flags&RowMajorBit) ? RowMajor : ColMajor, MaxRowsAtCompileTime, MaxRowsAtCompileTime> MatrixQType; typedef
|
D | ColPivHouseholderQR.h | 52 …AtCompileTime, RowsAtCompileTime, Options, MaxRowsAtCompileTime, MaxRowsAtCompileTime> MatrixQType; typedef
|