Home | History | Annotate | Download | only in test

Lines Matching refs:cols

31   Index cols = m.cols();
42 MatrixType sigma = MatrixType::Zero(rows, cols);
61 Index cols = m.cols();
62 Index diagSize = (std::min)(rows, cols);
85 Index cols = m.cols();
95 RhsType rhs = RhsType::Random(rows, internal::random<Index>(1, cols));
133 Index diagSize = (std::min)(m.rows(), m.cols());
145 Index cols = m.cols();
159 MatrixType a = MatrixType::Zero(rows, cols);