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