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