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 classArrayAnyD<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 interfaceFactoryAnyD<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.structure Modifier and Type Interface Description interfaceAccessAnyD<N extends java.lang.Comparable<N>>N-dimensional accessor methodsstatic interfaceAccessAnyD.Aggregatable<N extends java.lang.Comparable<N>>static interfaceAccessAnyD.Collectable<N extends java.lang.Comparable<N>,R extends MutateAnyD>static interfaceAccessAnyD.Sliceable<N extends java.lang.Comparable<N>>static interfaceAccessAnyD.Visitable<N extends java.lang.Comparable<N>>static interfaceFactoryAnyD.Builder<I extends StructureAnyD>interfaceMutateAnyDN-dimensional mutator methodsstatic interfaceMutateAnyD.Fillable<N extends java.lang.Comparable<N>>static interfaceMutateAnyD.Mixable<N extends java.lang.Comparable<N>>static interfaceMutateAnyD.Modifiable<N extends java.lang.Comparable<N>>static interfaceMutateAnyD.ModifiableReceiver<N extends java.lang.Comparable<N>>static interfaceMutateAnyD.Receiver<N extends java.lang.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 interfaceStructureAnyD.ReshapableClasses in org.ojalgo.structure that implement StructureAnyD Modifier and Type Class Description static classAccessAnyD.SelectionView<N extends java.lang.Comparable<N>>classPrimitiveAnyD(package private) static classPrimitiveAnyD.Simple(package private) static classPrimitiveAnyD.WrapperFields in org.ojalgo.structure declared as StructureAnyD Modifier and Type Field Description private StructureAnyDPrimitiveAnyD.Wrapper. myDelegateMethods in org.ojalgo.structure that return StructureAnyD Modifier and Type Method Description StructureAnyDStructureAnyD.Reshapable. expand(int rank)If necessary increase the rank to the specified number (without changing the total number of components)StructureAnyDStructureAnyD.Reshapable. reshape(long... shape)The same array viewed/accessed with a different shapeStructureAnyDStructureAnyD.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 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)static StructureAnyD.ReferenceMapperStructureAnyD. mapperOf(StructureAnyD structure, Structure1D.IndexMapper<java.lang.Object>[] mappers)static PrimitiveAnyDPrimitiveAnyD. 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 classAnyTensor<N extends java.lang.Comparable<N>>
-