Uses of Interface
org.ojalgo.structure.Factory2D.Builder
Packages that use Factory2D.Builder
-
Uses of Factory2D.Builder in org.ojalgo.array
Classes in org.ojalgo.array that implement Factory2D.Builder -
Uses of Factory2D.Builder in org.ojalgo.matrix
Classes in org.ojalgo.matrix with type parameters of type Factory2D.BuilderModifier and TypeClassDescriptionclassMatrixFactory<N extends Comparable<N>, M extends BasicMatrix<N,M>, DR extends Mutate2D.ModifiableReceiver<N> & Factory2D.Builder<M>, SR extends Factory2D.Builder<M>> MatrixFactory creates instances of classes that implement the BasicMatrix interface and have a constructor that takes a MatrixStore as input.classMatrixFactory<N extends Comparable<N>, M extends BasicMatrix<N,M>, DR extends Mutate2D.ModifiableReceiver<N> & Factory2D.Builder<M>, SR extends Factory2D.Builder<M>> MatrixFactory creates instances of classes that implement the BasicMatrix interface and have a constructor that takes a MatrixStore as input.Classes in org.ojalgo.matrix that implement Factory2D.BuilderModifier and TypeClassDescription(package private) classDenseMutator2D<N extends Comparable<N>, M extends BasicMatrix<N,M>> static final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final class(package private) classSparseMutator2D<N extends Comparable<N>, M extends BasicMatrix<N,M>> -
Uses of Factory2D.Builder in org.ojalgo.matrix.store
Classes in org.ojalgo.matrix.store with type parameters of type Factory2D.BuilderModifier and TypeInterfaceDescriptionstatic interfacePhysicalStore.Factory<N extends Comparable<N>, I extends PhysicalStore<N> & Factory2D.Builder<I>>classPrimitiveFactory<I extends PhysicalStore<Double> & Factory2D.Builder<I>>Classes in org.ojalgo.matrix.store that implement Factory2D.BuilderModifier and TypeClassDescription(package private) static classCompressedSparseR064.Builder<I extends CompressedSparseR064>final classGenericStore<N extends Scalar<N>>A generic implementation of PhysicalStore.final classAimplementation of PhysicalStore.invalid reference
float
static final classA builder for constructingR064CSRinstances.static final classA builder for constructing CSR matrix stores.final classAimplementation of PhysicalStore.invalid reference
double
final classUses double[][] internally.static final classSparseStore.Builder<N extends Comparable<N>>May be a preferable way to build a sparse matrix if: You don't know the number of nonzero elements in advance. -
Uses of Factory2D.Builder in org.ojalgo.structure
Classes in org.ojalgo.structure with type parameters of type Factory2D.BuilderModifier and TypeInterfaceDescriptionstatic interfaceFactory2D.MayBeSparse<I extends Structure2D, DENSE extends Factory2D.Builder<I>, SPARSE extends Factory2D.Builder<I>>For when the structures can be either dense or sparse.static interfaceFactory2D.MayBeSparse<I extends Structure2D, DENSE extends Factory2D.Builder<I>, SPARSE extends Factory2D.Builder<I>>For when the structures can be either dense or sparse.static interfaceFactory2D.TwoStep<I extends Structure2D, B extends Factory2D.Builder<I>>