public static class MutableTemperatureVector.Abs.Dense extends MutableTemperatureVector.Abs implements DenseData
MutableTemperatureVector.Abs.Dense, MutableTemperatureVector.Abs.SparseMutableDoubleVector.Abs<U extends Unit<U>>, MutableDoubleVector.Rel<U extends Unit<U>>data| Constructor and Description |
|---|
Dense(double[] values,
TemperatureUnit unit)
Construct a new Absolute Dense Mutable TemperatureVector.
|
Dense(List<Double> values,
TemperatureUnit unit)
Construct a new Absolute Dense Mutable TemperatureVector.
|
Dense(List<DoubleScalar.Abs<TemperatureUnit>> values)
Construct a new Absolute Dense Mutable TemperatureVector.
|
Dense(Temperature.Abs[] values)
Construct a new Absolute Dense Mutable TemperatureVector.
|
| Modifier and Type | Method and Description |
|---|---|
MutableTemperatureVector.Abs |
copy()
Create a deep copy of this MutableDoubleVector.
|
protected DoubleVectorDataDense |
getData() |
TemperatureVector.Abs |
immutable()
Create a immutable version of this MutableDoubleVector.
|
MutableTemperatureVector.Abs |
mutable()
Create a mutable version of this DoubleVector.
|
MutableTemperatureVector.Abs |
toDense()
Create a dense version of this DoubleVector.
|
MutableTemperatureVector.Abs |
toSparse()
Create a sparse version of this DoubleVector.
|
abs, acos, asin, atan, cbrt, ceil, cos, cosh, divideBy, exp, expm1, floor, get, inv, log, log10, log1p, minus, minus, multiplyBy, plus, pow, rint, round, signum, sin, sinh, sqrt, tan, tanh, toDegrees, toRadiansdecrementBy, incrementBy, minus, minus, plusassign, checkCopyOnWrite, decrementByImpl, incrementByImpl, normalize, scaleValueByValue, scaleValueByValue, set, setInUnit, setSIcardinality, checkIndex, checkSize, checkSize, equals, 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 Dense(double[] values,
TemperatureUnit unit)
throws ValueException
values - double[]; the values of the entries in the new Absolute Dense Mutable TemperatureVectorunit - U; the unit of the new Absolute Dense MutableTemperatureVectorValueException - when values is nullpublic Dense(List<Double> values, TemperatureUnit unit) throws ValueException
values - List; the values of the entries in the new Absolute Dense Mutable TemperatureVectorunit - U; the unit of the new Absolute Dense Mutable TemperatureVectorValueException - when values is nullpublic Dense(Temperature.Abs[] values) throws ValueException
values - Temperature.Abs<U>[]; the values of the entries in the new Absolute Dense
MutableTemperatureVectorValueException - when values has zero entriespublic Dense(List<DoubleScalar.Abs<TemperatureUnit>> values) throws ValueException
values - List; the values of the entries in the new Absolute Dense Mutable TemperatureVectorValueException - when values has zero entriespublic TemperatureVector.Abs immutable()
immutable in interface MutableDoubleVectorInterface<TemperatureUnit>immutable in class MutableTemperatureVector.Abspublic MutableTemperatureVector.Abs mutable()
mutable in interface DoubleVectorInterface<TemperatureUnit>mutable in class MutableTemperatureVector.Abspublic MutableTemperatureVector.Abs copy()
copy in interface MutableDoubleVectorInterface<TemperatureUnit>copy in class MutableTemperatureVector.Absprotected final DoubleVectorDataDense getData()
getData in class DoubleVector<TemperatureUnit>public MutableTemperatureVector.Abs toDense()
toDense in interface DoubleVectorInterface<TemperatureUnit>toDense in interface MutableDoubleVectorInterface<TemperatureUnit>toDense in class MutableTemperatureVector.Abspublic MutableTemperatureVector.Abs toSparse()
toSparse in interface DoubleVectorInterface<TemperatureUnit>toSparse in interface MutableDoubleVectorInterface<TemperatureUnit>toSparse in class MutableTemperatureVector.AbsCopyright © 2015 Delft University of Technology. All rights reserved.