| 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 |
BigDenseStore.transformLeft(Rotation<BigDecimal> transformation)
Deprecated.
|
void |
ComplexDenseStore.transformLeft(Rotation<ComplexNumber> transformation)
Deprecated.
|
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 |
BigDenseStore.transformRight(Rotation<BigDecimal> transformation)
Deprecated.
|
void |
ComplexDenseStore.transformRight(Rotation<ComplexNumber> transformation)
Deprecated.
|
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.Big |
static class |
Rotation.Complex |
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 |
|---|
Big(Rotation<BigDecimal> aRotation) |
Complex(Rotation<ComplexNumber> aRotation) |
Generic(Rotation<N> aRotation) |
Primitive(Rotation<Double> aRotation) |
Copyright © 2018 Optimatika. All rights reserved.