public abstract static class AngleSlopeVector.Rel extends DoubleVector.Rel<AngleSlopeUnit>
| Modifier and Type | Class and Description |
|---|---|
static class |
AngleSlopeVector.Rel.Dense
Double Dense Relative Immutable AngleSlope class.
|
static class |
AngleSlopeVector.Rel.Sparse
Double Sparse Relative Immutable AngleSlope class.
|
DoubleVector.Abs<U extends Unit<U>>, DoubleVector.Rel<U extends Unit<U>>data| Constructor and Description |
|---|
Rel(AngleSlopeUnit unit) |
| Modifier and Type | Method and Description |
|---|---|
AngleSlopeVector.Rel |
divide(AngleSlopeVector.Rel rel)
Divide this Relative value by a Relative value for a vector or matrix.
|
AngleSlope.Rel |
get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
AngleSlopeVector.Rel |
minus(AngleSlopeVector.Rel rel)
Subtract a Relative value from this Relative value for a vector or matrix.
|
abstract MutableAngleSlopeVector.Rel |
mutable()
Create a mutable version of this DoubleVector.
|
AngleSlopeVector.Rel |
plus(AngleSlopeVector.Rel rel)
Add a Relative value to this Relative value for a vector or matrix.
|
AngleSlopeVector.Rel |
times(AngleSlopeVector.Rel rel)
Multiply a Relative value with this Relative value for a vector or matrix.
|
abstract AngleSlopeVector.Rel |
toDense()
Create a dense version of this DoubleVector.
|
abstract AngleSlopeVector.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(AngleSlopeUnit unit)
unit - the unit to usepublic abstract MutableAngleSlopeVector.Rel mutable()
mutable in interface DoubleVectorInterface<AngleSlopeUnit>mutable in class DoubleVector.Rel<AngleSlopeUnit>public abstract AngleSlopeVector.Rel toDense()
toDense in interface DoubleVectorInterface<AngleSlopeUnit>toDense in class DoubleVector.Rel<AngleSlopeUnit>public abstract AngleSlopeVector.Rel toSparse()
toSparse in interface DoubleVectorInterface<AngleSlopeUnit>toSparse in class DoubleVector.Rel<AngleSlopeUnit>public final AngleSlope.Rel get(int index) throws ValueException
get in interface DoubleVectorInterface<AngleSlopeUnit>get in class DoubleVector.Rel<AngleSlopeUnit>index - int; index of the value to retrieveValueException - when index out of range (index < 0 or index >= size())public final AngleSlopeVector.Rel plus(AngleSlopeVector.Rel rel) throws ValueException
rel - the right operandValueException - in case this vector or matrix and the operand have a different sizepublic final AngleSlopeVector.Rel minus(AngleSlopeVector.Rel rel) throws ValueException
rel - the right operandValueException - in case this vector or matrix and the operand have a different sizepublic final AngleSlopeVector.Rel times(AngleSlopeVector.Rel rel) throws ValueException
rel - the right operandValueException - in case this vector or matrix and the operand have a different sizepublic final AngleSlopeVector.Rel divide(AngleSlopeVector.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.