Home
last modified time | relevance | path

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

/external/eigen/test/
Dqr.cpp21 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, MatrixType::RowsAtCompileTime> MatrixQType; in qr() typedef
26 MatrixQType q = qrOfA.householderQ(); in qr()
Dqr_colpivoting.cpp27 MatrixQType; in cod() typedef
37 MatrixQType q = cod.householderQ(); in cod()
104 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, MatrixType::RowsAtCompileTime> MatrixQType; in qr() typedef
114 MatrixQType q = qr.householderQ(); in qr()
Dqr_fullpivoting.cpp26 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, MatrixType::RowsAtCompileTime> MatrixQType; in qr() typedef
38 MatrixQType q = qr.matrixQ(); in qr()
/external/eigen/Eigen/src/QR/
DHouseholderQR.h59 …:Flags&RowMajorBit) ? RowMajor : ColMajor, MaxRowsAtCompileTime, MaxRowsAtCompileTime> MatrixQType; typedef