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