| Package | Description |
|---|---|
| org.djunits.value.vdouble.vector |
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AnglePlaneVector.Abs
ABSOLUTE implementation of AnglePlaneVector.
|
static class |
AnglePlaneVector.Abs.Dense
ABSOLUTE DENSE implementation of DoubleVector.
|
static class |
AnglePlaneVector.Abs.Sparse
ABSOLUTE SPARSE implementation of DoubleVector.
|
static class |
AngleSlopeVector.Abs
ABSOLUTE implementation of AngleSlopeVector.
|
static class |
AngleSlopeVector.Abs.Dense
ABSOLUTE DENSE implementation of DoubleVector.
|
static class |
AngleSlopeVector.Abs.Sparse
ABSOLUTE SPARSE implementation of DoubleVector.
|
static class |
DimensionlessVector.Abs
ABSOLUTE implementation of DimensionlessVector.
|
static class |
DimensionlessVector.Abs.Dense
ABSOLUTE DENSE implementation of DoubleVector.
|
static class |
DimensionlessVector.Abs.Sparse
ABSOLUTE SPARSE implementation of DoubleVector.
|
static class |
DoubleVector.Abs.Dense<U extends Unit<U>>
ABSOLUTE DENSE implementation of DoubleVector.
|
static class |
DoubleVector.Abs.Sparse<U extends Unit<U>>
ABSOLUTE SPARSE implementation of DoubleVector.
|
static class |
LengthVector.Abs
ABSOLUTE implementation of LengthVector.
|
static class |
LengthVector.Abs.Dense
ABSOLUTE DENSE implementation of DoubleVector.
|
static class |
LengthVector.Abs.Sparse
ABSOLUTE SPARSE implementation of DoubleVector.
|
static class |
TemperatureVector.Abs
ABSOLUTE implementation of TemperatureVector.
|
static class |
TemperatureVector.Abs.Dense
ABSOLUTE DENSE implementation of DoubleVector.
|
static class |
TemperatureVector.Abs.Sparse
ABSOLUTE SPARSE implementation of DoubleVector.
|
static class |
TimeVector.Abs
ABSOLUTE implementation of TimeVector.
|
static class |
TimeVector.Abs.Dense
ABSOLUTE DENSE implementation of DoubleVector.
|
static class |
TimeVector.Abs.Sparse
ABSOLUTE SPARSE implementation of DoubleVector.
|
| Modifier and Type | Method and Description |
|---|---|
abstract DoubleVector.Abs<U> |
MutableDoubleVector.Abs.immutable()
Create a immutable version of this MutableDoubleVector.
|
DoubleVector.Abs<U> |
MutableDoubleVector.Abs.Dense.immutable()
Create a immutable version of this MutableDoubleVector.
|
DoubleVector.Abs<U> |
MutableDoubleVector.Abs.Sparse.immutable()
Create a immutable version of this MutableDoubleVector.
|
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> rel)
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.
|
abstract DoubleVector.Abs<U> |
DoubleVector.Abs.toDense()
Create a dense version of this DoubleVector.
|
DoubleVector.Abs<U> |
DoubleVector.Abs.Dense.toDense()
Create a dense version of this DoubleVector.
|
DoubleVector.Abs<U> |
DoubleVector.Abs.Sparse.toDense()
Create a dense version of this DoubleVector.
|
abstract DoubleVector.Abs<U> |
DoubleVector.Abs.toSparse()
Create a sparse version of this DoubleVector.
|
DoubleVector.Abs<U> |
DoubleVector.Abs.Dense.toSparse()
Create a sparse version of this DoubleVector.
|
DoubleVector.Abs<U> |
DoubleVector.Abs.Sparse.toSparse()
Create a sparse version of this DoubleVector.
|
| Modifier and Type | Method and Description |
|---|---|
DoubleVector.Rel<U> |
MutableDoubleVector.Abs.minus(DoubleVector.Abs<U> rel)
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> rel)
Add an Absolute value to this Relative value for a vector or matrix.
|
Copyright © 2015 Delft University of Technology. All rights reserved.