Home
last modified time | relevance | path

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

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