Lines Matching refs:cols
41 if(m.cols()<=4)
76 Index cols = m.cols();
83 MatrixType a = MatrixType::Random(rows,cols);
84 MatrixType a1 = MatrixType::Random(rows,cols);
93 MatrixType b = MatrixType::Random(rows,cols);
94 MatrixType b1 = MatrixType::Random(rows,cols);
132 MatrixType id = MatrixType::Identity(rows, cols);
152 if(rows>1 && cols>1) {
154 //VERIFY(T.topRightCorner(rows-2, cols-2).template triangularView<Upper>().isZero());