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