Uses of Interface
org.ojalgo.structure.Factory2D.TwoStep
-
Packages that use Factory2D.TwoStep Package Description org.ojalgo.array org.ojalgo.matrix org.ojalgo.matrix.store org.ojalgo.series.primitive org.ojalgo.structure -
-
Uses of Factory2D.TwoStep in org.ojalgo.array
Classes in org.ojalgo.array that implement Factory2D.TwoStep Modifier and Type Class Description static class
Array2D.Factory<N extends java.lang.Comparable<N>>
-
Uses of Factory2D.TwoStep in org.ojalgo.matrix
Classes in org.ojalgo.matrix that implement Factory2D.TwoStep Modifier and Type Class Description static class
MatrixC128.Factory
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.static class
MatrixH256.Factory
static class
MatrixQ128.Factory
static class
MatrixR032.Factory
static class
MatrixR064.Factory
static class
MatrixR128.Factory
-
Uses of Factory2D.TwoStep in org.ojalgo.matrix.store
Subinterfaces of Factory2D.TwoStep in org.ojalgo.matrix.store Modifier and Type Interface Description static interface
PhysicalStore.Factory<N extends java.lang.Comparable<N>,I extends PhysicalStore<N> & Factory2D.Builder<I>>
Classes in org.ojalgo.matrix.store that implement Factory2D.TwoStep Modifier and Type Class Description (package private) static class
GenericStore.Factory<N extends Scalar<N>>
(package private) class
PrimitiveFactory<I extends PhysicalStore<java.lang.Double> & Factory2D.Builder<I>>
static class
SparseStore.Factory<N extends java.lang.Comparable<N>>
-
Uses of Factory2D.TwoStep in org.ojalgo.series.primitive
Methods in org.ojalgo.series.primitive with parameters of type Factory2D.TwoStep Modifier and Type Method Description <M extends Access2D<?>>
MSeriesSet. getData(Factory2D.TwoStep<M,?> factory)
Return aStructure2D
with variables in columns and matching samples in rows. -
Uses of Factory2D.TwoStep in org.ojalgo.structure
Subinterfaces of Factory2D.TwoStep in org.ojalgo.structure 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.
-