| 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.Abs.Dense
ABSOLUTE DENSE implementation of FloatVector.
|
static class |
FloatLengthVector.Abs.Sparse
ABSOLUTE SPARSE implementation of FloatVector.
|
| Modifier and Type | Method and Description |
|---|---|
abstract FloatLengthVector.Abs |
MutableFloatLengthVector.Abs.immutable()
Create a immutable version of this MutableFloatVector.
|
FloatLengthVector.Abs |
MutableFloatLengthVector.Abs.Dense.immutable()
Create a immutable version of this MutableFloatVector.
|
FloatLengthVector.Abs |
MutableFloatLengthVector.Abs.Sparse.immutable()
Create a immutable version of this MutableFloatVector.
|
FloatLengthVector.Abs |
MutableFloatLengthVector.Abs.minus(FloatLengthVector.Rel rel)
Subtract a Relative value from this Absolute 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.Abs |
MutableFloatLengthVector.Abs.plus(FloatLengthVector.Rel rel)
Add a Relative value to this Absolute 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.
|
abstract FloatLengthVector.Abs |
FloatLengthVector.Abs.toDense()
Create a dense version of this FloatVector.
|
FloatLengthVector.Abs |
FloatLengthVector.Abs.Dense.toDense()
Create a dense version of this FloatVector.
|
FloatLengthVector.Abs |
FloatLengthVector.Abs.Sparse.toDense()
Create a dense version of this FloatVector.
|
abstract FloatLengthVector.Abs |
FloatLengthVector.Abs.toSparse()
Create a sparse version of this FloatVector.
|
FloatLengthVector.Abs |
FloatLengthVector.Abs.Dense.toSparse()
Create a sparse version of this FloatVector.
|
FloatLengthVector.Abs |
FloatLengthVector.Abs.Sparse.toSparse()
Create a sparse version of this FloatVector.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2015 Delft University of Technology. All rights reserved.