| Package | Description |
|---|---|
| org.djunits.value.vfloat.matrix |
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
| Modifier and Type | Method and Description |
|---|---|
FloatMatrixDataDense |
FloatMatrixDataDense.copy() |
protected FloatMatrixDataDense |
MutableFloatMatrix.Abs.Dense.getData() |
protected FloatMatrixDataDense |
MutableFloatMatrix.Rel.Dense.getData() |
protected FloatMatrixDataDense |
FloatMatrix.Abs.Dense.getData() |
protected FloatMatrixDataDense |
FloatMatrix.Rel.Dense.getData() |
protected FloatMatrixDataDense |
FloatMatrix.initializeDense(float[][] values)
Import the values and convert them into the SI standard unit.
|
protected FloatMatrixDataDense |
FloatMatrix.initializeDense(FloatScalar<U>[][] values)
Construct the matrix and store the values in the standard SI unit.
|
FloatMatrixDataDense |
FloatMatrixDataSparse.toDense() |
Copyright © 2015 Delft University of Technology. All rights reserved.