Home | History | Annotate | Download | only in test

Lines Matching full:rows

21   Index rows = m.rows();
29 MatrixType a = MatrixType::Random(rows,cols);
30 MatrixType a1 = MatrixType::Random(rows,cols);
44 VERIFY_IS_APPROX(ei1.eigenvectors().colwise().norm(), RealVectorType::Ones(rows).transpose());
48 ei2.setMaxIterations(RealSchur<MatrixType>::m_maxIterationsPerRow * rows).compute(a);
52 if (rows > 2) {
63 MatrixType id = MatrixType::Identity(rows, cols);
66 if (rows > 2)
83 MatrixType a = MatrixType::Random(m.rows(),m.cols());