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