public class MutableElectricalPotentialVector extends AbstractMutableDoubleVectorRel<ElectricalPotentialUnit,ElectricalPotentialVector,MutableElectricalPotentialVector,ElectricalPotential>
Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
AbstractDoubleVectorRel.Itrdata| Constructor and Description |
|---|
MutableElectricalPotentialVector(double[] values,
ElectricalPotentialUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalPotentialVector.
|
MutableElectricalPotentialVector(DoubleVectorData data,
ElectricalPotentialUnit unit) |
MutableElectricalPotentialVector(ElectricalPotential[] values,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalPotentialVector.
|
MutableElectricalPotentialVector(List<Double> values,
ElectricalPotentialUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalPotentialVector.
|
MutableElectricalPotentialVector(List<ElectricalPotential> values,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalPotentialVector.
|
MutableElectricalPotentialVector(SortedMap<Integer,Double> values,
ElectricalPotentialUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalPotentialVector.
|
MutableElectricalPotentialVector(SortedMap<Integer,ElectricalPotential> values,
int length,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalPotentialVector.
|
| Modifier and Type | Method and Description |
|---|---|
protected MutableElectricalPotentialVector |
instantiateMutableType(DoubleVectorData dvd,
ElectricalPotentialUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected ElectricalPotential |
instantiateScalar(double value,
ElectricalPotentialUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected ElectricalPotentialVector |
instantiateType(DoubleVectorData dvd,
ElectricalPotentialUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
ElectricalPotential[] |
toArray()
Return an array of ElectricalPotential Scalars from this vector.
|
MutableElectricalPotentialVector |
toDense()
return a dense version of this vector.
|
MutableElectricalPotentialVector |
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, setSIcheckUnit, checkUnit, checkUnit, divide, get, iterator, minus, plus, timescardinality, checkIndex, checkSize, checkSize, equals, getData, getInUnit, getInUnit, getSI, getStorageType, getValuesInUnit, getValuesInUnit, getValuesSI, hashCode, size, toString, toString, toString, toString, zSumexpressAsSIUnit, expressAsSpecifiedUnit, getUnit, isAbsolute, isRelative, setDisplayUnitclone, finalize, getClass, notify, notifyAll, wait, wait, waitDIV, MULT, POWcardinality, get, getInUnit, getInUnit, getSI, getValuesInUnit, getValuesInUnit, getValuesSI, size, toString, toString, toString, toString, zSumforEach, spliteratorpublic MutableElectricalPotentialVector(double[] values,
ElectricalPotentialUnit unit,
StorageType storageType)
throws ValueException
values - double[]; the values of the entries in the new Relative Immutable Double ElectricalPotentialVectorunit - ElectricalPotentialUnit; the unit of the new Relative Immutable Double ElectricalPotentialVectorstorageType - StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException - when values is nullpublic MutableElectricalPotentialVector(List<Double> values, ElectricalPotentialUnit unit, StorageType storageType) throws ValueException
values - List<Double>; the values of the entries in the new Relative Immutable Double
ElectricalPotentialVectorunit - ElectricalPotentialUnit; the unit of the new Relative Immutable Double ElectricalPotentialVectorstorageType - StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException - when values is nullpublic MutableElectricalPotentialVector(ElectricalPotential[] values, StorageType storageType) throws ValueException
values - ElectricalPotential[]; the values of the entries in the new Relative Immutable Double
ElectricalPotentialVectorstorageType - StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException - when values has zero entriespublic MutableElectricalPotentialVector(List<ElectricalPotential> values, StorageType storageType) throws ValueException
values - List<ElectricalPotential>; the values of the entries in the new Relative Immutable Double
ElectricalPotentialVectorstorageType - StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException - when values has zero entriespublic MutableElectricalPotentialVector(SortedMap<Integer,ElectricalPotential> values, int length, StorageType storageType) throws ValueException
values - SortedMap<Integer, ElectricalPotential>; the values of the entries in the new Relative Sparse Mutable
Double ElectricalPotentialVectorlength - int; the size of the vectorstorageType - StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException - when values has zero entriespublic MutableElectricalPotentialVector(SortedMap<Integer,Double> values, ElectricalPotentialUnit unit, int length, StorageType storageType) throws ValueException
values - SortedMap<Integer, Double>; the map of indexes to values of the Relative Sparse Mutable Double
ElectricalPotentialVectorunit - ElectricalPotentialUnit; the unit of the new Relative Sparse Mutable Double ElectricalPotentialVectorlength - int; the size of the vectorstorageType - StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException - when values is nullMutableElectricalPotentialVector(DoubleVectorData data, ElectricalPotentialUnit unit)
data - DoubleVectorData; an internal data objectunit - ElectricalPotentialUnit; the unitprotected final ElectricalPotentialVector instantiateType(DoubleVectorData dvd, ElectricalPotentialUnit unit)
instantiateType in class AbstractDoubleVectorRel<ElectricalPotentialUnit,ElectricalPotentialVector,MutableElectricalPotentialVector,ElectricalPotential>dvd - DoubleVectorData; an internal data objectunit - U; the unitprotected final MutableElectricalPotentialVector instantiateMutableType(DoubleVectorData dvd, ElectricalPotentialUnit unit)
instantiateMutableType in class AbstractDoubleVectorRel<ElectricalPotentialUnit,ElectricalPotentialVector,MutableElectricalPotentialVector,ElectricalPotential>dvd - DoubleVectorData; an internal data objectunit - U; the unitprotected final ElectricalPotential instantiateScalar(double value, ElectricalPotentialUnit unit)
instantiateScalar in class AbstractDoubleVectorRel<ElectricalPotentialUnit,ElectricalPotentialVector,MutableElectricalPotentialVector,ElectricalPotential>value - double; the valueunit - U; the unitpublic final MutableElectricalPotentialVector toDense()
public final MutableElectricalPotentialVector toSparse()
public ElectricalPotential[] toArray()
RuntimeException - wrapping a ValueException on error getting one of the valuesCopyright © 2015–2019 Delft University of Technology. All rights reserved.