Package org.jblas

Class FloatMatrix.ElementsAsListView

All Implemented Interfaces:
Iterable<Float>, Collection<Float>, List<Float>, SequencedCollection<Float>, ConvertsToFloatMatrix
Enclosing class:
FloatMatrix

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