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 classArray2D.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 classMatrixC128.FactoryclassMatrixFactory<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 classMatrixH256.Factorystatic classMatrixQ128.Factorystatic classMatrixR032.Factorystatic classMatrixR064.Factorystatic classMatrixR128.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 interfacePhysicalStore.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 static classGenericStore.Factory<N extends Scalar<N>>classPrimitiveFactory<I extends PhysicalStore<java.lang.Double> & Factory2D.Builder<I>>static classSparseStore.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 aStructure2Dwith 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 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.
-