Home | History | Annotate | Download | only in SparseCore

Lines Matching refs:outerSize

166     Index outerSize() const { return (int(Flags)&RowMajorBit) ? this->rows() : this->cols(); }
205 const Index outerSize = (int(OtherDerived::Flags) & RowMajorBit) ? other.rows() : other.cols();
212 for (Index j=0; j<outerSize; ++j)
240 const Index outerSize = other.outerSize();
246 for (Index j=0; j<outerSize; ++j)
273 for (Index row=0; row<nm.outerSize(); ++row)
406 Block<Derived,Dynamic,Dynamic,true> innerVectors(Index outerStart, Index outerSize);
407 const Block<const Derived,Dynamic,Dynamic,true> innerVectors(Index outerStart, Index outerSize) const;
414 for (Index j=0; j<outerSize(); ++j)