Package org.jblas

Class DoubleMatrix.ElementsAsListView

All Implemented Interfaces:
Iterable<Double>, Collection<Double>, List<Double>, SequencedCollection<Double>, ConvertsToDoubleMatrix
Enclosing class:
DoubleMatrix

public class DoubleMatrix.ElementsAsListView extends AbstractList<Double> implements ConvertsToDoubleMatrix
A wrapper which allows to view a matrix as a List of Doubles (read-only!). Also implements the ConvertsToDoubleMatrix interface.