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