Home
last modified time | relevance | path

Searched refs:MatrixQType (Results 1 – 5 of 5) sorted by relevance

/external/eigen/test/
Dqr_fullpivoting.cpp22 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, MatrixType::RowsAtCompileTime> MatrixQType; in qr() typedef
34 MatrixQType q = qr.matrixQ(); in qr()
Dqr.cpp21 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, MatrixType::RowsAtCompileTime> MatrixQType; in qr() typedef
26 MatrixQType q = qrOfA.householderQ(); in qr()
Dqr_colpivoting.cpp22 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, MatrixType::RowsAtCompileTime> MatrixQType; in qr() typedef
32 MatrixQType q = qr.householderQ(); in qr()
/external/eigen/Eigen/src/QR/
DHouseholderQR.h57 …:Flags&RowMajorBit) ? RowMajor : ColMajor, MaxRowsAtCompileTime, MaxRowsAtCompileTime> MatrixQType; typedef
DColPivHouseholderQR.h52 …AtCompileTime, RowsAtCompileTime, Options, MaxRowsAtCompileTime, MaxRowsAtCompileTime> MatrixQType; typedef