Uses of Interface
org.ojalgo.matrix.operation.MultiplyLeft.Generic
-
Packages that use MultiplyLeft.Generic Package Description org.ojalgo.matrix.operation org.ojalgo.matrix.store -
-
Uses of MultiplyLeft.Generic in org.ojalgo.matrix.operation
Methods in org.ojalgo.matrix.operation that return MultiplyLeft.Generic Modifier and Type Method Description static <N extends Scalar<N>>
MultiplyLeft.Generic<N>MultiplyLeft. newGeneric(long rows, long columns)
-
Uses of MultiplyLeft.Generic in org.ojalgo.matrix.store
Fields in org.ojalgo.matrix.store declared as MultiplyLeft.Generic Modifier and Type Field Description private MultiplyLeft.Generic<N>
GenericStore. multiplyLeft
-