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