public static class MutableLengthVector.Abs.Dense extends MutableLengthVector.Abs implements DenseData
MutableLengthVector.Abs.Dense, MutableLengthVector.Abs.SparseMutableDoubleVector.Abs<U extends Unit<U>>, MutableDoubleVector.Rel<U extends Unit<U>>data| Constructor and Description |
|---|
Dense(double[] values,
LengthUnit unit)
Construct a new Absolute Dense Mutable LengthVector.
|
Dense(Length.Abs[] values)
Construct a new Absolute Dense Mutable LengthVector.
|
Dense(List<Double> values,
LengthUnit unit)
Construct a new Absolute Dense Mutable LengthVector.
|
Dense(List<DoubleScalar.Abs<LengthUnit>> values)
Construct a new Absolute Dense Mutable LengthVector.
|
| Modifier and Type | Method and Description |
|---|---|
MutableLengthVector.Abs |
copy()
Create a deep copy of this MutableDoubleVector.
|
protected DoubleVectorDataDense |
getData() |
LengthVector.Abs |
immutable()
Create a immutable version of this MutableDoubleVector.
|
MutableLengthVector.Abs |
mutable()
Create a mutable version of this DoubleVector.
|
MutableLengthVector.Abs |
toDense()
Create a dense version of this DoubleVector.
|
MutableLengthVector.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,
LengthUnit unit)
throws ValueException
values - double[]; the values of the entries in the new Absolute Dense Mutable LengthVectorunit - U; the unit of the new Absolute Dense MutableLengthVectorValueException - when values is nullpublic Dense(List<Double> values, LengthUnit unit) throws ValueException
values - List; the values of the entries in the new Absolute Dense Mutable LengthVectorunit - U; the unit of the new Absolute Dense Mutable LengthVectorValueException - when values is nullpublic Dense(Length.Abs[] values) throws ValueException
values - Length.Abs<U>[]; the values of the entries in the new Absolute Dense MutableLengthVectorValueException - when values has zero entriespublic Dense(List<DoubleScalar.Abs<LengthUnit>> values) throws ValueException
values - List; the values of the entries in the new Absolute Dense Mutable LengthVectorValueException - when values has zero entriespublic LengthVector.Abs immutable()
immutable in interface MutableDoubleVectorInterface<LengthUnit>immutable in class MutableLengthVector.Abspublic MutableLengthVector.Abs mutable()
mutable in interface DoubleVectorInterface<LengthUnit>mutable in class MutableLengthVector.Abspublic MutableLengthVector.Abs copy()
copy in interface MutableDoubleVectorInterface<LengthUnit>copy in class MutableLengthVector.Absprotected final DoubleVectorDataDense getData()
getData in class DoubleVector<LengthUnit>public MutableLengthVector.Abs toDense()
toDense in interface DoubleVectorInterface<LengthUnit>toDense in interface MutableDoubleVectorInterface<LengthUnit>toDense in class MutableLengthVector.Abspublic MutableLengthVector.Abs toSparse()
toSparse in interface DoubleVectorInterface<LengthUnit>toSparse in interface MutableDoubleVectorInterface<LengthUnit>toSparse in class MutableLengthVector.AbsCopyright © 2015 Delft University of Technology. All rights reserved.