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