public class DensityMatrix extends AbstractDoubleMatrixRel<DensityUnit,DensityMatrix,MutableDensityMatrix,Density>
Copyright (c) 2013-2018 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 - U; the unit of the new Relative Immutable Double DensityMatrixstorageType - the data type to use (e.g., DENSE or SPARSE)ValueException - when values is nullpublic DensityMatrix(Density[][] values, StorageType storageType) throws ValueException
values - DoubleScalar.Rel<U>[][]; the values of the entries in the new Relative Immutable Double DensityMatrixstorageType - the data type to use (e.g., DENSE or SPARSE)ValueException - when values has zero entriesDensityMatrix(DoubleMatrixData data, DensityUnit unit)
data - an internal data objectunit - 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 - an internal data objectunit - the unitprotected final MutableDensityMatrix instantiateMutableType(DoubleMatrixData dmd, DensityUnit unit)
instantiateMutableType in class AbstractDoubleMatrixRel<DensityUnit,DensityMatrix,MutableDensityMatrix,Density>dmd - an internal data objectunit - the unitprotected final Density instantiateScalar(double value, DensityUnit unit)
instantiateScalar in class AbstractDoubleMatrixRel<DensityUnit,DensityMatrix,MutableDensityMatrix,Density>value - the valueunit - the unitCopyright © 2015–2018 Delft University of Technology. All rights reserved.