public static class DimensionlessVector.Abs.Sparse extends DimensionlessVector.Abs implements SparseData
DimensionlessVector.Abs.Dense, DimensionlessVector.Abs.SparseDoubleVector.Abs<U extends Unit<U>>, DoubleVector.Rel<U extends Unit<U>>data| Constructor and Description |
|---|
Sparse(Dimensionless.Abs[] values)
Construct a new Absolute Sparse Immutable DoubleVector.
|
Sparse(double[] values,
DimensionlessUnit unit)
Construct a new Absolute Sparse Immutable DoubleVector.
|
Sparse(SortedMap<Integer,Double> values,
DimensionlessUnit unit,
int dimensionless)
Construct a new Absolute Sparse Immutable DoubleVector.
|
Sparse(SortedMap<Integer,DoubleScalar.Abs<DimensionlessUnit>> values,
int dimensionless)
Construct a new Absolute Sparse Immutable DoubleVector.
|
| Modifier and Type | Method and Description |
|---|---|
protected DoubleVectorDataSparse |
getData() |
MutableDimensionlessVector.Abs |
mutable()
Create a mutable version of this DoubleVector.
|
DimensionlessVector.Abs |
toDense()
Create a dense version of this DoubleVector.
|
DimensionlessVector.Abs |
toSparse()
Create a sparse version of this DoubleVector.
|
get, minus, minus, plusminus, minus, pluscardinality, 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, isRelativepublic Sparse(SortedMap<Integer,Double> values, DimensionlessUnit unit, int dimensionless) throws ValueException
values - Map; the map of indexes to values of the Absolute Sparse Immutable DoubleVectorunit - U; the unit of the new Absolute Sparse Immutable DoubleVectordimensionless - the size of the vectorValueException - when values is nullpublic Sparse(SortedMap<Integer,DoubleScalar.Abs<DimensionlessUnit>> values, int dimensionless) throws ValueException
values - DoubleScalar.Abs<U>[]; the values of the entries in the new Absolute Sparse Immutable
DoubleVectordimensionless - the size of the vectorValueException - when values has zero entriespublic Sparse(double[] values,
DimensionlessUnit unit)
throws ValueException
values - double[]; the values of the entries in the new Absolute Sparse Immutable DoubleVectorunit - U; the unit of the new Absolute Sparse Immutable DoubleVectorValueException - when values is nullpublic Sparse(Dimensionless.Abs[] values) throws ValueException
values - DoubleScalar.Abs<U>[]; the values of the entries in the new Absolute Sparse Immutable
DoubleVectorValueException - when values has zero entriespublic MutableDimensionlessVector.Abs mutable()
mutable in interface DoubleVectorInterface<DimensionlessUnit>mutable in class DimensionlessVector.Absprotected final DoubleVectorDataSparse getData()
getData in class DoubleVector<DimensionlessUnit>public DimensionlessVector.Abs toDense()
toDense in interface DoubleVectorInterface<DimensionlessUnit>toDense in class DimensionlessVector.Abspublic DimensionlessVector.Abs toSparse()
toSparse in interface DoubleVectorInterface<DimensionlessUnit>toSparse in class DimensionlessVector.AbsCopyright © 2015 Delft University of Technology. All rights reserved.