public class MutableDensityMatrix extends AbstractMutableDoubleMatrixRel<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 |
---|
MutableDensityMatrix(Density[][] values,
StorageType storageType)
Construct a new Relative Immutable Double DensityMatrix.
|
MutableDensityMatrix(double[][] values,
DensityUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double DensityMatrix.
|
MutableDensityMatrix(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.
|
MutableDensityMatrix |
toDense()
Create a dense version of this DoubleMatrix.
|
MutableDensityMatrix |
toSparse()
Create a sparse version of this DoubleMatrix.
|
abs, assign, ceil, checkCopyOnWrite, copy, decrementBy, decrementBy, decrementBy, divideBy, divideBy, divideBy, floor, immutable, incrementBy, incrementBy, incrementBy, multiplyBy, multiplyBy, multiplyBy, mutable, neg, normalize, rint, round, set, setCopyOnWrite, setInUnit, setSI
checkUnit, divide, ensureRectangularAndNonEmpty, get, minus, plus, times
cardinality, checkIndex, checkSize, checkSize, columns, determinant, ensureRectangularAndNonEmpty, equals, getData, getInUnit, getInUnit, getSI, getStorageType, getValuesInUnit, getValuesInUnit, getValuesSI, hashCode, rows, toString, toString, toString, toString, zSum
expressAsSIUnit, expressAsSpecifiedUnit, getUnit, isAbsolute, isRelative, setDisplayUnit
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
DIV, MULT, POW
public MutableDensityMatrix(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 MutableDensityMatrix(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 entriesMutableDensityMatrix(DoubleMatrixData data, DensityUnit unit)
data
- DoubleMatrixData; an internal data objectunit
- DensityUnit; the unitpublic final MutableDensityMatrix toDense()
public final MutableDensityMatrix 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.