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 TypeInterfaceDescriptioninterfaceFactoryAnyD<I extends StructureAnyD>static interfaceFactoryAnyD.Builder<I extends StructureAnyD>static interfaceFactoryAnyD.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 interfaceFactoryAnyD.TwoStep<I extends StructureAnyD, B extends FactoryAnyD.Builder<I>>static interfaceStructureAnyD.Logical<S extends StructureAnyD, B extends StructureAnyD.Logical<S,B>> Subinterfaces of StructureAnyD in org.ojalgo.structureModifier and TypeInterfaceDescriptioninterfaceAccessAnyD<N extends Comparable<N>>N-dimensional accessor methodsstatic interfaceAccessAnyD.Aggregatable<N extends Comparable<N>>static interfaceAccessAnyD.Collectable<N extends Comparable<N>, R extends MutateAnyD>static interfaceAccessAnyD.Sliceable<N extends Comparable<N>>static interfaceAccessAnyD.Visitable<N extends Comparable<N>>static interfaceFactoryAnyD.Builder<I extends StructureAnyD>interfaceN-dimensional mutator methodsstatic interfaceMutateAnyD.Fillable<N extends Comparable<N>>static interfaceMutateAnyD.Mixable<N extends Comparable<N>>static interfaceMutateAnyD.Modifiable<N extends Comparable<N>>static interfaceMutateAnyD.ModifiableReceiver<N extends Comparable<N>>static interfaceMutateAnyD.Receiver<N extends Comparable<N>>static interfaceStructureAnyD.Logical<S extends StructureAnyD, B extends StructureAnyD.Logical<S,B>> static interfaceStructureAnyD.ReducibleTo1D<R extends Structure1D>static interfaceStructureAnyD.ReducibleTo2D<R extends Structure2D>static interfaceClasses in org.ojalgo.structure that implement StructureAnyDModifier and TypeClassDescriptionstatic final classAccessAnyD.SelectionView<N extends Comparable<N>>class(package private) static final class(package private) static final classFields 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 longStructureAnyD.index(StructureAnyD structure, int[] reference) static longStructureAnyD.index(StructureAnyD structure, long[] reference) default booleanMutateAnyD.Receiver.isAcceptable(StructureAnyD supplier) default IFactoryAnyD.make(StructureAnyD shape) default IFactoryAnyD.TwoStep.make(StructureAnyD shape) StructureAnyD.mapperOf(StructureAnyD structure, Structure1D.IndexMapper<Object>[] mappers) static PrimitiveAnyDPrimitiveAnyD.wrap(StructureAnyD delegate) Constructors in org.ojalgo.structure with parameters of type StructureAnyDModifierConstructorDescriptionprotectedReferenceMapper(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