Package org.nd4j.linalg.api.iter
Class LinearIndexLookup
- java.lang.Object
-
- org.nd4j.linalg.api.iter.LinearIndexLookup
-
- All Implemented Interfaces:
Serializable
public class LinearIndexLookup extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LinearIndexLookup(int[] shape, char ordering)
LinearIndexLookup(long[] shape, char ordering)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long[]
lookup(int index)
Give back a sub wrt the given linear index
-