| Package | Description | 
|---|---|
| org.ojalgo.matrix.decomposition | |
| org.ojalgo.matrix.geometry | |
| org.ojalgo.matrix.store | |
| org.ojalgo.matrix.transformation | 
| 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. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BigDenseStore
Deprecated. 
 
v45 Use  
GenericDenseStore instead | 
class  | 
ComplexDenseStore
Deprecated. 
 
v45 Use  
GenericDenseStore instead | 
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. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
TransformationMatrix<N extends Number,T extends TransformationMatrix.Transformable<N>>
 Represents an in-place vector transformation – the matrix/vector operated on is mutated. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
default <T extends TransformationMatrix.Transformable<N>> | 
TransformationMatrix.Transformable.transform(TransformationMatrix<N,T> transformation)  | 
Copyright © 2018 Optimatika. All rights reserved.