| Package | Description |
|---|---|
| org.djunits.value.vfloat.matrix |
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FloatMatrix<U extends Unit<U>>
Immutable FloatMatrix.
|
static class |
FloatMatrix.Abs<U extends Unit<U>> |
static class |
FloatMatrix.Abs.Dense<U extends Unit<U>>
ABSOLUTE DENSE implementation of FloatMatrix.
|
static class |
FloatMatrix.Abs.Sparse<U extends Unit<U>>
ABSOLUTE SPARSE implementation of FloatMatrix.
|
static class |
FloatMatrix.Rel<U extends Unit<U>> |
static class |
FloatMatrix.Rel.Dense<U extends Unit<U>>
RELATIVE DENSE implementation of FloatMatrix.
|
static class |
FloatMatrix.Rel.Sparse<U extends Unit<U>>
RELATIVE SPARSE implementation of FloatMatrix.
|
class |
MutableFloatMatrix<U extends Unit<U>>
MutableFloatMatrix.
|
static class |
MutableFloatMatrix.Abs<U extends Unit<U>> |
static class |
MutableFloatMatrix.Abs.Dense<U extends Unit<U>>
ABSOLUTE DENSE implementation of MutableFloatMatrix.
|
static class |
MutableFloatMatrix.Abs.Sparse<U extends Unit<U>>
ABSOLUTE SPARSE implementation of MutableFloatMatrix.
|
static class |
MutableFloatMatrix.Rel<U extends Unit<U>> |
static class |
MutableFloatMatrix.Rel.Dense<U extends Unit<U>>
RELATIVE DENSE implementation of MutableFloatMatrix.
|
static class |
MutableFloatMatrix.Rel.Sparse<U extends Unit<U>>
RELATIVE SPARSE implementation of MutableFloatMatrix.
|
Copyright © 2015 Delft University of Technology. All rights reserved.