public class FloatMoneyPerLengthMatrix extends AbstractFloatMatrixRel<MoneyPerLengthUnit,FloatMoneyPerLengthMatrix,MutableFloatMoneyPerLengthMatrix,FloatMoneyPerLength>
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 |
---|
FloatMoneyPerLengthMatrix(float[][] values,
MoneyPerLengthUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerLengthMatrix.
|
FloatMoneyPerLengthMatrix(FloatMatrixData data,
MoneyPerLengthUnit unit) |
FloatMoneyPerLengthMatrix(FloatMoneyPerLength[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatMoneyPerLengthMatrix.
|
Modifier and Type | Method and Description |
---|---|
protected MutableFloatMoneyPerLengthMatrix |
instantiateMutableType(FloatMatrixData fmd,
MoneyPerLengthUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected FloatMoneyPerLength |
instantiateScalar(float value,
MoneyPerLengthUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatMoneyPerLengthMatrix |
instantiateType(FloatMatrixData fmd,
MoneyPerLengthUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
FloatMoneyPerLengthMatrix |
toDense()
Create a dense version of this FloatMatrix.
|
FloatMoneyPerLengthMatrix |
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 FloatMoneyPerLengthMatrix(float[][] values, MoneyPerLengthUnit unit, StorageType storageType) throws ValueException
values
- float[][]; the values of the entries in the new Relative Immutable FloatMoneyPerLengthMatrixunit
- MoneyPerLengthUnit; the unit of the new Relative Immutable FloatMoneyPerLengthMatrixstorageType
- StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException
- when values is nullpublic FloatMoneyPerLengthMatrix(FloatMoneyPerLength[][] values, StorageType storageType) throws ValueException
values
- FloatMoneyPerLength[][]; the values of the entries in the new Relative Immutable Float
FloatMoneyPerLengthMatrixstorageType
- StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException
- when values has zero entriesFloatMoneyPerLengthMatrix(FloatMatrixData data, MoneyPerLengthUnit unit)
data
- FloatMatrixData; an internal data objectunit
- MoneyPerLengthUnit; the unitpublic final FloatMoneyPerLengthMatrix toDense()
public final FloatMoneyPerLengthMatrix toSparse()
protected final FloatMoneyPerLengthMatrix instantiateType(FloatMatrixData fmd, MoneyPerLengthUnit unit)
instantiateType
in class AbstractFloatMatrixRel<MoneyPerLengthUnit,FloatMoneyPerLengthMatrix,MutableFloatMoneyPerLengthMatrix,FloatMoneyPerLength>
fmd
- FloatMatrixData; an internal data objectunit
- U; the unitprotected final MutableFloatMoneyPerLengthMatrix instantiateMutableType(FloatMatrixData fmd, MoneyPerLengthUnit unit)
instantiateMutableType
in class AbstractFloatMatrixRel<MoneyPerLengthUnit,FloatMoneyPerLengthMatrix,MutableFloatMoneyPerLengthMatrix,FloatMoneyPerLength>
fmd
- FloatMatrixData; an internal data objectunit
- U; the unitprotected final FloatMoneyPerLength instantiateScalar(float value, MoneyPerLengthUnit unit)
instantiateScalar
in class AbstractFloatMatrixRel<MoneyPerLengthUnit,FloatMoneyPerLengthMatrix,MutableFloatMoneyPerLengthMatrix,FloatMoneyPerLength>
value
- float; the valueunit
- U; the unitCopyright © 2015–2019 Delft University of Technology. All rights reserved.