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, waitfactory, get, operateOnAll, operateOnMatching, operateOnMatching, transposesupplyTopublic MatrixSupplier(T source)
public PhysicalStore.Factory<Double,PrimitiveDenseStore> physical()
physical in interface ElementsSupplier<Double>