Home
last modified time | relevance | path

Searched defs:nbRows (Results 1 – 2 of 2) sorted by relevance

/external/eigen/Eigen/src/Core/
DMapBase.h143 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()
DDenseBase.h227 void resize(Index nbRows, Index nbCols) in resize()