Package | Description |
---|---|
org.ojalgo.matrix.store | |
org.ojalgo.matrix.transformation |
Modifier and Type | Method and Description |
---|---|
Rotation<N> |
PhysicalStore.Factory.makeRotation(int low,
int high,
double cos,
double sin) |
Rotation<N> |
PhysicalStore.Factory.makeRotation(int low,
int high,
N cos,
N sin) |
Modifier and Type | Method and Description |
---|---|
void |
RawStore.transformLeft(Rotation<Double> transformation) |
void |
PrimitiveDenseStore.transformLeft(Rotation<Double> transformation) |
void |
GenericDenseStore.transformLeft(Rotation<N> transformation) |
void |
PhysicalStore.transformLeft(Rotation<N> transformation)
As in
MatrixStore.premultiply(Access1D) where the left/parameter matrix is a plane rotation. |
void |
RawStore.transformRight(Rotation<Double> transformation) |
void |
PrimitiveDenseStore.transformRight(Rotation<Double> transformation) |
void |
GenericDenseStore.transformRight(Rotation<N> transformation) |
void |
PhysicalStore.transformRight(Rotation<N> transformation)
As in
MatrixStore.multiply(MatrixStore) where the right/parameter matrix is a plane rotation. |
Modifier and Type | Class and Description |
---|---|
static class |
Rotation.Generic<N extends Number & Scalar<N>> |
static class |
Rotation.Primitive |
Modifier and Type | Method and Description |
---|---|
abstract Rotation<N> |
Rotation.invert() |
Constructor and Description |
---|
Generic(Rotation<N> aRotation) |
Primitive(Rotation<Double> aRotation) |
Copyright © 2019 Optimatika. All rights reserved.