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 TypeClassDescriptionclass
MatrixFactory<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.class
MatrixFactory<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) class
DenseMutator2D<N extends Comparable<N>,
M extends BasicMatrix<N, M>> static final class
static final class
static final class
static final class
static final class
static final class
static final class
static final class
static final class
static final class
static final class
static final class
(package private) class
SparseMutator2D<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 interface
PhysicalStore.Factory<N extends Comparable<N>,
I extends PhysicalStore<N> & Factory2D.Builder<I>> (package private) class
PrimitiveFactory<I extends PhysicalStore<Double> & Factory2D.Builder<I>>
Classes in org.ojalgo.matrix.store that implement Factory2D.BuilderModifier and TypeClassDescriptionfinal class
GenericStore<N extends Scalar<N>>
A generic implementation of PhysicalStore.final class
Ainvalid reference
float
final class
Ainvalid reference
double
final class
Uses double[][] internally.static final class
SparseStore.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 interface
Factory2D.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 interface
Factory2D.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 interface
Factory2D.TwoStep<I extends Structure2D,
B extends Factory2D.Builder<I>>