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;
369 m_fT.resize(m_T.rows(), m_T.cols());
438 eigen_assert(A.rows() == A.cols());
440 eigen_assert(B.rows() == B.cols());
443 eigen_assert(C.cols() == B.rows());
529 Index cols() const { return m_A.cols(); }
553 eigen_assert(rows() == cols());
560 eigen_assert(rows() == cols());
568 eigen_assert(rows() == cols());
576 eigen_assert(rows() == cols());
584 eigen_assert(rows() == cols());