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