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