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