Home | History | Annotate | Download | only in Core

Lines Matching refs:a_size

440     EIGEN_STRONG_INLINE PlainObjectBase(Index a_size, Index nbRows, Index nbCols)
441 : m_storage(a_size, nbRows, nbCols)