public class FloatMoneyPerEnergyMatrix extends AbstractFloatMatrixRel<MoneyPerEnergyUnit,FloatMoneyPerEnergyMatrix,MutableFloatMoneyPerEnergyMatrix,FloatMoneyPerEnergy>
Copyright (c) 2013-2018 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 |
|---|
FloatMoneyPerEnergyMatrix(float[][] values,
MoneyPerEnergyUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerEnergyMatrix.
|
FloatMoneyPerEnergyMatrix(FloatMatrixData data,
MoneyPerEnergyUnit unit) |
FloatMoneyPerEnergyMatrix(FloatMoneyPerEnergy[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerEnergyMatrix.
|
| Modifier and Type | Method and Description |
|---|---|
protected MutableFloatMoneyPerEnergyMatrix |
instantiateMutableType(FloatMatrixData fmd,
MoneyPerEnergyUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected FloatMoneyPerEnergy |
instantiateScalar(float value,
MoneyPerEnergyUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatMoneyPerEnergyMatrix |
instantiateType(FloatMatrixData fmd,
MoneyPerEnergyUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
FloatMoneyPerEnergyMatrix |
toDense()
Create a dense version of this FloatMatrix.
|
FloatMoneyPerEnergyMatrix |
toSparse()
Create a sparse version of this FloatMatrix.
|
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, setDisplayUnitclone, finalize, getClass, notify, notifyAll, wait, wait, waitcardinality, columns, determinant, getInUnit, getInUnit, getSI, getValuesInUnit, getValuesInUnit, getValuesSI, rows, toString, toString, toString, toString, zSumpublic FloatMoneyPerEnergyMatrix(float[][] values,
MoneyPerEnergyUnit unit,
StorageType storageType)
throws ValueException
values - float[][]; the values of the entries in the new Relative Immutable FloatMoneyPerEnergyMatrixunit - U; the unit of the new Relative Immutable FloatMoneyPerEnergyMatrixstorageType - the data type to use (e.g., DENSE or SPARSE)ValueException - when values is nullpublic FloatMoneyPerEnergyMatrix(FloatMoneyPerEnergy[][] values, StorageType storageType) throws ValueException
values - FloatScalar.Rel<U>[][]; the values of the entries in the new Relative Immutable Float
FloatMoneyPerEnergyMatrixstorageType - the data type to use (e.g., DENSE or SPARSE)ValueException - when values has zero entriesFloatMoneyPerEnergyMatrix(FloatMatrixData data, MoneyPerEnergyUnit unit)
data - an internal data objectunit - the unitpublic final FloatMoneyPerEnergyMatrix toDense()
public final FloatMoneyPerEnergyMatrix toSparse()
protected final FloatMoneyPerEnergyMatrix instantiateType(FloatMatrixData fmd, MoneyPerEnergyUnit unit)
instantiateType in class AbstractFloatMatrixRel<MoneyPerEnergyUnit,FloatMoneyPerEnergyMatrix,MutableFloatMoneyPerEnergyMatrix,FloatMoneyPerEnergy>fmd - an internal data objectunit - the unitprotected final MutableFloatMoneyPerEnergyMatrix instantiateMutableType(FloatMatrixData fmd, MoneyPerEnergyUnit unit)
instantiateMutableType in class AbstractFloatMatrixRel<MoneyPerEnergyUnit,FloatMoneyPerEnergyMatrix,MutableFloatMoneyPerEnergyMatrix,FloatMoneyPerEnergy>fmd - an internal data objectunit - the unitprotected final FloatMoneyPerEnergy instantiateScalar(float value, MoneyPerEnergyUnit unit)
instantiateScalar in class AbstractFloatMatrixRel<MoneyPerEnergyUnit,FloatMoneyPerEnergyMatrix,MutableFloatMoneyPerEnergyMatrix,FloatMoneyPerEnergy>value - the valueunit - the unitCopyright © 2015–2018 Delft University of Technology. All rights reserved.