Searched defs:innerSize (Results 1 – 5 of 5) sorted by relevance
82 …NE inner_iterator_selector(const EvaluatorType &eval, const Index &outerId, const Index &innerSize) in inner_iterator_selector()
230 Index innerSize() const in innerSize() function
134 Index innerSize() const { in innerSize() function
187 Index innerSize() const { return (int(Flags)&RowMajorBit) ? this->cols() : this->rows(); } in innerSize() function
185 const Index innerSize = SwapStorage ? target.outerSize() : target.innerSize(); in RandomSetter() local