Lines Matching refs:QR
11 #include <Eigen/QR>
13 template<typename MatrixType> void qr(const MatrixType& m)
16 QR.h
26 QR<MatrixType> qrOfA(a);
50 CALL_SUBTEST_1( qr(Matrix2f()) );
51 CALL_SUBTEST_2( qr(Matrix4d()) );
52 CALL_SUBTEST_3( qr(MatrixXf(12,8)) );
53 CALL_SUBTEST_4( qr(MatrixXcd(5,5)) );
54 CALL_SUBTEST_4( qr(MatrixXcd(7,3)) );
62 VERIFY(mat.qr().isFullRank());
65 //VERIFY(!mat.qr().isFullRank());