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