Uses of Interface
org.ojalgo.structure.Factory2D.TwoStep
Packages that use Factory2D.TwoStep
Package
Description
-
Uses of Factory2D.TwoStep in org.ojalgo.array
Classes in org.ojalgo.array that implement Factory2D.TwoStep -
Uses of Factory2D.TwoStep in org.ojalgo.matrix
Classes in org.ojalgo.matrix that implement Factory2D.TwoStepModifier and TypeClassDescriptionstatic final classclassMatrixFactory<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.static final classstatic final classstatic final classstatic final classstatic final class -
Uses of Factory2D.TwoStep in org.ojalgo.matrix.store
Subinterfaces of Factory2D.TwoStep in org.ojalgo.matrix.storeModifier and TypeInterfaceDescriptionstatic interfacePhysicalStore.Factory<N extends Comparable<N>, I extends PhysicalStore<N> & Factory2D.Builder<I>>Classes in org.ojalgo.matrix.store that implement Factory2D.TwoStepModifier and TypeClassDescriptionstatic final classGenericStore.Factory<N extends Scalar<N>>classPrimitiveFactory<I extends PhysicalStore<Double> & Factory2D.Builder<I>>static final classSparseStore.Factory<N extends Comparable<N>> -
Uses of Factory2D.TwoStep in org.ojalgo.series.primitive
Methods in org.ojalgo.series.primitive with parameters of type Factory2D.TwoStepModifier and TypeMethodDescription<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.structureModifier and TypeInterfaceDescriptionstatic 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.