Home | History | Annotate | Download | only in test

Lines Matching full:matrix

33   typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType;
48 // we are doing some downdates, so it might be the case that the matrix is not SPD anymore
72 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, MatrixType::RowsAtCompileTime> SquareMatrixType;
73 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType;
79 // let's make sure the matrix is not singular or near singular
125 symm = -symm; // test a negative matrix
204 typedef Matrix<RealScalar, MatrixType::RowsAtCompileTime, MatrixType::RowsAtCompileTime> RealMatrixType;
205 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType;
211 // let's make sure the matrix is not singular or near singular
235 symm = -symm; // test a negative matrix
255 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType;
289 CALL_SUBTEST_1( cholesky(Matrix<double,1,1>()) );