| 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 |
MutableDoubleMatrix.Abs<U extends Unit<U>> |
static class |
MutableDoubleMatrix.Abs.Dense<U extends Unit<U>>
ABSOLUTE DENSE implementation of MutableDoubleMatrix.
|
static class |
MutableDoubleMatrix.Abs.Sparse<U extends Unit<U>>
ABSOLUTE SPARSE implementation of MutableDoubleMatrix.
|
static class |
MutableDoubleMatrix.Rel<U extends Unit<U>> |
static class |
MutableDoubleMatrix.Rel.Dense<U extends Unit<U>>
RELATIVE DENSE implementation of MutableDoubleMatrix.
|
static class |
MutableDoubleMatrix.Rel.Sparse<U extends Unit<U>>
RELATIVE SPARSE implementation of MutableDoubleMatrix.
|
| Modifier and Type | Method and Description |
|---|---|
MutableDoubleMatrix<U> |
WriteDoubleMatrixFunctions.copy()
Create a deep copy of this MutableDoubleMatrix.
|
protected MutableDoubleMatrix<U> |
MutableDoubleMatrix.decrementByImpl(DoubleMatrix.Rel<U> rel)
Decrement the corresponding values of this Relative DoubleMatrix from the values of this MutableDoubleMatrix.
|
protected MutableDoubleMatrix<U> |
MutableDoubleMatrix.incrementByImpl(DoubleMatrix.Rel<U> rel)
Increment the values in this MutableDoubleMatrix by the corresponding values in a Relative DoubleMatrix.
|
abstract MutableDoubleMatrix<U> |
DoubleMatrix.mutable()
Create a mutable version of this DoubleMatrix.
|
protected MutableDoubleMatrix<U> |
MutableDoubleMatrix.scaleValueByValue(double[][] factor)
Scale the values in this MutableDoubleMatrix by the corresponding values in a double array.
|
Copyright © 2015 Delft University of Technology. All rights reserved.