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