public static final class DoubleArrayArray.Array extends DoubleArrayArray
DoubleArrayArray.Array, DoubleArrayArray.Inlined| Constructor and Description |
|---|
Array(double[][] data) |
Array(double[][] data,
int numPerEntry) |
| Modifier and Type | Method and Description |
|---|---|
int |
getLength() |
int |
getLengthAt(int n) |
DoubleArray |
getValueAt(int n) |
double |
getValueAt(int n,
int i) |
DataItem |
item(int index) |
toDoubleArrayArray, toDoubleArrayArrayget, getStorageModel, readOnlyList, size, toDoubleArray, toIntArray, toIntArrayArray, toStringcopyTo, copyTo, printUsage, toDoubleArray, toIntArray, toIntArrayArray, toStringArray, toStringArray, toStringArrayArray, toStringArrayArrayadd, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArrayaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic Array(double[][] data)
public Array(double[][] data,
int numPerEntry)
public double getValueAt(int n,
int i)
getValueAt in class DoubleArrayArraypublic int getLength()
getLength in class DoubleArrayArraypublic int getLengthAt(int n)
getLengthAt in class DoubleArrayArraypublic DoubleArray getValueAt(int n)
getValueAt in class DoubleArrayArray