| 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 |
DensityVector.Dense
Double Dense Relative Immutable Density class.
|
static class |
DensityVector.Sparse
Double Sparse Relative Immutable Density class.
|
| Modifier and Type | Method and Description |
|---|---|
DensityVector |
MutableDensityVector.divide(DensityVector rel)
Divide this Relative value by a Relative value for a vector or matrix.
|
DensityVector |
DensityVector.divide(DensityVector rel)
Divide this Relative value by a Relative value for a vector or matrix.
|
DensityVector |
MutableDensityVector.divide(MutableDensityVector rel)
Divide this Relative value by a Relative value for a vector or matrix.
|
abstract DensityVector |
MutableDensityVector.immutable()
Create a immutable version of this MutableDoubleVector.
|
DensityVector |
MutableDensityVector.Dense.immutable()
Create a immutable version of this MutableDoubleVector.
|
DensityVector |
MutableDensityVector.Sparse.immutable()
Create a immutable version of this MutableDoubleVector.
|
DensityVector |
MutableDensityVector.minus(DensityVector rel)
Subtract a Relative value from this Relative value for a vector or matrix.
|
DensityVector |
DensityVector.minus(DensityVector rel)
Subtract a Relative value from this Relative value for a vector or matrix.
|
DensityVector |
MutableDensityVector.minus(MutableDensityVector rel)
Subtract a Relative value from this Relative value for a vector or matrix.
|
DensityVector |
MutableDensityVector.plus(DensityVector rel)
Add a Relative value to this Relative value for a vector or matrix.
|
DensityVector |
DensityVector.plus(DensityVector rel)
Add a Relative value to this Relative value for a vector or matrix.
|
DensityVector |
MutableDensityVector.plus(MutableDensityVector rel)
Add a Relative value to this Relative value for a vector or matrix.
|
DensityVector |
MutableDensityVector.times(DensityVector rel)
Multiply a Relative value with this Relative value for a vector or matrix.
|
DensityVector |
DensityVector.times(DensityVector rel)
Multiply a Relative value with this Relative value for a vector or matrix.
|
DensityVector |
MutableDensityVector.times(MutableDensityVector rel)
Multiply a Relative value with this Relative value for a vector or matrix.
|
abstract DensityVector |
DensityVector.toDense()
Create a dense version of this DoubleVector.
|
DensityVector |
DensityVector.Dense.toDense()
Create a dense version of this DoubleVector.
|
DensityVector |
DensityVector.Sparse.toDense()
Create a dense version of this DoubleVector.
|
abstract DensityVector |
DensityVector.toSparse()
Create a sparse version of this DoubleVector.
|
DensityVector |
DensityVector.Dense.toSparse()
Create a sparse version of this DoubleVector.
|
DensityVector |
DensityVector.Sparse.toSparse()
Create a sparse version of this DoubleVector.
|
| Modifier and Type | Method and Description |
|---|---|
DensityVector |
MutableDensityVector.divide(DensityVector rel)
Divide this Relative value by a Relative value for a vector or matrix.
|
DensityVector |
DensityVector.divide(DensityVector rel)
Divide this Relative value by a Relative value for a vector or matrix.
|
DensityVector |
MutableDensityVector.minus(DensityVector rel)
Subtract a Relative value from this Relative value for a vector or matrix.
|
DensityVector |
DensityVector.minus(DensityVector rel)
Subtract a Relative value from this Relative value for a vector or matrix.
|
DensityVector |
MutableDensityVector.plus(DensityVector rel)
Add a Relative value to this Relative value for a vector or matrix.
|
DensityVector |
DensityVector.plus(DensityVector rel)
Add a Relative value to this Relative value for a vector or matrix.
|
DensityVector |
MutableDensityVector.times(DensityVector rel)
Multiply a Relative value with this Relative value for a vector or matrix.
|
DensityVector |
DensityVector.times(DensityVector rel)
Multiply a Relative value with this Relative value for a vector or matrix.
|
Copyright © 2015 Delft University of Technology. All rights reserved.