Uses of Interface
org.ojalgo.matrix.operation.MultiplyBoth.Primitive
-
Packages that use MultiplyBoth.Primitive Package Description org.ojalgo.matrix.operation org.ojalgo.matrix.store -
-
Uses of MultiplyBoth.Primitive in org.ojalgo.matrix.operation
Methods in org.ojalgo.matrix.operation that return MultiplyBoth.Primitive Modifier and Type Method Description static MultiplyBoth.PrimitiveMultiplyBoth. newPrimitive32(int rows, int columns)static MultiplyBoth.PrimitiveMultiplyBoth. newPrimitive64(int rows, int columns) -
Uses of MultiplyBoth.Primitive in org.ojalgo.matrix.store
Fields in org.ojalgo.matrix.store declared as MultiplyBoth.Primitive Modifier and Type Field Description private MultiplyBoth.PrimitiveR032Store. multiplyBothprivate MultiplyBoth.PrimitiveR064Store. multiplyBoth
-