public class MutableMoneyPerAreaMatrix extends AbstractMutableDoubleMatrixRel<MoneyPerAreaUnit,MoneyPerAreaMatrix,MutableMoneyPerAreaMatrix,MoneyPerArea>
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 |
---|
MutableMoneyPerAreaMatrix(double[][] values,
MoneyPerAreaUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerAreaMatrix.
|
MutableMoneyPerAreaMatrix(DoubleMatrixData data,
MoneyPerAreaUnit unit) |
MutableMoneyPerAreaMatrix(MoneyPerArea[][] values,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerAreaMatrix.
|
Modifier and Type | Method and Description |
---|---|
protected MutableMoneyPerAreaMatrix |
instantiateMutableType(DoubleMatrixData dmd,
MoneyPerAreaUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MoneyPerArea |
instantiateScalar(double value,
MoneyPerAreaUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected MoneyPerAreaMatrix |
instantiateType(DoubleMatrixData dmd,
MoneyPerAreaUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
MutableMoneyPerAreaMatrix |
toDense()
Create a dense version of this DoubleMatrix.
|
MutableMoneyPerAreaMatrix |
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 MutableMoneyPerAreaMatrix(double[][] values, MoneyPerAreaUnit unit, StorageType storageType) throws ValueException
values
- double[][]; the values of the entries in the new Relative Immutable Double MoneyPerAreaMatrixunit
- MoneyPerAreaUnit; the unit of the new Relative Immutable Double MoneyPerAreaMatrixstorageType
- StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException
- when values is nullpublic MutableMoneyPerAreaMatrix(MoneyPerArea[][] values, StorageType storageType) throws ValueException
values
- MoneyPerArea[][]; the values of the entries in the new Relative Immutable Double MoneyPerAreaMatrixstorageType
- StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException
- when values has zero entriesMutableMoneyPerAreaMatrix(DoubleMatrixData data, MoneyPerAreaUnit unit)
data
- DoubleMatrixData; an internal data objectunit
- MoneyPerAreaUnit; the unitpublic final MutableMoneyPerAreaMatrix toDense()
public final MutableMoneyPerAreaMatrix toSparse()
protected final MoneyPerAreaMatrix instantiateType(DoubleMatrixData dmd, MoneyPerAreaUnit unit)
instantiateType
in class AbstractDoubleMatrixRel<MoneyPerAreaUnit,MoneyPerAreaMatrix,MutableMoneyPerAreaMatrix,MoneyPerArea>
dmd
- DoubleMatrixData; an internal data objectunit
- U; the unitprotected final MutableMoneyPerAreaMatrix instantiateMutableType(DoubleMatrixData dmd, MoneyPerAreaUnit unit)
instantiateMutableType
in class AbstractDoubleMatrixRel<MoneyPerAreaUnit,MoneyPerAreaMatrix,MutableMoneyPerAreaMatrix,MoneyPerArea>
dmd
- DoubleMatrixData; an internal data objectunit
- U; the unitprotected final MoneyPerArea instantiateScalar(double value, MoneyPerAreaUnit unit)
instantiateScalar
in class AbstractDoubleMatrixRel<MoneyPerAreaUnit,MoneyPerAreaMatrix,MutableMoneyPerAreaMatrix,MoneyPerArea>
value
- double; the valueunit
- U; the unitCopyright © 2015–2019 Delft University of Technology. All rights reserved.