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
140 symm = -symm; // test a negative matrix
204 Matrix<Scalar,Dynamic,Dynamic> a = Matrix<Scalar,Dynamic,Dynamic>::Random(rows,r);
220 Matrix<Scalar,Dynamic,Dynamic> a = Matrix<Scalar,Dynamic,Dynamic>::Random(rows,rows);
221 Matrix<RealScalar,Dynamic,1> d = Matrix<RealScalar,Dynamic,1>::Random(rows);
255 typedef Matrix<RealScalar, MatrixType::RowsAtCompileTime, MatrixType::RowsAtCompileTime> RealMatrixType;
256 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType;
262 // let's make sure the matrix is not singular or near singular
286 symm = -symm; // test a negative matrix
306 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType;
316 // LDLT is not guaranteed to work for indefinite matrices, but happens to work fine if matrix is diagonal.
317 // This test checks that LDLT reports correctly that matrix is indefinite.
379 CALL_SUBTEST_1( cholesky(Matrix<double,1,1>()) );