public abstract static class MutableAngleSlopeVector.Abs extends MutableDoubleVector.Abs<AngleSlopeUnit>
| Modifier and Type | Class and Description |
|---|---|
static class |
MutableAngleSlopeVector.Abs.Dense
ABSOLUTE DENSE implementation of MutableAngleSlopeVector.
|
static class |
MutableAngleSlopeVector.Abs.Sparse
ABSOLUTE SPARSE implementation of MutableAngleSlopeVector.
|
MutableDoubleVector.Abs<U extends Unit<U>>, MutableDoubleVector.Rel<U extends Unit<U>>data| Modifier | Constructor and Description |
|---|---|
protected |
Abs(AngleSlopeUnit unit)
Construct a new Absolute MutableAngleSlopeVector.
|
| Modifier and Type | Method and Description |
|---|---|
MutableAngleSlopeVector.Abs |
abs()
Set the value(s) to their absolute value.
|
MutableAngleSlopeVector.Abs |
acos()
Set the value(s) to the arc cosine of the value(s); the resulting angle is in the range 0.0 through pi.
|
MutableAngleSlopeVector.Abs |
asin()
Set the value(s) to the arc sine of the value(s); the resulting angle is in the range -pi/2 through pi/2.
|
MutableAngleSlopeVector.Abs |
atan()
Set the value(s) to the arc tangent of the value(s); the resulting angle is in the range -pi/2 through pi/2.
|
MutableAngleSlopeVector.Abs |
cbrt()
Set the value(s) to the(ir) cube root.
|
MutableAngleSlopeVector.Abs |
ceil()
Set the value(s) to the smallest (closest to negative infinity) value(s) that are greater than or equal to the argument
and equal to a mathematical integer.
|
abstract MutableAngleSlopeVector.Abs |
copy()
Create a deep copy of this MutableDoubleVector.
|
MutableAngleSlopeVector.Abs |
cos()
Set the value(s) to the trigonometric cosine of the value(s).
|
MutableAngleSlopeVector.Abs |
cosh()
Set the value(s) to the hyperbolic cosine of the value(s).
|
MutableAngleSlopeVector.Abs |
divideBy(double constant)
Scale the value(s) by the inverse of a factor; i.e.
|
MutableAngleSlopeVector.Abs |
exp()
Set the value(s) to Euler's number e raised to the power of the value(s).
|
MutableAngleSlopeVector.Abs |
expm1()
Set the value(s) to Euler's number e raised to the power of the value(s) minus 1 (e^x - 1).
|
MutableAngleSlopeVector.Abs |
floor()
Set the value(s) to the largest (closest to positive infinity) value(s) that are less than or equal to the argument and
equal to a mathematical integer.
|
AngleSlope.Abs |
get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
abstract AngleSlopeVector.Abs |
immutable()
Create a immutable version of this MutableDoubleVector.
|
MutableAngleSlopeVector.Abs |
inv()
Set the value(s) to the complement (1.0/x) of the value(s).
|
MutableAngleSlopeVector.Abs |
log()
Set the value(s) to the natural logarithm (base e) of the value(s).
|
MutableAngleSlopeVector.Abs |
log10()
Set the value(s) to the base 10 logarithm of the value(s).
|
MutableAngleSlopeVector.Abs |
log1p()
Set the value(s) to the natural logarithm of the sum of the value(s) and 1.
|
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.
|
MutableAngleSlopeVector.Abs |
multiplyBy(double constant)
Scale the value(s) by a factor.
|
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.
|
MutableAngleSlopeVector.Abs |
pow(double x)
Set the value(s) to the value(s) raised to the power of the argument.
|
MutableAngleSlopeVector.Abs |
rint()
Set the value(s) to the value(s) that are closest in value to the argument and equal to a mathematical integer.
|
MutableAngleSlopeVector.Abs |
round()
Set the value(s) to the closest long to the argument with ties rounding up.
|
MutableAngleSlopeVector.Abs |
signum()
Set the value(s) to the signum function of the value(s); zero if the argument is zero, 1.0 if the argument is greater
than zero, -1.0 if the argument is less than zero.
|
MutableAngleSlopeVector.Abs |
sin()
Set the value(s) to the trigonometric sine of the value(s).
|
MutableAngleSlopeVector.Abs |
sinh()
Set the value(s) to the hyperbolic sine of the value(s).
|
MutableAngleSlopeVector.Abs |
sqrt()
Set the value(s) to the correctly rounded positive square root of the value(s).
|
MutableAngleSlopeVector.Abs |
tan()
Set the value(s) to the trigonometric tangent of the value(s).
|
MutableAngleSlopeVector.Abs |
tanh()
Set the value(s) to the hyperbolic tangent of the value(s).
|
MutableAngleSlopeVector.Abs |
toDegrees()
Set the value(s) to approximately equivalent angle(s) measured in degrees.
|
abstract MutableAngleSlopeVector.Abs |
toDense()
Create a dense version of this DoubleVector.
|
MutableAngleSlopeVector.Abs |
toRadians()
Set the value(s) to approximately equivalent angle(s) measured in radians.
|
abstract MutableAngleSlopeVector.Abs |
toSparse()
Create a sparse version of this DoubleVector.
|
decrementBy, incrementBy, minus, minus, plusassign, checkCopyOnWrite, decrementByImpl, incrementByImpl, normalize, scaleValueByValue, scaleValueByValue, set, setInUnit, setSIcardinality, 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, isRelativeclone, finalize, getClass, notify, notifyAll, wait, wait, waitcardinality, getInUnit, getInUnit, getSI, getValuesInUnit, getValuesInUnit, getValuesSI, size, toString, toString, toString, toString, zSumprotected Abs(AngleSlopeUnit unit)
unit - U; the unit of the new Absolute MutableAngleSlopeVectorpublic abstract MutableAngleSlopeVector.Abs mutable()
mutable in interface DoubleVectorInterface<AngleSlopeUnit>mutable in class MutableDoubleVector.Abs<AngleSlopeUnit>public abstract AngleSlopeVector.Abs immutable()
immutable in interface MutableDoubleVectorInterface<AngleSlopeUnit>immutable in class MutableDoubleVector.Abs<AngleSlopeUnit>public abstract MutableAngleSlopeVector.Abs copy()
copy in interface MutableDoubleVectorInterface<AngleSlopeUnit>copy in class MutableDoubleVector.Abs<AngleSlopeUnit>public abstract MutableAngleSlopeVector.Abs toDense()
toDense in interface DoubleVectorInterface<AngleSlopeUnit>toDense in interface MutableDoubleVectorInterface<AngleSlopeUnit>toDense in class MutableDoubleVector.Abs<AngleSlopeUnit>public abstract MutableAngleSlopeVector.Abs toSparse()
toSparse in interface DoubleVectorInterface<AngleSlopeUnit>toSparse in interface MutableDoubleVectorInterface<AngleSlopeUnit>toSparse in class MutableDoubleVector.Abs<AngleSlopeUnit>public AngleSlope.Abs get(int index) throws ValueException
get in interface DoubleVectorInterface<AngleSlopeUnit>get in class MutableDoubleVector.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 sizepublic final MutableAngleSlopeVector.Abs abs()
abs in interface MathFunctions<MutableDoubleVector.Abs<AngleSlopeUnit>>abs in class MutableDoubleVector.Abs<AngleSlopeUnit>public final MutableAngleSlopeVector.Abs acos()
acos in interface MathFunctions<MutableDoubleVector.Abs<AngleSlopeUnit>>acos in class MutableDoubleVector.Abs<AngleSlopeUnit>public final MutableAngleSlopeVector.Abs asin()
asin in interface MathFunctions<MutableDoubleVector.Abs<AngleSlopeUnit>>asin in class MutableDoubleVector.Abs<AngleSlopeUnit>public final MutableAngleSlopeVector.Abs atan()
atan in interface MathFunctions<MutableDoubleVector.Abs<AngleSlopeUnit>>atan in class MutableDoubleVector.Abs<AngleSlopeUnit>public final MutableAngleSlopeVector.Abs cbrt()
cbrt in interface MathFunctions<MutableDoubleVector.Abs<AngleSlopeUnit>>cbrt in class MutableDoubleVector.Abs<AngleSlopeUnit>public final MutableAngleSlopeVector.Abs ceil()
ceil in interface MathFunctions<MutableDoubleVector.Abs<AngleSlopeUnit>>ceil in class MutableDoubleVector.Abs<AngleSlopeUnit>public final MutableAngleSlopeVector.Abs cos()
cos in interface MathFunctions<MutableDoubleVector.Abs<AngleSlopeUnit>>cos in class MutableDoubleVector.Abs<AngleSlopeUnit>public final MutableAngleSlopeVector.Abs cosh()
cosh in interface MathFunctions<MutableDoubleVector.Abs<AngleSlopeUnit>>cosh in class MutableDoubleVector.Abs<AngleSlopeUnit>public final MutableAngleSlopeVector.Abs exp()
exp in interface MathFunctions<MutableDoubleVector.Abs<AngleSlopeUnit>>exp in class MutableDoubleVector.Abs<AngleSlopeUnit>public final MutableAngleSlopeVector.Abs expm1()
expm1 in interface MathFunctions<MutableDoubleVector.Abs<AngleSlopeUnit>>expm1 in class MutableDoubleVector.Abs<AngleSlopeUnit>public final MutableAngleSlopeVector.Abs floor()
floor in interface MathFunctions<MutableDoubleVector.Abs<AngleSlopeUnit>>floor in class MutableDoubleVector.Abs<AngleSlopeUnit>public final MutableAngleSlopeVector.Abs log()
log in interface MathFunctions<MutableDoubleVector.Abs<AngleSlopeUnit>>log in class MutableDoubleVector.Abs<AngleSlopeUnit>public final MutableAngleSlopeVector.Abs log10()
log10 in interface MathFunctions<MutableDoubleVector.Abs<AngleSlopeUnit>>log10 in class MutableDoubleVector.Abs<AngleSlopeUnit>public final MutableAngleSlopeVector.Abs log1p()
log1p in interface MathFunctions<MutableDoubleVector.Abs<AngleSlopeUnit>>log1p in class MutableDoubleVector.Abs<AngleSlopeUnit>public final MutableAngleSlopeVector.Abs pow(double x)
pow in interface MathFunctions<MutableDoubleVector.Abs<AngleSlopeUnit>>pow in class MutableDoubleVector.Abs<AngleSlopeUnit>x - double; the value to use as the powerpublic final MutableAngleSlopeVector.Abs rint()
rint in interface MathFunctions<MutableDoubleVector.Abs<AngleSlopeUnit>>rint in class MutableDoubleVector.Abs<AngleSlopeUnit>public final MutableAngleSlopeVector.Abs round()
round in interface MathFunctions<MutableDoubleVector.Abs<AngleSlopeUnit>>round in class MutableDoubleVector.Abs<AngleSlopeUnit>public final MutableAngleSlopeVector.Abs signum()
signum in interface MathFunctions<MutableDoubleVector.Abs<AngleSlopeUnit>>signum in class MutableDoubleVector.Abs<AngleSlopeUnit>public final MutableAngleSlopeVector.Abs sin()
sin in interface MathFunctions<MutableDoubleVector.Abs<AngleSlopeUnit>>sin in class MutableDoubleVector.Abs<AngleSlopeUnit>public final MutableAngleSlopeVector.Abs sinh()
sinh in interface MathFunctions<MutableDoubleVector.Abs<AngleSlopeUnit>>sinh in class MutableDoubleVector.Abs<AngleSlopeUnit>public final MutableAngleSlopeVector.Abs sqrt()
sqrt in interface MathFunctions<MutableDoubleVector.Abs<AngleSlopeUnit>>sqrt in class MutableDoubleVector.Abs<AngleSlopeUnit>public final MutableAngleSlopeVector.Abs tan()
tan in interface MathFunctions<MutableDoubleVector.Abs<AngleSlopeUnit>>tan in class MutableDoubleVector.Abs<AngleSlopeUnit>public final MutableAngleSlopeVector.Abs tanh()
tanh in interface MathFunctions<MutableDoubleVector.Abs<AngleSlopeUnit>>tanh in class MutableDoubleVector.Abs<AngleSlopeUnit>public final MutableAngleSlopeVector.Abs toDegrees()
toDegrees in interface MathFunctions<MutableDoubleVector.Abs<AngleSlopeUnit>>toDegrees in class MutableDoubleVector.Abs<AngleSlopeUnit>public final MutableAngleSlopeVector.Abs toRadians()
toRadians in interface MathFunctions<MutableDoubleVector.Abs<AngleSlopeUnit>>toRadians in class MutableDoubleVector.Abs<AngleSlopeUnit>public final MutableAngleSlopeVector.Abs inv()
inv in interface MathFunctions<MutableDoubleVector.Abs<AngleSlopeUnit>>inv in class MutableDoubleVector.Abs<AngleSlopeUnit>public final MutableAngleSlopeVector.Abs multiplyBy(double constant)
multiplyBy in interface DoubleMathFunctions<MutableDoubleVector.Abs<AngleSlopeUnit>>multiplyBy in class MutableDoubleVector.Abs<AngleSlopeUnit>constant - double; the multiplierpublic final MutableAngleSlopeVector.Abs divideBy(double constant)
divideBy in interface DoubleMathFunctions<MutableDoubleVector.Abs<AngleSlopeUnit>>divideBy in class MutableDoubleVector.Abs<AngleSlopeUnit>constant - double; the divisorCopyright © 2015 Delft University of Technology. All rights reserved.