public class MutableAreaMatrix extends AbstractMutableDoubleMatrixRel<AreaUnit,AreaMatrix,MutableAreaMatrix,Area>
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 |
|---|
MutableAreaMatrix(Area[][] values,
StorageType storageType)
Construct a new Relative Immutable Double AreaMatrix.
|
MutableAreaMatrix(double[][] values,
AreaUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double AreaMatrix.
|
MutableAreaMatrix(DoubleMatrixData data,
AreaUnit unit) |
| Modifier and Type | Method and Description |
|---|---|
protected MutableAreaMatrix |
instantiateMutableType(DoubleMatrixData dmd,
AreaUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected Area |
instantiateScalar(double value,
AreaUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected AreaMatrix |
instantiateType(DoubleMatrixData dmd,
AreaUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
MutableAreaMatrix |
toDense()
Create a dense version of this DoubleMatrix.
|
MutableAreaMatrix |
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, setSIcheckUnit, divide, ensureRectangularAndNonEmpty, get, minus, 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, setDisplayUnitclone, finalize, getClass, notify, notifyAll, wait, wait, waitDIV, MULT, POWpublic MutableAreaMatrix(double[][] values,
AreaUnit unit,
StorageType storageType)
throws ValueException
values - double[][]; the values of the entries in the new Relative Immutable Double AreaMatrixunit - AreaUnit; the unit of the new Relative Immutable Double AreaMatrixstorageType - StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException - when values is nullpublic MutableAreaMatrix(Area[][] values, StorageType storageType) throws ValueException
values - Area[][]; the values of the entries in the new Relative Immutable Double AreaMatrixstorageType - StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException - when values has zero entriesMutableAreaMatrix(DoubleMatrixData data, AreaUnit unit)
data - DoubleMatrixData; an internal data objectunit - AreaUnit; the unitpublic final MutableAreaMatrix toDense()
public final MutableAreaMatrix toSparse()
protected final AreaMatrix instantiateType(DoubleMatrixData dmd, AreaUnit unit)
instantiateType in class AbstractDoubleMatrixRel<AreaUnit,AreaMatrix,MutableAreaMatrix,Area>dmd - DoubleMatrixData; an internal data objectunit - U; the unitprotected final MutableAreaMatrix instantiateMutableType(DoubleMatrixData dmd, AreaUnit unit)
instantiateMutableType in class AbstractDoubleMatrixRel<AreaUnit,AreaMatrix,MutableAreaMatrix,Area>dmd - DoubleMatrixData; an internal data objectunit - U; the unitprotected final Area instantiateScalar(double value, AreaUnit unit)
instantiateScalar in class AbstractDoubleMatrixRel<AreaUnit,AreaMatrix,MutableAreaMatrix,Area>value - double; the valueunit - U; the unitCopyright © 2015–2019 Delft University of Technology. All rights reserved.