public abstract class MatrixSupplier<T> extends Object implements ElementsSupplier<Double>
Constructor and Description |
---|
MatrixSupplier(T source) |
Modifier and Type | Method and Description |
---|---|
PhysicalStore.Factory<Double,PrimitiveDenseStore> |
physical() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
factory, get, operateOnAll, operateOnMatching, operateOnMatching, transpose
supplyTo
public MatrixSupplier(T source)
public PhysicalStore.Factory<Double,PrimitiveDenseStore> physical()
physical
in interface ElementsSupplier<Double>