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