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