public class TorqueMatrix extends AbstractDoubleMatrixRel<TorqueUnit,TorqueMatrix,MutableTorqueMatrix,Torque>
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 |
|---|
TorqueMatrix(double[][] values,
TorqueUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double TorqueMatrix.
|
TorqueMatrix(DoubleMatrixData data,
TorqueUnit unit) |
TorqueMatrix(Torque[][] values,
StorageType storageType)
Construct a new Relative Immutable Double TorqueMatrix.
|
| Modifier and Type | Method and Description |
|---|---|
protected MutableTorqueMatrix |
instantiateMutableType(DoubleMatrixData dmd,
TorqueUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected Torque |
instantiateScalar(double value,
TorqueUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected TorqueMatrix |
instantiateType(DoubleMatrixData dmd,
TorqueUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
TorqueMatrix |
toDense()
Create a dense version of this DoubleMatrix.
|
TorqueMatrix |
toSparse()
Create a sparse version of this DoubleMatrix.
|
checkUnit, divide, ensureRectangularAndNonEmpty, get, minus, mutable, 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, setDisplayUnitpublic TorqueMatrix(double[][] values,
TorqueUnit unit,
StorageType storageType)
throws ValueException
values - double[][]; the values of the entries in the new Relative Immutable Double TorqueMatrixunit - TorqueUnit; the unit of the new Relative Immutable Double TorqueMatrixstorageType - StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException - when values is nullpublic TorqueMatrix(Torque[][] values, StorageType storageType) throws ValueException
values - Torque[][]; the values of the entries in the new Relative Immutable Double TorqueMatrixstorageType - StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException - when values has zero entriesTorqueMatrix(DoubleMatrixData data, TorqueUnit unit)
data - DoubleMatrixData; an internal data objectunit - TorqueUnit; the unitpublic final TorqueMatrix toDense()
public final TorqueMatrix toSparse()
protected final TorqueMatrix instantiateType(DoubleMatrixData dmd, TorqueUnit unit)
instantiateType in class AbstractDoubleMatrixRel<TorqueUnit,TorqueMatrix,MutableTorqueMatrix,Torque>dmd - DoubleMatrixData; an internal data objectunit - U; the unitprotected final MutableTorqueMatrix instantiateMutableType(DoubleMatrixData dmd, TorqueUnit unit)
instantiateMutableType in class AbstractDoubleMatrixRel<TorqueUnit,TorqueMatrix,MutableTorqueMatrix,Torque>dmd - DoubleMatrixData; an internal data objectunit - U; the unitprotected final Torque instantiateScalar(double value, TorqueUnit unit)
instantiateScalar in class AbstractDoubleMatrixRel<TorqueUnit,TorqueMatrix,MutableTorqueMatrix,Torque>value - double; the valueunit - U; the unitCopyright © 2015–2019 Delft University of Technology. All rights reserved.