public class MutableMoneyPerLengthMatrix extends AbstractMutableDoubleMatrixRel<MoneyPerLengthUnit,MoneyPerLengthMatrix,MutableMoneyPerLengthMatrix,MoneyPerLength>
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 |
|---|
MutableMoneyPerLengthMatrix(double[][] values,
MoneyPerLengthUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerLengthMatrix.
|
MutableMoneyPerLengthMatrix(DoubleMatrixData data,
MoneyPerLengthUnit unit) |
MutableMoneyPerLengthMatrix(MoneyPerLength[][] values,
StorageType storageType)
Construct a new Relative Immutable Double MoneyPerLengthMatrix.
|
| Modifier and Type | Method and Description |
|---|---|
protected MutableMoneyPerLengthMatrix |
instantiateMutableType(DoubleMatrixData dmd,
MoneyPerLengthUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MoneyPerLength |
instantiateScalar(double value,
MoneyPerLengthUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected MoneyPerLengthMatrix |
instantiateType(DoubleMatrixData dmd,
MoneyPerLengthUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
MutableMoneyPerLengthMatrix |
toDense()
Create a dense version of this DoubleMatrix.
|
MutableMoneyPerLengthMatrix |
toSparse()
Create a sparse version of this DoubleMatrix.
|
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, setSIcheckUnit, divide, ensureRectangularAndNonEmpty, get, minus, plus, timescardinality, checkIndex, checkSize, checkSize, columns, determinant, ensureRectangularAndNonEmpty, equals, getData, getInUnit, getInUnit, getSI, getStorageType, getValuesInUnit, getValuesInUnit, getValuesSI, hashCode, rows, toString, toString, toString, toString, zSumexpressAsSIUnit, expressAsSpecifiedUnit, getUnit, isAbsolute, isRelative, setDisplayUnitclone, finalize, getClass, notify, notifyAll, wait, wait, waitDIV, MULT, POWpublic MutableMoneyPerLengthMatrix(double[][] values,
MoneyPerLengthUnit unit,
StorageType storageType)
throws ValueException
values - double[][]; the values of the entries in the new Relative Immutable Double MoneyPerLengthMatrixunit - MoneyPerLengthUnit; the unit of the new Relative Immutable Double MoneyPerLengthMatrixstorageType - StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException - when values is nullpublic MutableMoneyPerLengthMatrix(MoneyPerLength[][] values, StorageType storageType) throws ValueException
values - MoneyPerLength[][]; the values of the entries in the new Relative Immutable Double MoneyPerLengthMatrixstorageType - StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException - when values has zero entriesMutableMoneyPerLengthMatrix(DoubleMatrixData data, MoneyPerLengthUnit unit)
data - DoubleMatrixData; an internal data objectunit - MoneyPerLengthUnit; the unitpublic final MutableMoneyPerLengthMatrix toDense()
public final MutableMoneyPerLengthMatrix toSparse()
protected final MoneyPerLengthMatrix instantiateType(DoubleMatrixData dmd, MoneyPerLengthUnit unit)
instantiateType in class AbstractDoubleMatrixRel<MoneyPerLengthUnit,MoneyPerLengthMatrix,MutableMoneyPerLengthMatrix,MoneyPerLength>dmd - DoubleMatrixData; an internal data objectunit - U; the unitprotected final MutableMoneyPerLengthMatrix instantiateMutableType(DoubleMatrixData dmd, MoneyPerLengthUnit unit)
instantiateMutableType in class AbstractDoubleMatrixRel<MoneyPerLengthUnit,MoneyPerLengthMatrix,MutableMoneyPerLengthMatrix,MoneyPerLength>dmd - DoubleMatrixData; an internal data objectunit - U; the unitprotected final MoneyPerLength instantiateScalar(double value, MoneyPerLengthUnit unit)
instantiateScalar in class AbstractDoubleMatrixRel<MoneyPerLengthUnit,MoneyPerLengthMatrix,MutableMoneyPerLengthMatrix,MoneyPerLength>value - double; the valueunit - U; the unitCopyright © 2015–2019 Delft University of Technology. All rights reserved.