public class ElectricalPotentialVector extends AbstractDoubleVectorRel<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.Itr
data
Constructor and Description |
---|
ElectricalPotentialVector(double[] values,
ElectricalPotentialUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalPotentialVector.
|
ElectricalPotentialVector(DoubleVectorData data,
ElectricalPotentialUnit unit) |
ElectricalPotentialVector(ElectricalPotential[] values,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalPotentialVector.
|
ElectricalPotentialVector(List<Double> values,
ElectricalPotentialUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalPotentialVector.
|
ElectricalPotentialVector(List<ElectricalPotential> values,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalPotentialVector.
|
ElectricalPotentialVector(SortedMap<Integer,Double> values,
ElectricalPotentialUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double ElectricalPotentialVector.
|
ElectricalPotentialVector(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.
|
ElectricalPotentialVector |
toDense()
return a dense version of this vector.
|
ElectricalPotentialVector |
toSparse()
return a sparse version of this vector.
|
checkUnit, checkUnit, checkUnit, divide, get, iterator, minus, mutable, 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
forEach, spliterator
public ElectricalPotentialVector(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 ElectricalPotentialVector(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 ElectricalPotentialVector(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 ElectricalPotentialVector(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 ElectricalPotentialVector(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 ElectricalPotentialVector(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 nullElectricalPotentialVector(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 ElectricalPotentialVector toDense()
public final ElectricalPotentialVector toSparse()
public ElectricalPotential[] toArray()
RuntimeException
- wrapping a ValueException on error getting one of the valuesCopyright © 2015–2019 Delft University of Technology. All rights reserved.