Uses of Class
org.ojalgo.structure.Primitive1D
Packages that use Primitive1D
-
Uses of Primitive1D in org.ojalgo.matrix.store
Methods in org.ojalgo.matrix.store that return types with arguments of type Primitive1DModifier and TypeMethodDescriptionstatic DiagonalStore<Double, Primitive1D> DiagonalStore.wrap(double... mainDiagonal) -
Uses of Primitive1D in org.ojalgo.structure
Fields in org.ojalgo.structure declared as Primitive1DMethods in org.ojalgo.structure that return Primitive1DModifier and TypeMethodDescriptionstatic Primitive1DPrimitive1D.newInstance(int size) static Primitive1DPrimitive1D.of(double... values) static Primitive1DPrimitive1D.wrap(Structure1D delegate)