| Package | Description |
|---|---|
| org.djunits.value.vfloat.matrix |
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static MutableFloatMatrix.Abs.Sparse<SIUnit> |
FloatMatrix.times(FloatMatrix.Abs.Sparse<?> left,
FloatMatrix.Abs<?> right)
Multiply two FloatMatrices value by value and store the result in a new MutableFloatMatrix.Abs.Sparse<SIUnit>.
|
Copyright © 2015 Delft University of Technology. All rights reserved.