Uses of Interface
org.ojalgo.structure.Factory2D.Builder
-
Packages that use Factory2D.Builder Package Description org.ojalgo.array org.ojalgo.matrix org.ojalgo.matrix.store org.ojalgo.structure -
-
Uses of Factory2D.Builder in org.ojalgo.array
Classes in org.ojalgo.array that implement Factory2D.Builder Modifier and Type Class Description class
Array2D<N extends java.lang.Comparable<N>>
Array2D -
Uses of Factory2D.Builder in org.ojalgo.matrix
Classes in org.ojalgo.matrix with type parameters of type Factory2D.Builder Modifier and Type Class Description class
MatrixFactory<N extends java.lang.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 java.lang.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.Builder Modifier and Type Class Description (package private) class
DenseMutator2D<N extends java.lang.Comparable<N>,M extends BasicMatrix<N,M>>
static class
MatrixC128.DenseReceiver
static class
MatrixC128.SparseReceiver
static class
MatrixH256.DenseReceiver
static class
MatrixH256.SparseReceiver
static class
MatrixQ128.DenseReceiver
static class
MatrixQ128.SparseReceiver
static class
MatrixR032.DenseReceiver
static class
MatrixR032.SparseReceiver
static class
MatrixR064.DenseReceiver
static class
MatrixR064.SparseReceiver
static class
MatrixR128.DenseReceiver
static class
MatrixR128.SparseReceiver
(package private) class
SparseMutator2D<N extends java.lang.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.Builder Modifier and Type Interface Description static interface
PhysicalStore.Factory<N extends java.lang.Comparable<N>,I extends PhysicalStore<N> & Factory2D.Builder<I>>
(package private) class
PrimitiveFactory<I extends PhysicalStore<java.lang.Double> & Factory2D.Builder<I>>
Classes in org.ojalgo.matrix.store that implement Factory2D.Builder Modifier and Type Class Description class
GenericStore<N extends Scalar<N>>
A generic implementation of PhysicalStore.class
R032Store
A float implementation of PhysicalStore.class
R064Store
A double implementation of PhysicalStore.class
RawStore
Uses double[][] internally.static class
SparseStore.Builder<N extends java.lang.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.Builder Modifier and Type Interface Description 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.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>>
-