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.Primitive
MultiplyBoth. newPrimitive32(int rows, int columns)
static MultiplyBoth.Primitive
MultiplyBoth. 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.Primitive
R032Store. multiplyBoth
private MultiplyBoth.Primitive
R064Store. multiplyBoth
-