public class DurationMatrix extends AbstractDoubleMatrixRel<DurationUnit,DurationMatrix,MutableDurationMatrix,Duration>
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 |
---|
DurationMatrix(double[][] values,
DurationUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double DurationMatrix.
|
DurationMatrix(DoubleMatrixData data,
DurationUnit unit)
Construct a new Relative Immutable Double DurationMatrix.
|
DurationMatrix(Duration[][] values,
StorageType storageType)
Construct a new Relative Immutable Double DurationMatrix.
|
Modifier and Type | Method and Description |
---|---|
protected MutableDurationMatrix |
instantiateMutableType(DoubleMatrixData dmd,
DurationUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected Duration |
instantiateScalar(double value,
DurationUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected DurationMatrix |
instantiateType(DoubleMatrixData dmd,
DurationUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
DurationMatrix |
toDense()
Create a dense version of this DoubleMatrix.
|
DurationMatrix |
toSparse()
Create a sparse version of this DoubleMatrix.
|
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
public DurationMatrix(double[][] values, DurationUnit unit, StorageType storageType) throws ValueException
values
- double[][]; the values of the entries in the new Relative Immutable Double DurationMatrixunit
- U; the unit of the new Relative Immutable Double DurationMatrixstorageType
- the data type to use (e.g., DENSE or SPARSE)ValueException
- when values is nullpublic DurationMatrix(Duration[][] values, StorageType storageType) throws ValueException
values
- DoubleScalar.Rel<U>[][]; the values of the entries in the new Relative Immutable Double
DurationMatrixstorageType
- the data type to use (e.g., DENSE or SPARSE)ValueException
- when values has zero entriesDurationMatrix(DoubleMatrixData data, DurationUnit unit)
data
- an internal data objectunit
- the unitpublic final DurationMatrix toDense()
public final DurationMatrix toSparse()
protected final DurationMatrix instantiateType(DoubleMatrixData dmd, DurationUnit unit)
instantiateType
in class AbstractDoubleMatrixRel<DurationUnit,DurationMatrix,MutableDurationMatrix,Duration>
dmd
- an internal data objectunit
- the unitprotected final MutableDurationMatrix instantiateMutableType(DoubleMatrixData dmd, DurationUnit unit)
instantiateMutableType
in class AbstractDoubleMatrixRel<DurationUnit,DurationMatrix,MutableDurationMatrix,Duration>
dmd
- an internal data objectunit
- the unitprotected final Duration instantiateScalar(double value, DurationUnit unit)
instantiateScalar
in class AbstractDoubleMatrixRel<DurationUnit,DurationMatrix,MutableDurationMatrix,Duration>
value
- the valueunit
- the unitCopyright © 2015–2018 Delft University of Technology. All rights reserved.