| Package | Description |
|---|---|
| org.djunits.value.vfloat.vector |
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
FloatLengthVector.Rel.Dense
Float Dense Relative Immutable FloatLength class.
|
static class |
FloatLengthVector.Rel.Sparse
Float Sparse Relative Immutable FloatLength class.
|
| Modifier and Type | Method and Description |
|---|---|
FloatLengthVector.Rel |
MutableFloatLengthVector.Rel.divide(FloatLengthVector.Rel rel)
Divide this Relative value by a Relative value for a vector or matrix.
|
FloatLengthVector.Rel |
FloatLengthVector.Rel.divide(FloatLengthVector.Rel rel)
Divide this Relative value by a Relative value for a vector or matrix.
|
FloatLengthVector.Rel |
MutableFloatLengthVector.Rel.divide(MutableFloatLengthVector.Rel rel)
Divide this Relative value by a Relative value for a vector or matrix.
|
abstract FloatLengthVector.Rel |
MutableFloatLengthVector.Rel.immutable()
Create a immutable version of this MutableFloatVector.
|
FloatLengthVector.Rel |
MutableFloatLengthVector.Rel.Dense.immutable()
Create a immutable version of this MutableFloatVector.
|
FloatLengthVector.Rel |
MutableFloatLengthVector.Rel.Sparse.immutable()
Create a immutable version of this MutableFloatVector.
|
FloatLengthVector.Rel |
MutableFloatLengthVector.Abs.minus(FloatLengthVector.Abs abs)
Subtract a Absolute value from this Absolute value for a vector or matrix.
|
FloatLengthVector.Rel |
FloatLengthVector.Abs.minus(FloatLengthVector.Abs abs)
Subtract a Absolute value from this Absolute value for a vector or matrix.
|
FloatLengthVector.Rel |
MutableFloatLengthVector.Rel.minus(FloatLengthVector.Rel rel)
Subtract a Relative value from this Relative value for a vector or matrix.
|
FloatLengthVector.Rel |
FloatLengthVector.Rel.minus(FloatLengthVector.Rel rel)
Subtract a Relative value from this Relative value for a vector or matrix.
|
FloatLengthVector.Rel |
MutableFloatLengthVector.Rel.minus(MutableFloatLengthVector.Rel rel)
Subtract a Relative value from this Relative value for a vector or matrix.
|
FloatLengthVector.Rel |
MutableFloatLengthVector.Rel.plus(FloatLengthVector.Rel rel)
Add a Relative value to this Relative value for a vector or matrix.
|
FloatLengthVector.Rel |
FloatLengthVector.Rel.plus(FloatLengthVector.Rel rel)
Add a Relative value to this Relative value for a vector or matrix.
|
FloatLengthVector.Rel |
MutableFloatLengthVector.Rel.plus(MutableFloatLengthVector.Rel rel)
Add a Relative value to this Relative value for a vector or matrix.
|
FloatLengthVector.Rel |
MutableFloatLengthVector.Rel.times(FloatLengthVector.Rel rel)
Multiply a Relative value with this Relative value for a vector or matrix.
|
FloatLengthVector.Rel |
FloatLengthVector.Rel.times(FloatLengthVector.Rel rel)
Multiply a Relative value with this Relative value for a vector or matrix.
|
FloatLengthVector.Rel |
MutableFloatLengthVector.Rel.times(MutableFloatLengthVector.Rel rel)
Multiply a Relative value with this Relative value for a vector or matrix.
|
abstract FloatLengthVector.Rel |
FloatLengthVector.Rel.toDense()
Create a dense version of this FloatVector.
|
FloatLengthVector.Rel |
FloatLengthVector.Rel.Dense.toDense()
Create a dense version of this FloatVector.
|
FloatLengthVector.Rel |
FloatLengthVector.Rel.Sparse.toDense()
Create a dense version of this FloatVector.
|
abstract FloatLengthVector.Rel |
FloatLengthVector.Rel.toSparse()
Create a sparse version of this FloatVector.
|
FloatLengthVector.Rel |
FloatLengthVector.Rel.Dense.toSparse()
Create a sparse version of this FloatVector.
|
FloatLengthVector.Rel |
FloatLengthVector.Rel.Sparse.toSparse()
Create a sparse version of this FloatVector.
|
| Modifier and Type | Method and Description |
|---|---|
FloatLengthVector.Rel |
MutableFloatLengthVector.Rel.divide(FloatLengthVector.Rel rel)
Divide this Relative value by a Relative value for a vector or matrix.
|
FloatLengthVector.Rel |
FloatLengthVector.Rel.divide(FloatLengthVector.Rel rel)
Divide this Relative value by a Relative value for a vector or matrix.
|
FloatLengthVector.Abs |
MutableFloatLengthVector.Abs.minus(FloatLengthVector.Rel rel)
Subtract a Relative value from this Absolute value for a vector or matrix.
|
FloatLengthVector.Rel |
MutableFloatLengthVector.Rel.minus(FloatLengthVector.Rel rel)
Subtract a Relative value from this Relative value for a vector or matrix.
|
FloatLengthVector.Abs |
FloatLengthVector.Abs.minus(FloatLengthVector.Rel rel)
Subtract a Relative value from this Absolute value for a vector or matrix.
|
FloatLengthVector.Rel |
FloatLengthVector.Rel.minus(FloatLengthVector.Rel rel)
Subtract a Relative value from this Relative value for a vector or matrix.
|
FloatLengthVector.Abs |
MutableFloatLengthVector.Abs.plus(FloatLengthVector.Rel rel)
Add a Relative value to this Absolute value for a vector or matrix.
|
FloatLengthVector.Rel |
MutableFloatLengthVector.Rel.plus(FloatLengthVector.Rel rel)
Add a Relative value to this Relative value for a vector or matrix.
|
FloatLengthVector.Abs |
FloatLengthVector.Abs.plus(FloatLengthVector.Rel rel)
Add a Relative value to this Absolute value for a vector or matrix.
|
FloatLengthVector.Rel |
FloatLengthVector.Rel.plus(FloatLengthVector.Rel rel)
Add a Relative value to this Relative value for a vector or matrix.
|
FloatLengthVector.Rel |
MutableFloatLengthVector.Rel.times(FloatLengthVector.Rel rel)
Multiply a Relative value with this Relative value for a vector or matrix.
|
FloatLengthVector.Rel |
FloatLengthVector.Rel.times(FloatLengthVector.Rel rel)
Multiply a Relative value with this Relative value for a vector or matrix.
|
Copyright © 2015 Delft University of Technology. All rights reserved.