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