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