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