public interface VectorIterable extends Iterable<MatrixSlice>
Modifier and Type | Method and Description |
---|---|
Iterator<MatrixSlice> |
iterateAll() |
int |
numCols() |
int |
numRows() |
int |
numSlices() |
Vector |
times(Vector v) |
Vector |
timesSquared(Vector v) |
forEach, iterator, spliterator