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