Lines Matching refs:Index
31 typedef typename internal::index<StorageKind>::type Index;
105 inline Index rows() const {
110 inline Index cols() const {
116 inline Index size() const {
122 inline Index nonZeros() const {
128 Index outerSize() const {
134 Index innerSize() const {
159 for (Index row = 0; row < rows(); row++)
160 for (Index col = 0; col < cols(); col++) {
188 for (Index i = 0; i < rows(); i++)
189 for (Index j = 0; j < rows(); j++)