Searched defs:outerSize (Results 1 – 5 of 5) sorted by relevance
166 Index outerSize() const { return (int(Flags)&RowMajorBit) ? this->rows() : this->cols(); } in outerSize() function205 … const Index outerSize = (int(OtherDerived::Flags) & RowMajorBit) ? other.rows() : other.cols(); in assign() local240 const Index outerSize = other.outerSize(); in assignGeneric() local
394 SparseMatrixBase<Derived>::innerVectors(Index outerStart, Index outerSize) in innerVectors()407 SparseMatrixBase<Derived>::innerVectors(Index outerStart, Index outerSize) const in innerVectors()
128 Index outerSize() const { in outerSize() function
196 Index outerSize() const in outerSize() function
184 const Index outerSize = SwapStorage ? target.innerSize() : target.outerSize(); in RandomSetter() local