Uses of Interface
org.ojalgo.structure.StructureAnyD
Packages that use StructureAnyD
-
Uses of StructureAnyD in org.ojalgo.array
Classes in org.ojalgo.array that implement StructureAnyD -
Uses of StructureAnyD in org.ojalgo.structure
Classes in org.ojalgo.structure with type parameters of type StructureAnyDModifier and TypeInterfaceDescriptioninterface
FactoryAnyD<I extends StructureAnyD>
static interface
FactoryAnyD.Builder<I extends StructureAnyD>
static interface
FactoryAnyD.MayBeSparse<I extends StructureAnyD,
DENSE extends FactoryAnyD.Builder<I>, SPARSE extends FactoryAnyD.Builder<I>> For when the structures can be either dense or sparse.static interface
FactoryAnyD.TwoStep<I extends StructureAnyD,
B extends FactoryAnyD.Builder<I>> static interface
StructureAnyD.Logical<S extends StructureAnyD,
B extends StructureAnyD.Logical<S, B>> Subinterfaces of StructureAnyD in org.ojalgo.structureModifier and TypeInterfaceDescriptioninterface
AccessAnyD<N extends Comparable<N>>
N-dimensional accessor methodsstatic interface
AccessAnyD.Aggregatable<N extends Comparable<N>>
static interface
AccessAnyD.Collectable<N extends Comparable<N>,
R extends MutateAnyD> static interface
AccessAnyD.Sliceable<N extends Comparable<N>>
static interface
AccessAnyD.Visitable<N extends Comparable<N>>
static interface
FactoryAnyD.Builder<I extends StructureAnyD>
interface
N-dimensional mutator methodsstatic interface
MutateAnyD.Fillable<N extends Comparable<N>>
static interface
MutateAnyD.Mixable<N extends Comparable<N>>
static interface
MutateAnyD.Modifiable<N extends Comparable<N>>
static interface
MutateAnyD.ModifiableReceiver<N extends Comparable<N>>
static interface
MutateAnyD.Receiver<N extends Comparable<N>>
static interface
StructureAnyD.Logical<S extends StructureAnyD,
B extends StructureAnyD.Logical<S, B>> static interface
StructureAnyD.ReducibleTo1D<R extends Structure1D>
static interface
StructureAnyD.ReducibleTo2D<R extends Structure2D>
static interface
Classes in org.ojalgo.structure that implement StructureAnyDModifier and TypeClassDescriptionstatic final class
AccessAnyD.SelectionView<N extends Comparable<N>>
class
(package private) static final class
(package private) static final class
Fields in org.ojalgo.structure declared as StructureAnyDMethods in org.ojalgo.structure that return StructureAnyDModifier and TypeMethodDescriptionStructureAnyD.Reshapable.expand
(int rank) If necessary increase the rank to the specified number (without changing the total number of components)StructureAnyD.Reshapable.reshape
(long... shape) The same array viewed/accessed with a different shapeStructureAnyD.Reshapable.squeeze()
Squeezing removes the dimensions or axes that have a length of one.Methods in org.ojalgo.structure with parameters of type StructureAnyDModifier and TypeMethodDescriptionstatic long
StructureAnyD.index
(StructureAnyD structure, int[] reference) static long
StructureAnyD.index
(StructureAnyD structure, long[] reference) default boolean
MutateAnyD.Receiver.isAcceptable
(StructureAnyD supplier) default I
FactoryAnyD.make
(StructureAnyD shape) default I
FactoryAnyD.TwoStep.make
(StructureAnyD shape) StructureAnyD.mapperOf
(StructureAnyD structure, Structure1D.IndexMapper<Object>[] mappers) static PrimitiveAnyD
PrimitiveAnyD.wrap
(StructureAnyD delegate) Constructors in org.ojalgo.structure with parameters of type StructureAnyDModifierConstructorDescriptionprotected
ReferenceMapper
(StructureAnyD structure, Structure1D.IndexMapper<Object>[] mappers) (package private)
Wrapper
(StructureAnyD delegate) -
Uses of StructureAnyD in org.ojalgo.tensor
Classes in org.ojalgo.tensor that implement StructureAnyD