Home | History | Annotate | Download | only in test

Lines Matching refs:Matrix

22   typedef Matrix<int, Rows, 1> LeftPermutationVectorType;
25 typedef Matrix<int, Cols, 1> RightPermutationVectorType;
46 Matrix<Scalar,Rows,Rows> lm(lp);
47 Matrix<Scalar,Cols,Cols> rm(rp);
66 Matrix<Scalar,Rows,Rows> lm2(lp2);
114 Matrix<Scalar, Cols, Cols> A = rp;
115 Matrix<Scalar, Cols, Cols> B = rp.transpose();
123 typedef Matrix<T, Dynamic, Dynamic> MatrixType;
124 typedef Matrix<T, Dynamic, 1> VectorType;
147 CALL_SUBTEST_1( permutationmatrices(Matrix<float, 1, 1>()) );
149 CALL_SUBTEST_3( permutationmatrices(Matrix<double,3,3,RowMajor>()) );
151 CALL_SUBTEST_5( permutationmatrices(Matrix<double,40,60>()) );
152 CALL_SUBTEST_6( permutationmatrices(Matrix<double,Dynamic,Dynamic,RowMajor>(20, 30)) );