Lines Matching refs:cols
65 Index cols = m.cols();
72 MatrixType a0 = MatrixType::Random(rows,cols);
74 MatrixType matB = MatrixType::Random(rows,cols), matX(rows,cols);
79 MatrixType a1 = MatrixType::Random(rows,cols);
94 const MatrixType symmLo_inverse = chollo.solve(MatrixType::Identity(rows,cols));
112 const MatrixType symmUp_inverse = cholup.solve(MatrixType::Identity(rows,cols));
129 MatrixType m1 = MatrixType::Random(rows,cols), m2(rows,cols);
164 const MatrixType symmLo_inverse = ldltlo.solve(MatrixType::Identity(rows,cols));
183 const MatrixType symmUp_inverse = ldltup.solve(MatrixType::Identity(rows,cols));
295 Index cols = m.cols();
302 RealMatrixType a0 = RealMatrixType::Random(rows,cols);
304 MatrixType matB = MatrixType::Random(rows,cols), matX(rows,cols);
309 RealMatrixType a1 = RealMatrixType::Random(rows,cols);
348 eigen_assert(m.rows() == 2 && m.cols() == 2);
366 eigen_assert(m.rows() == 2 && m.cols() == 2);