public class DoubleMatrix.ColumnsAsListView extends java.util.AbstractList<DoubleMatrix> implements ConvertsToDoubleMatrix
Modifier and Type | Field and Description |
---|---|
private DoubleMatrix |
me |
Constructor and Description |
---|
ColumnsAsListView(DoubleMatrix me) |
Modifier and Type | Method and Description |
---|---|
DoubleMatrix |
convertToDoubleMatrix() |
DoubleMatrix |
get(int index) |
int |
size() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
private final DoubleMatrix me
public ColumnsAsListView(DoubleMatrix me)
public DoubleMatrix get(int index)
get
in interface java.util.List<DoubleMatrix>
get
in class java.util.AbstractList<DoubleMatrix>
public int size()
size
in interface java.util.Collection<DoubleMatrix>
size
in interface java.util.List<DoubleMatrix>
size
in class java.util.AbstractCollection<DoubleMatrix>
public DoubleMatrix convertToDoubleMatrix()
convertToDoubleMatrix
in interface ConvertsToDoubleMatrix