| Package | Description |
|---|---|
| org.djunits.value.vdouble.vector |
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbsoluteTemperatureVector
Immutable Absolute AbsoluteTemperature Vector.
|
class |
DirectionVector
Immutable Absolute Direction Vector.
|
class |
PositionVector
Immutable Absolute Position Vector.
|
class |
TimeVector
Immutable Absolute Time Vector.
|
class |
TypedDoubleVectorAbs<U extends Unit<U>,A extends TypedDoubleVectorAbs<U,A,R,MA,S>,R extends TypedDoubleVectorRel<U,R,?,?>,MA extends MutableTypedDoubleVectorAbs<U,A,R,MA,S>,S extends DoubleScalar.Abs<U>>
Absolute Immutable typed vector.
|
| Modifier and Type | Method and Description |
|---|---|
DoubleVector.Abs<U> |
MutableDoubleVector.Abs.immutable()
Create a immutable version of this MutableDoubleVector.
|
(package private) static <U extends Unit<U>> |
DoubleVector.instantiateAbs(DoubleVectorData dvData,
U unit)
Instantiate a vector based on the type of data.
|
DoubleVector.Abs<U> |
MutableDoubleVector.Abs.minus(DoubleVector.Rel<U> rel)
Subtract a Relative value from this Absolute value for a vector or matrix.
|
DoubleVector.Abs<U> |
DoubleVector.Abs.minus(DoubleVector.Rel<U> rel)
Subtract a Relative value from this Absolute value for a vector or matrix.
|
DoubleVector.Abs<U> |
MutableDoubleVector.Rel.plus(DoubleVector.Abs<U> abs)
Add an Absolute value to this Relative value for a vector or matrix.
|
DoubleVector.Abs<U> |
DoubleVector.Rel.plus(DoubleVector.Abs<U> abs)
Add an Absolute value to this Relative value for a vector or matrix.
|
DoubleVector.Abs<U> |
MutableDoubleVector.Abs.plus(DoubleVector.Rel<U> rel)
Add a Relative value to this Absolute value for a vector or matrix.
|
DoubleVector.Abs<U> |
DoubleVector.Abs.plus(DoubleVector.Rel<U> rel)
Add a Relative value to this Absolute value for a vector or matrix.
|
DoubleVector.Abs<U> |
DoubleVector.Abs.toDense()
Create a dense version of this DoubleVector.
|
DoubleVector.Abs<U> |
DoubleVector.Abs.toSparse()
Create a sparse version of this DoubleVector.
|
| Modifier and Type | Method and Description |
|---|---|
DoubleVector.Rel<U> |
MutableDoubleVector.Abs.minus(DoubleVector.Abs<U> abs)
Subtract an Absolute value from this Absolute value for a vector or matrix.
|
DoubleVector.Rel<U> |
DoubleVector.Abs.minus(DoubleVector.Abs<U> abs)
Subtract an Absolute value from this Absolute value for a vector or matrix.
|
DoubleVector.Abs<U> |
MutableDoubleVector.Rel.plus(DoubleVector.Abs<U> abs)
Add an Absolute value to this Relative value for a vector or matrix.
|
DoubleVector.Abs<U> |
DoubleVector.Rel.plus(DoubleVector.Abs<U> abs)
Add an Absolute value to this Relative value for a vector or matrix.
|
Copyright © 2015–2016 Delft University of Technology. All rights reserved.