Uses of Class
com.yahoo.tensor.IndexedTensor.SubspaceIterator
Packages that use IndexedTensor.SubspaceIterator
-
Uses of IndexedTensor.SubspaceIterator in com.yahoo.tensor
Methods in com.yahoo.tensor that return IndexedTensor.SubspaceIteratorModifier and TypeMethodDescriptionIndexedTensor.cellIterator(PartialAddress partialAddress, DimensionSizes iterationSizes) Returns an iterator over all the cells in this tensor which matches the given partial addressMethods in com.yahoo.tensor that return types with arguments of type IndexedTensor.SubspaceIteratorModifier and TypeMethodDescriptionIndexedTensor.subspaceIterator(Set<String> dimensions) Returns a subspace iterator having the sizes of the dimensions of this tensorIndexedTensor.subspaceIterator(Set<String> dimensions, DimensionSizes sizes) Returns an iterator over value iterators where the outer iterator is over each unique value of the dimensions given and the inner iterator is over each unique value of the rest of the dimensions, in the standard value order