public class DensityMatrix extends AbstractDoubleMatrixRel<DensityUnit,DensityMatrix,MutableDensityMatrix,Density>
Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
data| Constructor and Description |
|---|
DensityMatrix(Density[][] values,
StorageType storageType)
Construct a new Relative Immutable Double DensityMatrix.
|
DensityMatrix(double[][] values,
DensityUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double DensityMatrix.
|
DensityMatrix(DoubleMatrixData data,
DensityUnit unit) |
| Modifier and Type | Method and Description |
|---|---|
protected MutableDensityMatrix |
instantiateMutableType(DoubleMatrixData dmd,
DensityUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected Density |
instantiateScalar(double value,
DensityUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected DensityMatrix |
instantiateType(DoubleMatrixData dmd,
DensityUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
DensityMatrix |
toDense()
Create a dense version of this DoubleMatrix.
|
DensityMatrix |
toSparse()
Create a sparse version of this DoubleMatrix.
|
checkUnit, divide, ensureRectangularAndNonEmpty, get, minus, mutable, plus, timescardinality, checkIndex, checkSize, checkSize, columns, determinant, ensureRectangularAndNonEmpty, equals, getData, getInUnit, getInUnit, getSI, getStorageType, getValuesInUnit, getValuesInUnit, getValuesSI, hashCode, rows, toString, toString, toString, toString, zSumexpressAsSIUnit, expressAsSpecifiedUnit, getUnit, isAbsolute, isRelative, setDisplayUnitpublic DensityMatrix(double[][] values,
DensityUnit unit,
StorageType storageType)
throws ValueException
values - double[][]; the values of the entries in the new Relative Immutable Double DensityMatrixunit - DensityUnit; the unit of the new Relative Immutable Double DensityMatrixstorageType - StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException - when values is nullpublic DensityMatrix(Density[][] values, StorageType storageType) throws ValueException
values - Density[][]; the values of the entries in the new Relative Immutable Double DensityMatrixstorageType - StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException - when values has zero entriesDensityMatrix(DoubleMatrixData data, DensityUnit unit)
data - DoubleMatrixData; an internal data objectunit - DensityUnit; the unitpublic final DensityMatrix toDense()
public final DensityMatrix toSparse()
protected final DensityMatrix instantiateType(DoubleMatrixData dmd, DensityUnit unit)
instantiateType in class AbstractDoubleMatrixRel<DensityUnit,DensityMatrix,MutableDensityMatrix,Density>dmd - DoubleMatrixData; an internal data objectunit - U; the unitprotected final MutableDensityMatrix instantiateMutableType(DoubleMatrixData dmd, DensityUnit unit)
instantiateMutableType in class AbstractDoubleMatrixRel<DensityUnit,DensityMatrix,MutableDensityMatrix,Density>dmd - DoubleMatrixData; an internal data objectunit - U; the unitprotected final Density instantiateScalar(double value, DensityUnit unit)
instantiateScalar in class AbstractDoubleMatrixRel<DensityUnit,DensityMatrix,MutableDensityMatrix,Density>value - double; the valueunit - U; the unitCopyright © 2015–2019 Delft University of Technology. All rights reserved.