public class MutableMassMatrix extends AbstractMutableDoubleMatrixRel<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 |
---|
MutableMassMatrix(double[][] values,
MassUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MassMatrix.
|
MutableMassMatrix(DoubleMatrixData data,
MassUnit unit) |
MutableMassMatrix(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.
|
MutableMassMatrix |
toDense()
Create a dense version of this DoubleMatrix.
|
MutableMassMatrix |
toSparse()
Create a sparse version of this DoubleMatrix.
|
abs, assign, ceil, checkCopyOnWrite, copy, decrementBy, decrementBy, decrementBy, divideBy, divideBy, divideBy, floor, immutable, incrementBy, incrementBy, incrementBy, multiplyBy, multiplyBy, multiplyBy, mutable, neg, normalize, rint, round, set, setCopyOnWrite, setInUnit, setSI
checkUnit, divide, ensureRectangularAndNonEmpty, get, minus, 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
DIV, MULT, POW
public MutableMassMatrix(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 MutableMassMatrix(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 entriesMutableMassMatrix(DoubleMatrixData data, MassUnit unit)
data
- DoubleMatrixData; an internal data objectunit
- MassUnit; the unitpublic final MutableMassMatrix toDense()
public final MutableMassMatrix 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.