Package org.jblas

Class DoubleMatrix.ElementsAsListView

All Implemented Interfaces:
Iterable<Double>, Collection<Double>, List<Double>, SequencedCollection<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.