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