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 classArray2D<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 classMatrixFactory<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.classMatrixFactory<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) classDenseMutator2D<N extends java.lang.Comparable<N>,M extends BasicMatrix<N,M>>static classMatrixC128.DenseReceiverstatic classMatrixC128.SparseReceiverstatic classMatrixH256.DenseReceiverstatic classMatrixH256.SparseReceiverstatic classMatrixQ128.DenseReceiverstatic classMatrixQ128.SparseReceiverstatic classMatrixR032.DenseReceiverstatic classMatrixR032.SparseReceiverstatic classMatrixR064.DenseReceiverstatic classMatrixR064.SparseReceiverstatic classMatrixR128.DenseReceiverstatic classMatrixR128.SparseReceiver(package private) classSparseMutator2D<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 interfacePhysicalStore.Factory<N extends java.lang.Comparable<N>,I extends PhysicalStore<N> & Factory2D.Builder<I>>classPrimitiveFactory<I extends PhysicalStore<java.lang.Double> & Factory2D.Builder<I>>Classes in org.ojalgo.matrix.store that implement Factory2D.Builder Modifier and Type Class Description classGenericStore<N extends Scalar<N>>A generic implementation of PhysicalStore.classR032StoreA float implementation of PhysicalStore.classR064StoreA double implementation of PhysicalStore.classRawStoreUses double[][] internally.static classSparseStore.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 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>>
-