public abstract static class AnglePlaneVector.Abs extends DoubleVector.Abs<AnglePlaneUnit>
| Modifier and Type | Class and Description |
|---|---|
static class |
AnglePlaneVector.Abs.Dense
ABSOLUTE DENSE implementation of DoubleVector.
|
static class |
AnglePlaneVector.Abs.Sparse
ABSOLUTE SPARSE implementation of DoubleVector.
|
DoubleVector.Abs<U extends Unit<U>>, DoubleVector.Rel<U extends Unit<U>>data| Modifier | Constructor and Description |
|---|---|
protected |
Abs(AnglePlaneUnit unit)
Construct a new Absolute Immutable DoubleVector.
|
| Modifier and Type | Method and Description |
|---|---|
AnglePlane.Abs |
get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
AnglePlaneVector.Rel |
minus(AnglePlaneVector.Abs abs)
Subtract a Absolute value from this Absolute value for a vector or matrix.
|
AnglePlaneVector.Abs |
minus(AnglePlaneVector.Rel rel)
Subtract a Relative value from this Absolute value for a vector or matrix.
|
abstract MutableAnglePlaneVector.Abs |
mutable()
Create a mutable version of this DoubleVector.
|
AnglePlaneVector.Abs |
plus(AnglePlaneVector.Rel rel)
Add a Relative value to this Absolute value for a vector or matrix.
|
abstract AnglePlaneVector.Abs |
toDense()
Create a dense version of this DoubleVector.
|
abstract AnglePlaneVector.Abs |
toSparse()
Create a sparse version of this DoubleVector.
|
minus, minus, pluscardinality, 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, isRelativeprotected Abs(AnglePlaneUnit unit)
unit - U; the unit of the new Absolute Immutable DoubleVectorpublic abstract MutableAnglePlaneVector.Abs mutable()
mutable in interface DoubleVectorInterface<AnglePlaneUnit>mutable in class DoubleVector.Abs<AnglePlaneUnit>public abstract AnglePlaneVector.Abs toDense()
toDense in interface DoubleVectorInterface<AnglePlaneUnit>toDense in class DoubleVector.Abs<AnglePlaneUnit>public abstract AnglePlaneVector.Abs toSparse()
toSparse in interface DoubleVectorInterface<AnglePlaneUnit>toSparse in class DoubleVector.Abs<AnglePlaneUnit>public AnglePlane.Abs get(int index) throws ValueException
get in interface DoubleVectorInterface<AnglePlaneUnit>get in class DoubleVector.Abs<AnglePlaneUnit>index - int; index of the value to retrieveValueException - when index out of range (index < 0 or index >= size())public final AnglePlaneVector.Abs 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.Abs 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 minus(AnglePlaneVector.Abs abs) throws ValueException
abs - the right operandValueException - in case this vector or matrix and the operand have a different sizeCopyright © 2015 Delft University of Technology. All rights reserved.