public class MutableFloatTimeMatrix extends AbstractMutableFloatMatrixAbs<TimeUnit,DurationUnit,FloatTimeMatrix,FloatDurationMatrix,MutableFloatTimeMatrix,FloatTime>
Copyright (c) 2013-2018 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUNITS License.
$LastChangedDate: 2015-09-29 14:14:28 +0200 (Tue, 29 Sep 2015) $, @version $Revision: 73 $, by $Author: pknoppers $, initial
version Sep 5, 2015
data
Constructor and Description |
---|
MutableFloatTimeMatrix(float[][] values,
TimeUnit unit,
StorageType storageType)
Construct a new Absolute Mutable FloatTimeMatrix.
|
MutableFloatTimeMatrix(FloatMatrixData data,
TimeUnit unit)
Construct a new Absolute Mutable FloatTimeMatrix.
|
MutableFloatTimeMatrix(FloatTime[][] values,
StorageType storageType)
Construct a new Absolute Mutable FloatTimeMatrix.
|
Modifier and Type | Method and Description |
---|---|
protected MutableFloatTimeMatrix |
instantiateMutableType(FloatMatrixData fmd,
TimeUnit unit)
Construct a new Absolute Mutable FloatMatrix of the right type.
|
protected FloatTime |
instantiateScalar(float value,
TimeUnit unit)
Construct a new Absolute Immutable FloatScalar of the right type.
|
protected FloatTimeMatrix |
instantiateTypeAbs(FloatMatrixData fmd,
TimeUnit unit)
Construct a new Absolute Immutable FloatMatrix of the right type.
|
protected FloatDurationMatrix |
instantiateTypeRel(FloatMatrixData fmd,
DurationUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
MutableFloatTimeMatrix |
toDense()
Create a dense version of this FloatMatrix.
|
MutableFloatTimeMatrix |
toSparse()
Create a sparse version of this FloatMatrix.
|
assign, ceil, checkCopyOnWrite, copy, decrementBy, decrementBy, decrementBy, divideBy, floor, immutable, incrementBy, incrementBy, incrementBy, multiplyBy, multiplyBy, mutable, normalize, rint, round, set, setCopyOnWrite, setInUnit, setSI
checkUnit, ensureRectangularAndNonEmpty, get, minus, minus, plus
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 MutableFloatTimeMatrix(float[][] values, TimeUnit unit, StorageType storageType) throws ValueException
values
- float[][]; the values of the entries in the new Absolute Mutable FloatTimeMatrixunit
- U; the unit of the new Absolute Mutable FloatTimeMatrixstorageType
- the data type to use (e.g., DENSE or SPARSE)ValueException
- when values is nullpublic MutableFloatTimeMatrix(FloatTime[][] values, StorageType storageType) throws ValueException
values
- FloatScalar.Rel<U>[][]; the values of the entries in the new Absolute Mutable FloatTimeMatrixstorageType
- the data type to use (e.g., DENSE or SPARSE)ValueException
- when values has zero entriesMutableFloatTimeMatrix(FloatMatrixData data, TimeUnit unit)
data
- an internal data objectunit
- the unitpublic final MutableFloatTimeMatrix toDense()
public final MutableFloatTimeMatrix toSparse()
protected final FloatTimeMatrix instantiateTypeAbs(FloatMatrixData fmd, TimeUnit unit)
instantiateTypeAbs
in class AbstractFloatMatrixAbs<TimeUnit,DurationUnit,FloatTimeMatrix,FloatDurationMatrix,MutableFloatTimeMatrix,FloatTime>
fmd
- an internal data objectunit
- the unitprotected final FloatDurationMatrix instantiateTypeRel(FloatMatrixData fmd, DurationUnit unit)
instantiateTypeRel
in class AbstractFloatMatrixAbs<TimeUnit,DurationUnit,FloatTimeMatrix,FloatDurationMatrix,MutableFloatTimeMatrix,FloatTime>
fmd
- an internal data objectunit
- the unitprotected final MutableFloatTimeMatrix instantiateMutableType(FloatMatrixData fmd, TimeUnit unit)
instantiateMutableType
in class AbstractFloatMatrixAbs<TimeUnit,DurationUnit,FloatTimeMatrix,FloatDurationMatrix,MutableFloatTimeMatrix,FloatTime>
fmd
- an internal data objectunit
- the unitprotected final FloatTime instantiateScalar(float value, TimeUnit unit)
instantiateScalar
in class AbstractFloatMatrixAbs<TimeUnit,DurationUnit,FloatTimeMatrix,FloatDurationMatrix,MutableFloatTimeMatrix,FloatTime>
value
- the valueunit
- the unitCopyright © 2015–2018 Delft University of Technology. All rights reserved.