Uses of Interface
org.ojalgo.structure.StructureAnyD
-
Packages that use StructureAnyD Package Description org.ojalgo.array org.ojalgo.structure org.ojalgo.tensor -
-
Uses of StructureAnyD in org.ojalgo.array
Classes in org.ojalgo.array that implement StructureAnyD Modifier and Type Class Description class
ArrayAnyD<N extends java.lang.Comparable<N>>
ArrayAnyD -
Uses of StructureAnyD in org.ojalgo.structure
Classes in org.ojalgo.structure with type parameters of type StructureAnyD Modifier and Type Interface Description interface
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.structure Modifier and Type Interface Description interface
AccessAnyD<N extends java.lang.Comparable<N>>
N-dimensional accessor methodsstatic interface
AccessAnyD.Aggregatable<N extends java.lang.Comparable<N>>
static interface
AccessAnyD.Collectable<N extends java.lang.Comparable<N>,R extends MutateAnyD>
static interface
AccessAnyD.Sliceable<N extends java.lang.Comparable<N>>
static interface
AccessAnyD.Visitable<N extends java.lang.Comparable<N>>
static interface
FactoryAnyD.Builder<I extends StructureAnyD>
interface
MutateAnyD
N-dimensional mutator methodsstatic interface
MutateAnyD.Fillable<N extends java.lang.Comparable<N>>
static interface
MutateAnyD.Mixable<N extends java.lang.Comparable<N>>
static interface
MutateAnyD.Modifiable<N extends java.lang.Comparable<N>>
static interface
MutateAnyD.ModifiableReceiver<N extends java.lang.Comparable<N>>
static interface
MutateAnyD.Receiver<N extends java.lang.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
StructureAnyD.Reshapable
Classes in org.ojalgo.structure that implement StructureAnyD Modifier and Type Class Description static class
AccessAnyD.SelectionView<N extends java.lang.Comparable<N>>
class
PrimitiveAnyD
(package private) static class
PrimitiveAnyD.Simple
(package private) static class
PrimitiveAnyD.Wrapper
Fields in org.ojalgo.structure declared as StructureAnyD Modifier and Type Field Description private StructureAnyD
PrimitiveAnyD.Wrapper. myDelegate
Methods in org.ojalgo.structure that return StructureAnyD Modifier and Type Method Description StructureAnyD
StructureAnyD.Reshapable. expand(int rank)
If necessary increase the rank to the specified number (without changing the total number of components)StructureAnyD
StructureAnyD.Reshapable. reshape(long... shape)
The same array viewed/accessed with a different shapeStructureAnyD
StructureAnyD.Reshapable. squeeze()
Squeezing removes the dimensions or axes that have a length of one.Methods in org.ojalgo.structure with parameters of type StructureAnyD Modifier and Type Method Description static 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)
static StructureAnyD.ReferenceMapper
StructureAnyD. mapperOf(StructureAnyD structure, Structure1D.IndexMapper<java.lang.Object>[] mappers)
static PrimitiveAnyD
PrimitiveAnyD. wrap(StructureAnyD delegate)
Constructors in org.ojalgo.structure with parameters of type StructureAnyD Constructor Description ReferenceMapper(StructureAnyD structure, Structure1D.IndexMapper<java.lang.Object>[] mappers)
Wrapper(StructureAnyD delegate)
-
Uses of StructureAnyD in org.ojalgo.tensor
Classes in org.ojalgo.tensor that implement StructureAnyD Modifier and Type Class Description class
AnyTensor<N extends java.lang.Comparable<N>>
-