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