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