Uses of Interface
org.ojalgo.structure.Factory1D
Packages that use Factory1D
-
Uses of Factory1D in org.ojalgo.array
Classes in org.ojalgo.array that implement Factory1DModifier and TypeClassDescriptionstatic final classArray1D.Factory<N extends Comparable<N>>static final classBasicArray.Factory<N extends Comparable<N>>static final classstatic classDenseArray.Factory<N extends Comparable<N>,A extends DenseArray<N>> static final classstatic classPlainArray.Factory<N extends Comparable<N>,A extends PlainArray<N>> static classstatic classReferenceTypeArray.Factory<N extends Comparable<N>>static classScalarArray.Factory<N extends Scalar<N>>static final classSparseArray.SparseFactory<N extends Comparable<N>> -
Uses of Factory1D in org.ojalgo.structure
Subinterfaces of Factory1D in org.ojalgo.structureModifier and TypeInterfaceDescriptionstatic interfaceFactory1D.MayBeSparse<I extends Structure1D,DENSE extends Factory1D.Builder<I>, SPARSE extends Factory1D.Builder<I>> For when the structures can be either dense or sparse.static interfaceFactory1D.TwoStep<I extends Structure1D,B extends Factory1D.Builder<I>> Methods in org.ojalgo.structure that return Factory1DMethods in org.ojalgo.structure with parameters of type Factory1D -
Uses of Factory1D in org.ojalgo.tensor
Classes in org.ojalgo.tensor that implement Factory1DModifier and TypeClassDescriptionfinal classTensorFactory1D<N extends Comparable<N>,T extends Mutate1D> Methods in org.ojalgo.tensor with parameters of type Factory1DModifier and TypeMethodDescriptionstatic <N extends Comparable<N>,T extends Mutate1D>
TensorFactory1D<N, T>