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