public class MutableFloatMassMatrix extends AbstractMutableFloatMatrixRel<MassUnit,FloatMassMatrix,MutableFloatMassMatrix,FloatMass>
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 |
---|
MutableFloatMassMatrix(float[][] values,
MassUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatMassMatrix.
|
MutableFloatMassMatrix(FloatMass[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatMassMatrix.
|
MutableFloatMassMatrix(FloatMatrixData data,
MassUnit unit) |
Modifier and Type | Method and Description |
---|---|
protected MutableFloatMassMatrix |
instantiateMutableType(FloatMatrixData fmd,
MassUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected FloatMass |
instantiateScalar(float value,
MassUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatMassMatrix |
instantiateType(FloatMatrixData fmd,
MassUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
MutableFloatMassMatrix |
toDense()
Create a dense version of this FloatMatrix.
|
MutableFloatMassMatrix |
toSparse()
Create a sparse version of this FloatMatrix.
|
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
cardinality, columns, determinant, getInUnit, getInUnit, getSI, getValuesInUnit, getValuesInUnit, getValuesSI, rows, toString, toString, toString, toString, zSum
public MutableFloatMassMatrix(float[][] values, MassUnit unit, StorageType storageType) throws ValueException
values
- float[][]; the values of the entries in the new Relative Immutable FloatMassMatrixunit
- MassUnit; the unit of the new Relative Immutable FloatMassMatrixstorageType
- StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException
- when values is nullpublic MutableFloatMassMatrix(FloatMass[][] values, StorageType storageType) throws ValueException
values
- FloatMass[][]; the values of the entries in the new Relative Immutable Float FloatMassMatrixstorageType
- StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException
- when values has zero entriesMutableFloatMassMatrix(FloatMatrixData data, MassUnit unit)
data
- FloatMatrixData; an internal data objectunit
- MassUnit; the unitpublic final MutableFloatMassMatrix toDense()
public final MutableFloatMassMatrix toSparse()
protected final FloatMassMatrix instantiateType(FloatMatrixData fmd, MassUnit unit)
instantiateType
in class AbstractFloatMatrixRel<MassUnit,FloatMassMatrix,MutableFloatMassMatrix,FloatMass>
fmd
- FloatMatrixData; an internal data objectunit
- U; the unitprotected final MutableFloatMassMatrix instantiateMutableType(FloatMatrixData fmd, MassUnit unit)
instantiateMutableType
in class AbstractFloatMatrixRel<MassUnit,FloatMassMatrix,MutableFloatMassMatrix,FloatMass>
fmd
- FloatMatrixData; an internal data objectunit
- U; the unitprotected final FloatMass instantiateScalar(float value, MassUnit unit)
instantiateScalar
in class AbstractFloatMatrixRel<MassUnit,FloatMassMatrix,MutableFloatMassMatrix,FloatMass>
value
- float; the valueunit
- U; the unitCopyright © 2015–2019 Delft University of Technology. All rights reserved.