public abstract static class AngleSlopeVector.Abs extends DoubleVector.Abs<AngleSlopeUnit>
| Modifier and Type | Class and Description |
|---|---|
static class |
AngleSlopeVector.Abs.Dense
ABSOLUTE DENSE implementation of DoubleVector.
|
static class |
AngleSlopeVector.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(AngleSlopeUnit unit)
Construct a new Absolute Immutable DoubleVector.
|
| Modifier and Type | Method and Description |
|---|---|
AngleSlope.Abs |
get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
AngleSlopeVector.Rel |
minus(AngleSlopeVector.Abs abs)
Subtract a Absolute value from this Absolute value for a vector or matrix.
|
AngleSlopeVector.Abs |
minus(AngleSlopeVector.Rel rel)
Subtract a Relative value from this Absolute value for a vector or matrix.
|
abstract MutableAngleSlopeVector.Abs |
mutable()
Create a mutable version of this DoubleVector.
|
AngleSlopeVector.Abs |
plus(AngleSlopeVector.Rel rel)
Add a Relative value to this Absolute value for a vector or matrix.
|
abstract AngleSlopeVector.Abs |
toDense()
Create a dense version of this DoubleVector.
|
abstract AngleSlopeVector.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(AngleSlopeUnit unit)
unit - U; the unit of the new Absolute Immutable DoubleVectorpublic abstract MutableAngleSlopeVector.Abs mutable()
mutable in interface DoubleVectorInterface<AngleSlopeUnit>mutable in class DoubleVector.Abs<AngleSlopeUnit>public abstract AngleSlopeVector.Abs toDense()
toDense in interface DoubleVectorInterface<AngleSlopeUnit>toDense in class DoubleVector.Abs<AngleSlopeUnit>public abstract AngleSlopeVector.Abs toSparse()
toSparse in interface DoubleVectorInterface<AngleSlopeUnit>toSparse in class DoubleVector.Abs<AngleSlopeUnit>public AngleSlope.Abs get(int index) throws ValueException
get in interface DoubleVectorInterface<AngleSlopeUnit>get in class DoubleVector.Abs<AngleSlopeUnit>index - int; index of the value to retrieveValueException - when index out of range (index < 0 or index >= size())public final AngleSlopeVector.Abs 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.Abs 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 minus(AngleSlopeVector.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.