Home
last modified time | relevance | path

Searched defs:matrixQ (Results 1 – 5 of 5) sorted by relevance

/external/eigen/Eigen/src/Eigen2Support/
DQR.h36 MatrixType matrixQ(void) const { in matrixQ() function
/external/eigen/Eigen/src/QR/
DColPivHouseholderQR.h149 HouseholderSequenceType matrixQ(void) const in matrixQ() function
/external/eigen/Eigen/src/Eigenvalues/
DRealSchur.h263 …ixType>::computeFromHessenberg(const HessMatrixType& matrixH, const OrthMatrixType& matrixQ, bool… in computeFromHessenberg()
DRealQZ.h119 const MatrixType& matrixQ() const { in matrixQ() function
/external/opencv/cv/src/
Dcvgeometry.cpp355 cvRQDecomp3x3( const CvMat *matrixM, CvMat *matrixR, CvMat *matrixQ, in cvRQDecomp3x3()