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