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