Lines Matching refs:Cols
249 fT.setZero(T.rows(), T.cols());
281 eigen_assert(A.rows() == A.cols());
283 eigen_assert(B.rows() == B.cols());
286 eigen_assert(C.cols() == B.rows());
406 static const int Rows = Traits::RowsAtCompileTime, Cols = Traits::ColsAtCompileTime;
410 typedef Matrix<ComplexScalar, Rows, Cols, 0, MaxRows, MaxCols> ComplexMatrix;
520 Index cols() const { return m_A.cols(); }
542 eigen_assert(rows() == cols());
549 eigen_assert(rows() == cols());
557 eigen_assert(rows() == cols());
565 eigen_assert(rows() == cols());
573 eigen_assert(rows() == cols());