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