public class MutableFloatAreaMatrix extends AbstractMutableFloatMatrixRel<AreaUnit,FloatAreaMatrix,MutableFloatAreaMatrix,FloatArea>
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 |
---|
MutableFloatAreaMatrix(float[][] values,
AreaUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatAreaMatrix.
|
MutableFloatAreaMatrix(FloatArea[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatAreaMatrix.
|
MutableFloatAreaMatrix(FloatMatrixData data,
AreaUnit unit) |
Modifier and Type | Method and Description |
---|---|
protected MutableFloatAreaMatrix |
instantiateMutableType(FloatMatrixData fmd,
AreaUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected FloatArea |
instantiateScalar(float value,
AreaUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatAreaMatrix |
instantiateType(FloatMatrixData fmd,
AreaUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
MutableFloatAreaMatrix |
toDense()
Create a dense version of this FloatMatrix.
|
MutableFloatAreaMatrix |
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 MutableFloatAreaMatrix(float[][] values, AreaUnit unit, StorageType storageType) throws ValueException
values
- float[][]; the values of the entries in the new Relative Immutable FloatAreaMatrixunit
- AreaUnit; the unit of the new Relative Immutable FloatAreaMatrixstorageType
- StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException
- when values is nullpublic MutableFloatAreaMatrix(FloatArea[][] values, StorageType storageType) throws ValueException
values
- FloatArea[][]; the values of the entries in the new Relative Immutable Float FloatAreaMatrixstorageType
- StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException
- when values has zero entriesMutableFloatAreaMatrix(FloatMatrixData data, AreaUnit unit)
data
- FloatMatrixData; an internal data objectunit
- AreaUnit; the unitpublic final MutableFloatAreaMatrix toDense()
public final MutableFloatAreaMatrix toSparse()
protected final FloatAreaMatrix instantiateType(FloatMatrixData fmd, AreaUnit unit)
instantiateType
in class AbstractFloatMatrixRel<AreaUnit,FloatAreaMatrix,MutableFloatAreaMatrix,FloatArea>
fmd
- FloatMatrixData; an internal data objectunit
- U; the unitprotected final MutableFloatAreaMatrix instantiateMutableType(FloatMatrixData fmd, AreaUnit unit)
instantiateMutableType
in class AbstractFloatMatrixRel<AreaUnit,FloatAreaMatrix,MutableFloatAreaMatrix,FloatArea>
fmd
- FloatMatrixData; an internal data objectunit
- U; the unitprotected final FloatArea instantiateScalar(float value, AreaUnit unit)
instantiateScalar
in class AbstractFloatMatrixRel<AreaUnit,FloatAreaMatrix,MutableFloatAreaMatrix,FloatArea>
value
- float; the valueunit
- U; the unitCopyright © 2015–2019 Delft University of Technology. All rights reserved.