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