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 class
class
MatrixFactory<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 class
static final class
static final class
static final class
static final class
-
Uses of Factory2D.TwoStep in org.ojalgo.matrix.store
Subinterfaces of Factory2D.TwoStep in org.ojalgo.matrix.storeModifier and TypeInterfaceDescriptionstatic interface
PhysicalStore.Factory<N extends Comparable<N>,
I extends PhysicalStore<N> & Factory2D.Builder<I>> Classes in org.ojalgo.matrix.store that implement Factory2D.TwoStepModifier and TypeClassDescription(package private) static final class
GenericStore.Factory<N extends Scalar<N>>
(package private) class
PrimitiveFactory<I extends PhysicalStore<Double> & Factory2D.Builder<I>>
static final class
SparseStore.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 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.structureModifier and TypeInterfaceDescriptionstatic 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.