Searched defs:nbRows (Results 1 – 2 of 2) sorted by relevance
143 inline MapBase(PointerType dataPtr, Index nbRows, Index nbCols) in MapBase()230 … inline MapBase(PointerType dataPtr, Index nbRows, Index nbCols) : Base(dataPtr, nbRows, nbCols) {} in MapBase()
227 void resize(Index nbRows, Index nbCols) in resize()