public class SliceElementIterator extends Object implements Iterator<Double>
SliceElementIterator(INDArray source)
SliceElementIterator(INDArray source, int start, int length)
boolean
hasNext()
Double
next()
void
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SliceElementIterator(INDArray source)
public SliceElementIterator(INDArray source, int start, int length)
public boolean hasNext()
hasNext
Iterator<Double>
public Double next()
next
public void remove()
remove
Copyright © 2013. All Rights Reserved.