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