public class FloatAreaMatrix extends AbstractFloatMatrixRel<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 |
---|
FloatAreaMatrix(float[][] values,
AreaUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatAreaMatrix.
|
FloatAreaMatrix(FloatArea[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatAreaMatrix.
|
FloatAreaMatrix(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.
|
FloatAreaMatrix |
toDense()
Create a dense version of this FloatMatrix.
|
FloatAreaMatrix |
toSparse()
Create a sparse version of this FloatMatrix.
|
checkUnit, divide, ensureRectangularAndNonEmpty, get, minus, mutable, 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
cardinality, columns, determinant, getInUnit, getInUnit, getSI, getValuesInUnit, getValuesInUnit, getValuesSI, rows, toString, toString, toString, toString, zSum
public FloatAreaMatrix(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 FloatAreaMatrix(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 entriesFloatAreaMatrix(FloatMatrixData data, AreaUnit unit)
data
- FloatMatrixData; an internal data objectunit
- AreaUnit; the unitpublic final FloatAreaMatrix toDense()
public final FloatAreaMatrix 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.