| Package | Description | 
|---|---|
| org.ojalgo.access | |
| org.ojalgo.array | |
| org.ojalgo.tensor | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
FactoryAnyD<I extends StructureAnyD>  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
AccessAnyD<N extends Number>
N-dimensional accessor methods 
 | 
static interface  | 
AccessAnyD.Aggregatable<N extends Number>  | 
static interface  | 
AccessAnyD.Collectable<N extends Number,R extends MutateAnyD.Receiver<N>>  | 
static interface  | 
AccessAnyD.Elements  | 
static interface  | 
AccessAnyD.IndexOf  | 
static interface  | 
AccessAnyD.Sliceable<N extends Number>  | 
static interface  | 
AccessAnyD.Visitable<N extends Number>  | 
interface  | 
MutateAnyD
N-dimensional mutator methods 
 | 
static interface  | 
MutateAnyD.BiModifiable<N extends Number>  | 
static interface  | 
MutateAnyD.Fillable<N extends Number>  | 
static interface  | 
MutateAnyD.Mixable<N extends Number>  | 
static interface  | 
MutateAnyD.Modifiable<N extends Number>  | 
static interface  | 
MutateAnyD.Receiver<N extends Number>  | 
interface  | 
StreamAnyD<N extends Number,A extends AccessAnyD<N>,R extends MutateAnyD.Receiver<N>,P extends StreamAnyD<N,A,R,P>>  | 
static interface  | 
StructureAnyD.ReducibleTo1D<R extends Structure1D>  | 
static interface  | 
StructureAnyD.ReducibleTo2D<R extends Structure2D>  | 
| Modifier and Type | Method and Description | 
|---|---|
default boolean | 
MutateAnyD.Receiver.isAcceptable(StructureAnyD supplier)  | 
static void | 
StructureAnyD.loopMatching(StructureAnyD structureA,
            StructureAnyD structureB,
            Structure1D.IndexCallback callback)  | 
default I | 
FactoryAnyD.makeFilled(StructureAnyD shape,
          NullaryFunction<?> supplier)  | 
default I | 
FactoryAnyD.makeZero(StructureAnyD shape)  | 
static StructureAnyD.ReferenceMapper | 
StructureAnyD.mapperOf(StructureAnyD structure,
        Structure1D.IndexMapper<Object>[] mappers)  | 
static long[] | 
StructureAnyD.shape(StructureAnyD structure)  | 
| Constructor and Description | 
|---|
ReferenceMapper(StructureAnyD structure,
               Structure1D.IndexMapper<Object>[] mappers)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ArrayAnyD<N extends Number>
ArrayAnyD 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
Tensor<N extends Number>  | 
Copyright © 2018 Optimatika. All rights reserved.