public abstract static class AnglePlaneVector.Rel extends DoubleVector.Rel<AnglePlaneUnit>
| Modifier and Type | Class and Description |
|---|---|
static class |
AnglePlaneVector.Rel.Dense
Double Dense Relative Immutable AnglePlane class.
|
static class |
AnglePlaneVector.Rel.Sparse
Double Sparse Relative Immutable AnglePlane class.
|
DoubleVector.Abs<U extends Unit<U>>, DoubleVector.Rel<U extends Unit<U>>data| Constructor and Description |
|---|
Rel(AnglePlaneUnit unit) |
| Modifier and Type | Method and Description |
|---|---|
AnglePlaneVector.Rel |
divide(AnglePlaneVector.Rel rel)
Divide this Relative value by a Relative value for a vector or matrix.
|
AnglePlane.Rel |
get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
AnglePlaneVector.Rel |
minus(AnglePlaneVector.Rel rel)
Subtract a Relative value from this Relative value for a vector or matrix.
|
abstract MutableAnglePlaneVector.Rel |
mutable()
Create a mutable version of this DoubleVector.
|
AnglePlaneVector.Rel |
plus(AnglePlaneVector.Rel rel)
Add a Relative value to this Relative value for a vector or matrix.
|
AnglePlaneVector.Rel |
times(AnglePlaneVector.Rel rel)
Multiply a Relative value with this Relative value for a vector or matrix.
|
abstract AnglePlaneVector.Rel |
toDense()
Create a dense version of this DoubleVector.
|
abstract AnglePlaneVector.Rel |
toSparse()
Create a sparse version of this DoubleVector.
|
divide, minus, plus, plus, timescardinality, checkIndex, checkSize, checkSize, equals, getData, getInUnit, getInUnit, getSI, getValuesInUnit, getValuesInUnit, getValuesSI, hashCode, initializeSparse, initializeSparseMA, initializeSparseMR, safeGet, safeSet, size, toString, toString, toString, toString, zSumexpressAsSIUnit, expressAsSpecifiedUnit, getUnit, isAbsolute, isRelativepublic Rel(AnglePlaneUnit unit)
unit - the unit to usepublic abstract MutableAnglePlaneVector.Rel mutable()
mutable in interface DoubleVectorInterface<AnglePlaneUnit>mutable in class DoubleVector.Rel<AnglePlaneUnit>public abstract AnglePlaneVector.Rel toDense()
toDense in interface DoubleVectorInterface<AnglePlaneUnit>toDense in class DoubleVector.Rel<AnglePlaneUnit>public abstract AnglePlaneVector.Rel toSparse()
toSparse in interface DoubleVectorInterface<AnglePlaneUnit>toSparse in class DoubleVector.Rel<AnglePlaneUnit>public final AnglePlane.Rel get(int index) throws ValueException
get in interface DoubleVectorInterface<AnglePlaneUnit>get in class DoubleVector.Rel<AnglePlaneUnit>index - int; index of the value to retrieveValueException - when index out of range (index < 0 or index >= size())public final AnglePlaneVector.Rel plus(AnglePlaneVector.Rel rel) throws ValueException
rel - the right operandValueException - in case this vector or matrix and the operand have a different sizepublic final AnglePlaneVector.Rel minus(AnglePlaneVector.Rel rel) throws ValueException
rel - the right operandValueException - in case this vector or matrix and the operand have a different sizepublic final AnglePlaneVector.Rel times(AnglePlaneVector.Rel rel) throws ValueException
rel - the right operandValueException - in case this vector or matrix and the operand have a different sizepublic final AnglePlaneVector.Rel divide(AnglePlaneVector.Rel rel) throws ValueException
rel - the right operandValueException - in case this vector or matrix and the operand have a different sizeCopyright © 2015 Delft University of Technology. All rights reserved.