Home | History | Annotate | Download | only in MatrixFunctions

Lines Matching refs:Cols

75     static const int Cols = Traits::ColsAtCompileTime;
81 typedef Matrix<ComplexScalar, Rows, Cols, Options, MaxRows, MaxCols> ComplexMatrix;
368 m_fT.resize(m_T.rows(), m_T.cols());
437 eigen_assert(A.rows() == A.cols());
439 eigen_assert(B.rows() == B.cols());
442 eigen_assert(C.cols() == B.rows());
528 Index cols() const { return m_A.cols(); }
552 eigen_assert(rows() == cols());
559 eigen_assert(rows() == cols());
567 eigen_assert(rows() == cols());
575 eigen_assert(rows() == cols());
583 eigen_assert(rows() == cols());