| Package | Description |
|---|---|
| org.djunits.value.vdouble.matrix |
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
| Class and Description |
|---|
| DoubleMatrix
Immutable DoubleMatrix.
|
| DoubleMatrix.Abs |
| DoubleMatrix.Abs.Dense
ABSOLUTE DENSE implementation of DoubleMatrix.
|
| DoubleMatrix.Abs.Sparse
ABSOLUTE SPARSE implementation of DoubleMatrix.
|
| DoubleMatrix.Rel |
| DoubleMatrix.Rel.Dense
RELATIVE DENSE implementation of DoubleMatrix.
|
| DoubleMatrix.Rel.Sparse
RELATIVE SPARSE implementation of DoubleMatrix.
|
| DoubleMatrixDataDense
Copyright (c) 2013-2015 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
|
| DoubleMatrixDataSparse
Copyright (c) 2013-2015 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
|
| MutableDoubleMatrix
MutableDoubleMatrix.
|
| MutableDoubleMatrix.Abs |
| MutableDoubleMatrix.Abs.Dense
ABSOLUTE DENSE implementation of MutableDoubleMatrix.
|
| MutableDoubleMatrix.Abs.Sparse
ABSOLUTE SPARSE implementation of MutableDoubleMatrix.
|
| MutableDoubleMatrix.Rel |
| MutableDoubleMatrix.Rel.Dense
RELATIVE DENSE implementation of MutableDoubleMatrix.
|
| MutableDoubleMatrix.Rel.Sparse
RELATIVE SPARSE implementation of MutableDoubleMatrix.
|
| ReadOnlyDoubleMatrixFunctions
Methods that operate on DoubleMatrix but do not modify the contents of the DoubleMatrix.
|
| WriteDoubleMatrixFunctions
Methods that modify the data stored in a DoubleMatrix.
|
Copyright © 2015 Delft University of Technology. All rights reserved.