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