Package org.jblas

Class DoubleMatrix.ElementsAsListView

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<Double>
org.jblas.DoubleMatrix.ElementsAsListView
All Implemented Interfaces:
Iterable<Double>, Collection<Double>, List<Double>, ConvertsToDoubleMatrix
Enclosing class:
DoubleMatrix

A wrapper which allows to view a matrix as a List of Doubles (read-only!). Also implements the ConvertsToDoubleMatrix interface.