public static class MutableAnglePlaneVector.Abs.Sparse extends MutableAnglePlaneVector.Abs implements SparseData
MutableAnglePlaneVector.Abs.Dense, MutableAnglePlaneVector.Abs.SparseMutableDoubleVector.Abs<U extends Unit<U>>, MutableDoubleVector.Rel<U extends Unit<U>>data| Constructor and Description |
|---|
Sparse(AnglePlane.Abs[] values)
Construct a new Absolute Sparse Mutable AnglePlaneVector.
|
Sparse(double[] values,
AnglePlaneUnit unit)
Construct a new Absolute Sparse Mutable AnglePlaneVector.
|
Sparse(SortedMap<Integer,Double> values,
AnglePlaneUnit unit,
int angleplane)
Construct a new Absolute Sparse Mutable AnglePlaneVector.
|
Sparse(SortedMap<Integer,DoubleScalar.Abs<AnglePlaneUnit>> values,
int angleplane)
Construct a new Absolute Sparse Mutable AnglePlaneVector.
|
| Modifier and Type | Method and Description |
|---|---|
MutableAnglePlaneVector.Abs |
copy()
Create a deep copy of this MutableDoubleVector.
|
protected DoubleVectorDataSparse |
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 Sparse(SortedMap<Integer,Double> values, AnglePlaneUnit unit, int angleplane) throws ValueException
values - Map; the map of indexes to values of the Absolute Sparse Mutable AnglePlaneVectorunit - U; the unit of the new Absolute Sparse Mutable AnglePlaneVectorangleplane - the size of the vectorValueException - when values is nullpublic Sparse(SortedMap<Integer,DoubleScalar.Abs<AnglePlaneUnit>> values, int angleplane) throws ValueException
values - AnglePlane.Abs<U>[]; the values of the entries in the new Absolute Sparse Mutable
AnglePlaneVectorangleplane - the size of the vectorValueException - when values has zero entriespublic Sparse(double[] values,
AnglePlaneUnit unit)
throws ValueException
values - double[]; the values of the entries in the new Absolute Sparse Mutable AnglePlaneVectorunit - U; the unit of the new Absolute Sparse Mutable AnglePlaneVectorValueException - when values is nullpublic Sparse(AnglePlane.Abs[] values) throws ValueException
values - AnglePlane.Abs<U>[]; the values of the entries in the new Absolute Sparse 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 DoubleVectorDataSparse 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.