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