public abstract class MutableMoneyPerAreaVector extends MutableDoubleVector.Rel<MoneyPerAreaUnit>
Copyright (c) 2013-2015 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUNITS License.
$LastChangedDate: 2015-09-29 14:14:28 +0200 (Tue, 29 Sep 2015) $, @version $Revision: 73 $, by $Author: pknoppers $, initial
version Sep 5, 2015
| Modifier and Type | Class and Description |
|---|---|
static class |
MutableMoneyPerAreaVector.Dense
Double Dense Relative Immutable MoneyPerArea class.
|
static class |
MutableMoneyPerAreaVector.Sparse
Double Sparse Relative Immutable MoneyPerArea class.
|
MutableDoubleVector.Abs<U extends Unit<U>>, MutableDoubleVector.Rel<U extends Unit<U>>data| Constructor and Description |
|---|
MutableMoneyPerAreaVector(MoneyPerAreaUnit unit) |
| Modifier and Type | Method and Description |
|---|---|
MutableMoneyPerAreaVector |
abs()
Set the value(s) to their absolute value.
|
MutableMoneyPerAreaVector |
acos()
Set the value(s) to the arc cosine of the value(s); the resulting angle is in the range 0.0 through pi.
|
MutableMoneyPerAreaVector |
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.
|
MutableMoneyPerAreaVector |
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.
|
MutableMoneyPerAreaVector |
cbrt()
Set the value(s) to the(ir) cube root.
|
MutableMoneyPerAreaVector |
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.
|
MutableMoneyPerAreaVector |
copy()
Create a deep copy of this MutableDoubleVector.
|
MutableMoneyPerAreaVector |
cos()
Set the value(s) to the trigonometric cosine of the value(s).
|
MutableMoneyPerAreaVector |
cosh()
Set the value(s) to the hyperbolic cosine of the value(s).
|
MoneyPerAreaVector |
divide(MoneyPerAreaVector rel)
Divide this Relative value by a Relative value for a vector or matrix.
|
MoneyPerAreaVector |
divide(MutableMoneyPerAreaVector rel)
Divide this Relative value by a Relative value for a vector or matrix.
|
MutableMoneyPerAreaVector |
divideBy(double constant)
Scale the value(s) by the inverse of a factor; i.e.
|
MutableMoneyPerAreaVector |
exp()
Set the value(s) to Euler's number e raised to the power of the value(s).
|
MutableMoneyPerAreaVector |
expm1()
Set the value(s) to Euler's number e raised to the power of the value(s) minus 1 (e^x - 1).
|
MutableMoneyPerAreaVector |
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.
|
MoneyPerArea |
get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
abstract MoneyPerAreaVector |
immutable()
Create a immutable version of this MutableDoubleVector.
|
MutableMoneyPerAreaVector |
inv()
Set the value(s) to the complement (1.0/x) of the value(s).
|
MutableMoneyPerAreaVector |
log()
Set the value(s) to the natural logarithm (base e) of the value(s).
|
MutableMoneyPerAreaVector |
log10()
Set the value(s) to the base 10 logarithm of the value(s).
|
MutableMoneyPerAreaVector |
log1p()
Set the value(s) to the natural logarithm of the sum of the value(s) and 1.
|
MoneyPerAreaVector |
minus(MoneyPerAreaVector rel)
Subtract a Relative value from this Relative value for a vector or matrix.
|
MoneyPerAreaVector |
minus(MutableMoneyPerAreaVector rel)
Subtract a Relative value from this Relative value for a vector or matrix.
|
MutableMoneyPerAreaVector |
multiplyBy(double constant)
Scale the value(s) by a factor.
|
abstract MutableMoneyPerAreaVector |
mutable()
Create a mutable version of this DoubleVector.
|
MoneyPerAreaVector |
plus(MoneyPerAreaVector rel)
Add a Relative value to this Relative value for a vector or matrix.
|
MoneyPerAreaVector |
plus(MutableMoneyPerAreaVector rel)
Add a Relative value to this Relative value for a vector or matrix.
|
MutableMoneyPerAreaVector |
pow(double x)
Set the value(s) to the value(s) raised to the power of the argument.
|
MutableMoneyPerAreaVector |
rint()
Set the value(s) to the value(s) that are closest in value to the argument and equal to a mathematical integer.
|
MutableMoneyPerAreaVector |
round()
Set the value(s) to the closest long to the argument with ties rounding up.
|
MutableMoneyPerAreaVector |
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.
|
MutableMoneyPerAreaVector |
sin()
Set the value(s) to the trigonometric sine of the value(s).
|
MutableMoneyPerAreaVector |
sinh()
Set the value(s) to the hyperbolic sine of the value(s).
|
MutableMoneyPerAreaVector |
sqrt()
Set the value(s) to the correctly rounded positive square root of the value(s).
|
MutableMoneyPerAreaVector |
tan()
Set the value(s) to the trigonometric tangent of the value(s).
|
MutableMoneyPerAreaVector |
tanh()
Set the value(s) to the hyperbolic tangent of the value(s).
|
MoneyPerAreaVector |
times(MoneyPerAreaVector rel)
Multiply a Relative value with this Relative value for a vector or matrix.
|
MoneyPerAreaVector |
times(MutableMoneyPerAreaVector rel)
Multiply a Relative value with this Relative value for a vector or matrix.
|
MutableMoneyPerAreaVector |
toDegrees()
Set the value(s) to approximately equivalent angle(s) measured in degrees.
|
abstract MutableMoneyPerAreaVector |
toDense()
Create a dense version of this DoubleVector.
|
MutableMoneyPerAreaVector |
toRadians()
Set the value(s) to approximately equivalent angle(s) measured in radians.
|
abstract MutableMoneyPerAreaVector |
toSparse()
Create a sparse version of this DoubleVector.
|
decrementBy, divide, incrementBy, minus, plus, plus, timesassign, 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, zSumpublic MutableMoneyPerAreaVector(MoneyPerAreaUnit unit)
unit - the unit to usepublic abstract MutableMoneyPerAreaVector mutable()
mutable in interface DoubleVectorInterface<MoneyPerAreaUnit>mutable in class MutableDoubleVector.Rel<MoneyPerAreaUnit>public abstract MoneyPerAreaVector immutable()
immutable in interface MutableDoubleVectorInterface<MoneyPerAreaUnit>immutable in class MutableDoubleVector.Rel<MoneyPerAreaUnit>public abstract MutableMoneyPerAreaVector toDense()
toDense in interface DoubleVectorInterface<MoneyPerAreaUnit>toDense in interface MutableDoubleVectorInterface<MoneyPerAreaUnit>toDense in class MutableDoubleVector.Rel<MoneyPerAreaUnit>public abstract MutableMoneyPerAreaVector toSparse()
toSparse in interface DoubleVectorInterface<MoneyPerAreaUnit>toSparse in interface MutableDoubleVectorInterface<MoneyPerAreaUnit>toSparse in class MutableDoubleVector.Rel<MoneyPerAreaUnit>public final MoneyPerArea get(int index) throws ValueException
get in interface DoubleVectorInterface<MoneyPerAreaUnit>get in class MutableDoubleVector.Rel<MoneyPerAreaUnit>index - int; index of the value to retrieveValueException - when index out of range (index < 0 or index >= size())public final MutableMoneyPerAreaVector copy()
copy in interface MutableDoubleVectorInterface<MoneyPerAreaUnit>copy in class MutableDoubleVector.Rel<MoneyPerAreaUnit>public final MoneyPerAreaVector plus(MoneyPerAreaVector rel) throws ValueException
rel - the right operandValueException - in case this vector or matrix and the operand have a different sizepublic final MoneyPerAreaVector minus(MoneyPerAreaVector rel) throws ValueException
rel - the right operandValueException - in case this vector or matrix and the operand have a different sizepublic final MoneyPerAreaVector times(MoneyPerAreaVector rel) throws ValueException
rel - the right operandValueException - in case this vector or matrix and the operand have a different sizepublic final MoneyPerAreaVector divide(MoneyPerAreaVector rel) throws ValueException
rel - the right operandValueException - in case this vector or matrix and the operand have a different sizepublic final MoneyPerAreaVector plus(MutableMoneyPerAreaVector rel) throws ValueException
rel - the right operandValueException - in case this vector or matrix and the operand have a different sizepublic final MoneyPerAreaVector minus(MutableMoneyPerAreaVector rel) throws ValueException
rel - the right operandValueException - in case this vector or matrix and the operand have a different sizepublic final MoneyPerAreaVector times(MutableMoneyPerAreaVector rel) throws ValueException
rel - the right operandValueException - in case this vector or matrix and the operand have a different sizepublic final MoneyPerAreaVector divide(MutableMoneyPerAreaVector rel) throws ValueException
rel - the right operandValueException - in case this vector or matrix and the operand have a different sizepublic final MutableMoneyPerAreaVector abs()
abs in interface MathFunctions<MutableDoubleVector.Rel<MoneyPerAreaUnit>>abs in class MutableDoubleVector.Rel<MoneyPerAreaUnit>public final MutableMoneyPerAreaVector acos()
acos in interface MathFunctions<MutableDoubleVector.Rel<MoneyPerAreaUnit>>acos in class MutableDoubleVector.Rel<MoneyPerAreaUnit>public final MutableMoneyPerAreaVector asin()
asin in interface MathFunctions<MutableDoubleVector.Rel<MoneyPerAreaUnit>>asin in class MutableDoubleVector.Rel<MoneyPerAreaUnit>public final MutableMoneyPerAreaVector atan()
atan in interface MathFunctions<MutableDoubleVector.Rel<MoneyPerAreaUnit>>atan in class MutableDoubleVector.Rel<MoneyPerAreaUnit>public final MutableMoneyPerAreaVector cbrt()
cbrt in interface MathFunctions<MutableDoubleVector.Rel<MoneyPerAreaUnit>>cbrt in class MutableDoubleVector.Rel<MoneyPerAreaUnit>public final MutableMoneyPerAreaVector ceil()
ceil in interface MathFunctions<MutableDoubleVector.Rel<MoneyPerAreaUnit>>ceil in class MutableDoubleVector.Rel<MoneyPerAreaUnit>public final MutableMoneyPerAreaVector cos()
cos in interface MathFunctions<MutableDoubleVector.Rel<MoneyPerAreaUnit>>cos in class MutableDoubleVector.Rel<MoneyPerAreaUnit>public final MutableMoneyPerAreaVector cosh()
cosh in interface MathFunctions<MutableDoubleVector.Rel<MoneyPerAreaUnit>>cosh in class MutableDoubleVector.Rel<MoneyPerAreaUnit>public final MutableMoneyPerAreaVector exp()
exp in interface MathFunctions<MutableDoubleVector.Rel<MoneyPerAreaUnit>>exp in class MutableDoubleVector.Rel<MoneyPerAreaUnit>public final MutableMoneyPerAreaVector expm1()
expm1 in interface MathFunctions<MutableDoubleVector.Rel<MoneyPerAreaUnit>>expm1 in class MutableDoubleVector.Rel<MoneyPerAreaUnit>public final MutableMoneyPerAreaVector floor()
floor in interface MathFunctions<MutableDoubleVector.Rel<MoneyPerAreaUnit>>floor in class MutableDoubleVector.Rel<MoneyPerAreaUnit>public final MutableMoneyPerAreaVector log()
log in interface MathFunctions<MutableDoubleVector.Rel<MoneyPerAreaUnit>>log in class MutableDoubleVector.Rel<MoneyPerAreaUnit>public final MutableMoneyPerAreaVector log10()
log10 in interface MathFunctions<MutableDoubleVector.Rel<MoneyPerAreaUnit>>log10 in class MutableDoubleVector.Rel<MoneyPerAreaUnit>public final MutableMoneyPerAreaVector log1p()
log1p in interface MathFunctions<MutableDoubleVector.Rel<MoneyPerAreaUnit>>log1p in class MutableDoubleVector.Rel<MoneyPerAreaUnit>public final MutableMoneyPerAreaVector pow(double x)
pow in interface MathFunctions<MutableDoubleVector.Rel<MoneyPerAreaUnit>>pow in class MutableDoubleVector.Rel<MoneyPerAreaUnit>x - double; the value to use as the powerpublic final MutableMoneyPerAreaVector rint()
rint in interface MathFunctions<MutableDoubleVector.Rel<MoneyPerAreaUnit>>rint in class MutableDoubleVector.Rel<MoneyPerAreaUnit>public final MutableMoneyPerAreaVector round()
round in interface MathFunctions<MutableDoubleVector.Rel<MoneyPerAreaUnit>>round in class MutableDoubleVector.Rel<MoneyPerAreaUnit>public final MutableMoneyPerAreaVector signum()
signum in interface MathFunctions<MutableDoubleVector.Rel<MoneyPerAreaUnit>>signum in class MutableDoubleVector.Rel<MoneyPerAreaUnit>public final MutableMoneyPerAreaVector sin()
sin in interface MathFunctions<MutableDoubleVector.Rel<MoneyPerAreaUnit>>sin in class MutableDoubleVector.Rel<MoneyPerAreaUnit>public final MutableMoneyPerAreaVector sinh()
sinh in interface MathFunctions<MutableDoubleVector.Rel<MoneyPerAreaUnit>>sinh in class MutableDoubleVector.Rel<MoneyPerAreaUnit>public final MutableMoneyPerAreaVector sqrt()
sqrt in interface MathFunctions<MutableDoubleVector.Rel<MoneyPerAreaUnit>>sqrt in class MutableDoubleVector.Rel<MoneyPerAreaUnit>public final MutableMoneyPerAreaVector tan()
tan in interface MathFunctions<MutableDoubleVector.Rel<MoneyPerAreaUnit>>tan in class MutableDoubleVector.Rel<MoneyPerAreaUnit>public final MutableMoneyPerAreaVector tanh()
tanh in interface MathFunctions<MutableDoubleVector.Rel<MoneyPerAreaUnit>>tanh in class MutableDoubleVector.Rel<MoneyPerAreaUnit>public final MutableMoneyPerAreaVector toDegrees()
toDegrees in interface MathFunctions<MutableDoubleVector.Rel<MoneyPerAreaUnit>>toDegrees in class MutableDoubleVector.Rel<MoneyPerAreaUnit>public final MutableMoneyPerAreaVector toRadians()
toRadians in interface MathFunctions<MutableDoubleVector.Rel<MoneyPerAreaUnit>>toRadians in class MutableDoubleVector.Rel<MoneyPerAreaUnit>public final MutableMoneyPerAreaVector inv()
inv in interface MathFunctions<MutableDoubleVector.Rel<MoneyPerAreaUnit>>inv in class MutableDoubleVector.Rel<MoneyPerAreaUnit>public final MutableMoneyPerAreaVector multiplyBy(double constant)
multiplyBy in interface DoubleMathFunctions<MutableDoubleVector.Rel<MoneyPerAreaUnit>>multiplyBy in class MutableDoubleVector.Rel<MoneyPerAreaUnit>constant - double; the multiplierpublic final MutableMoneyPerAreaVector divideBy(double constant)
divideBy in interface DoubleMathFunctions<MutableDoubleVector.Rel<MoneyPerAreaUnit>>divideBy in class MutableDoubleVector.Rel<MoneyPerAreaUnit>constant - double; the divisorCopyright © 2015 Delft University of Technology. All rights reserved.