public class MutableLengthVector extends AbstractMutableDoubleVectorRel<LengthUnit,LengthVector,MutableLengthVector,Length>
Copyright (c) 2013-2018 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUNITS License.
$LastChangedDate: 2015-09-29 14:14:28 +0200 (Tue, 29 Sep 2015) $, @version $Revision: 73 $, by $Author: pknoppers $, initial
version Sep 5, 2015
AbstractDoubleVectorRel.Itr
data
Constructor and Description |
---|
MutableLengthVector(double[] values,
LengthUnit unit,
StorageType storageType)
Construct a new Relative Mutable Double LengthVector.
|
MutableLengthVector(DoubleVectorData data,
LengthUnit unit)
Construct a new Relative Mutable Double LengthVector.
|
MutableLengthVector(Length[] values,
StorageType storageType)
Construct a new Relative Mutable Double LengthVector.
|
MutableLengthVector(List<Double> values,
LengthUnit unit,
StorageType storageType)
Construct a new Relative Mutable Double LengthVector.
|
MutableLengthVector(List<Length> values,
StorageType storageType)
Construct a new Relative Mutable Double LengthVector.
|
MutableLengthVector(SortedMap<Integer,Double> values,
LengthUnit unit,
int length,
StorageType storageType)
Construct a new Relative Mutable Double LengthVector.
|
MutableLengthVector(SortedMap<Integer,Length> values,
int length,
StorageType storageType)
Construct a new Relative Mutable Double LengthVector.
|
Modifier and Type | Method and Description |
---|---|
protected MutableLengthVector |
instantiateMutableType(DoubleVectorData dvd,
LengthUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected Length |
instantiateScalar(double value,
LengthUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected LengthVector |
instantiateType(DoubleVectorData dvd,
LengthUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
Length[] |
toArray()
Return an array of Length Scalars from this vector.
|
MutableLengthVector |
toDense()
return a dense version of this vector.
|
MutableLengthVector |
toSparse()
return a sparse version of this vector.
|
abs, assign, ceil, checkCopyOnWrite, copy, decrementBy, decrementBy, decrementBy, divideBy, divideBy, divideBy, floor, immutable, incrementBy, incrementBy, incrementBy, multiplyBy, multiplyBy, multiplyBy, mutable, neg, normalize, rint, round, set, setCopyOnWrite, setInUnit, setSI
checkUnit, checkUnit, checkUnit, divide, get, iterator, minus, plus, times
cardinality, checkIndex, checkSize, checkSize, equals, getData, getInUnit, getInUnit, getSI, getStorageType, getValuesInUnit, getValuesInUnit, getValuesSI, hashCode, size, toString, toString, toString, toString, zSum
expressAsSIUnit, expressAsSpecifiedUnit, getUnit, isAbsolute, isRelative, setDisplayUnit
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
DIV, MULT, POW
cardinality, get, getInUnit, getInUnit, getSI, getValuesInUnit, getValuesInUnit, getValuesSI, size, toString, toString, toString, toString, zSum
forEach, spliterator
public MutableLengthVector(double[] values, LengthUnit unit, StorageType storageType) throws ValueException
values
- double[]; the values of the entries in the new Relative Mutable Double LengthVectorunit
- U; the unit of the new Relative Mutable Double LengthVectorstorageType
- the data type to use (e.g., DENSE or SPARSE)ValueException
- when values is nullpublic MutableLengthVector(List<Double> values, LengthUnit unit, StorageType storageType) throws ValueException
values
- List; the values of the entries in the new Relative Mutable Double LengthVectorunit
- U; the unit of the new Relative Mutable Double LengthVectorstorageType
- the data type to use (e.g., DENSE or SPARSE)ValueException
- when values is nullpublic MutableLengthVector(Length[] values, StorageType storageType) throws ValueException
values
- DoubleScalar.Rel<U>[]; the values of the entries in the new Relative Mutable Double LengthVectorstorageType
- the data type to use (e.g., DENSE or SPARSE)ValueException
- when values has zero entriespublic MutableLengthVector(List<Length> values, StorageType storageType) throws ValueException
values
- List; the values of the entries in the new Relative Mutable Double LengthVectorstorageType
- the data type to use (e.g., DENSE or SPARSE)ValueException
- when values has zero entriespublic MutableLengthVector(SortedMap<Integer,Length> values, int length, StorageType storageType) throws ValueException
values
- DoubleScalar.Rel<U>[]; the values of the entries in the new Relative Sparse Mutable Double
LengthVectorlength
- the size of the vectorstorageType
- the data type to use (e.g., DENSE or SPARSE)ValueException
- when values has zero entriespublic MutableLengthVector(SortedMap<Integer,Double> values, LengthUnit unit, int length, StorageType storageType) throws ValueException
values
- Map; the map of indexes to values of the Relative Sparse Mutable Double LengthVectorunit
- U; the unit of the new Relative Sparse Mutable Double LengthVectorlength
- the size of the vectorstorageType
- the data type to use (e.g., DENSE or SPARSE)ValueException
- when values is nullMutableLengthVector(DoubleVectorData data, LengthUnit unit)
data
- an internal data objectunit
- the unitprotected final LengthVector instantiateType(DoubleVectorData dvd, LengthUnit unit)
instantiateType
in class AbstractDoubleVectorRel<LengthUnit,LengthVector,MutableLengthVector,Length>
dvd
- an internal data objectunit
- the unitprotected final MutableLengthVector instantiateMutableType(DoubleVectorData dvd, LengthUnit unit)
instantiateMutableType
in class AbstractDoubleVectorRel<LengthUnit,LengthVector,MutableLengthVector,Length>
dvd
- an internal data objectunit
- the unitprotected final Length instantiateScalar(double value, LengthUnit unit)
instantiateScalar
in class AbstractDoubleVectorRel<LengthUnit,LengthVector,MutableLengthVector,Length>
value
- the valueunit
- the unitpublic final MutableLengthVector toDense()
public final MutableLengthVector toSparse()
public Length[] toArray()
RuntimeException
- wrapping a ValueException on error getting one of the valuesCopyright © 2015–2018 Delft University of Technology. All rights reserved.