| Package | Description | 
|---|---|
| org.ojalgo.access | |
| org.ojalgo.array | |
| org.ojalgo.matrix.decomposition | |
| org.ojalgo.matrix.geometry | |
| org.ojalgo.matrix.store | |
| org.ojalgo.matrix.transformation | 
| Modifier and Type | Interface and Description | 
|---|---|
static interface  | 
Mutate2D.Modifiable<N extends Number>  | 
static interface  | 
MutateAnyD.Modifiable<N extends Number>  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Array1D<N extends Number>
Array1D 
 | 
class  | 
Array2D<N extends Number>
Array2D 
 | 
class  | 
ArrayAnyD<N extends Number>
ArrayAnyD 
 | 
class  | 
BasicArray<N extends Number>
 A BasicArray is 1-dimensional, but designed to easily be extended or encapsulated, and then treated as
 arbitrary-dimensional. 
 | 
class  | 
BigArray
A one- and/or arbitrary-dimensional array of BigDecimal. 
 | 
class  | 
BufferArray
 The odd member among the array implementations. 
 | 
class  | 
ComplexArray
A one- and/or arbitrary-dimensional array of ComplexNumber. 
 | 
class  | 
DenseArray<N extends Number>
 Each and every element occupies memory and holds a value. 
 | 
class  | 
Primitive32Array
A one- and/or arbitrary-dimensional array of double. 
 | 
class  | 
Primitive64Array
A one- and/or arbitrary-dimensional array of double. 
 | 
class  | 
PrimitiveArray  | 
class  | 
QuaternionArray
A one- and/or arbitrary-dimensional array of Quaternion. 
 | 
class  | 
RationalArray
A one- and/or arbitrary-dimensional array of RationalNumber. 
 | 
class  | 
ReferenceTypeArray<N extends Number>
A one- and/or arbitrary-dimensional array of Number. 
 | 
class  | 
ScalarArray<N extends Number & Scalar<N>>
A one- and/or arbitrary-dimensional array of Scalar. 
 | 
class  | 
SparseArray<N extends Number>
 Only stores nonzero elements and/or elements specifically set by the user. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
DecompositionStore<N extends Number>
 Only classes that will act as a delegate to a MatrixDecomposition implementation from this
 package should implement this interface. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Primitive32Vector2  | 
class  | 
Primitive32Vector3  | 
class  | 
Primitive32Vector4  | 
class  | 
Primitive64Vector2  | 
class  | 
Primitive64Vector3  | 
class  | 
Primitive64Vector4  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
ElementsConsumer<N extends Number>  | 
interface  | 
PhysicalStore<N extends Number>
 PhysicalStore:s, as opposed to MatrixStore:s, are mutable. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BigDenseStore
Deprecated. 
 
v45 Use  
GenericDenseStore instead | 
class  | 
ComplexDenseStore
Deprecated. 
 
v45 Use  
GenericDenseStore instead | 
static class  | 
ElementsConsumer.ColumnsRegion<N extends Number>  | 
static class  | 
ElementsConsumer.ConsumerRegion<N extends Number>  | 
static class  | 
ElementsConsumer.LimitRegion<N extends Number>  | 
static class  | 
ElementsConsumer.OffsetRegion<N extends Number>  | 
static class  | 
ElementsConsumer.RowsRegion<N extends Number>  | 
static class  | 
ElementsConsumer.TransposedRegion<N extends Number>  | 
class  | 
GenericDenseStore<N extends Number & Scalar<N>>
A N implementation of PhysicalStore. 
 | 
class  | 
PrimitiveDenseStore
A Double (actually double) implementation of PhysicalStore. 
 | 
class  | 
RawStore
Uses double[][] internally. 
 | 
class  | 
SparseStore<N extends Number>  | 
| Modifier and Type | Interface and Description | 
|---|---|
static interface  | 
TransformationMatrix.Transformable<N extends Number>  | 
Copyright © 2018 Optimatika. All rights reserved.