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