Package | Description |
---|---|
org.ojalgo.array | |
org.ojalgo.matrix.decomposition | |
org.ojalgo.matrix.geometry | |
org.ojalgo.matrix.store | |
org.ojalgo.scalar | |
org.ojalgo.structure |
Modifier and Type | Class and Description |
---|---|
class |
Array2D<N extends Number>
Array2D
|
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 |
PhysicalStore<N extends Number>
PhysicalStore:s, as opposed to MatrixStore:s, are mutable.
|
interface |
TransformableRegion<N extends Number>
Primarily this represents something that can be fille and/or modified
|
Modifier and Type | Class and Description |
---|---|
class |
GenericDenseStore<N extends Number & Scalar<N>>
A generic implementation of PhysicalStore.
|
class |
PrimitiveDenseStore
A Double (actually double) implementation of PhysicalStore.
|
class |
RawStore
Uses double[][] internally.
|
class |
SparseStore<N extends Number> |
static class |
TransformableRegion.ColumnsRegion<N extends Number> |
static class |
TransformableRegion.LimitRegion<N extends Number> |
static class |
TransformableRegion.OffsetRegion<N extends Number> |
static class |
TransformableRegion.ReceiverRegion<N extends Number> |
static class |
TransformableRegion.RowsRegion<N extends Number> |
static class |
TransformableRegion.TransposedRegion<N extends Number> |
Modifier and Type | Method and Description |
---|---|
<T extends Mutate2D.ModifiableReceiver<Double> & Access2D<Double>> |
Quaternion.transform(T transformable) |
<T extends Mutate2D.ModifiableReceiver<Double> & Access2D<Double>> |
Quaternion.Versor.transform(T transformable) |
<T extends Mutate2D.ModifiableReceiver<Double> & Access2D<Double>> |
ComplexNumber.transform(T transformable) |
<T extends Mutate2D.ModifiableReceiver<Double> & Access2D<Double>> |
ComplexNumber.Normalised.transform(T transformable) |
Modifier and Type | Method and Description |
---|---|
<T extends Mutate2D.ModifiableReceiver<N> & Access2D<N>> |
Transformation2D.transform(T transformable) |
Copyright © 2019 Optimatika. All rights reserved.