Searched defs:outerSize (Results 1 – 5 of 5) sorted by relevance
128 Index outerSize() const { in outerSize() function
348 SparseMatrixBase<Derived>::innerVectors(Index outerStart, Index outerSize) in innerVectors()361 SparseMatrixBase<Derived>::innerVectors(Index outerStart, Index outerSize) const in innerVectors()
184 Index outerSize() const { return (int(Flags)&RowMajorBit) ? this->rows() : this->cols(); } in outerSize() function
218 Index outerSize() const in outerSize() function
184 const Index outerSize = SwapStorage ? target.innerSize() : target.outerSize(); in RandomSetter() local