| Package | Description |
|---|---|
| org.djunits.value.vdouble.matrix |
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
DoubleMatrix.Abs.Dense<U extends Unit<U>>
ABSOLUTE DENSE implementation of DoubleMatrix.
|
static class |
DoubleMatrix.Abs.Sparse<U extends Unit<U>>
ABSOLUTE SPARSE implementation of DoubleMatrix.
|
| Modifier and Type | Method and Description |
|---|---|
static MutableDoubleMatrix.Abs.Sparse<SIUnit> |
DoubleMatrix.times(DoubleMatrix.Abs.Sparse<?> left,
DoubleMatrix.Abs<?> right)
Multiply two DoubleMatrices value by value and store the result in a new MutableDoubleMatrix.Abs.Sparse<SIUnit>.
|
Copyright © 2015 Delft University of Technology. All rights reserved.