public class MutableFloatTorqueMatrix extends AbstractMutableFloatMatrixRel<TorqueUnit,FloatTorqueMatrix,MutableFloatTorqueMatrix,FloatTorque>
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 |
---|
MutableFloatTorqueMatrix(float[][] values,
TorqueUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatTorqueMatrix.
|
MutableFloatTorqueMatrix(FloatMatrixData data,
TorqueUnit unit) |
MutableFloatTorqueMatrix(FloatTorque[][] values,
StorageType storageType)
Construct a new Relative Immutable FloatTorqueMatrix.
|
Modifier and Type | Method and Description |
---|---|
protected MutableFloatTorqueMatrix |
instantiateMutableType(FloatMatrixData fmd,
TorqueUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected FloatTorque |
instantiateScalar(float value,
TorqueUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatTorqueMatrix |
instantiateType(FloatMatrixData fmd,
TorqueUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
MutableFloatTorqueMatrix |
toDense()
Create a dense version of this FloatMatrix.
|
MutableFloatTorqueMatrix |
toSparse()
Create a sparse version of this FloatMatrix.
|
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, setSI
checkUnit, divide, ensureRectangularAndNonEmpty, get, minus, 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
DIV, MULT, POW
cardinality, columns, determinant, getInUnit, getInUnit, getSI, getValuesInUnit, getValuesInUnit, getValuesSI, rows, toString, toString, toString, toString, zSum
public MutableFloatTorqueMatrix(float[][] values, TorqueUnit unit, StorageType storageType) throws ValueException
values
- float[][]; the values of the entries in the new Relative Immutable FloatTorqueMatrixunit
- TorqueUnit; the unit of the new Relative Immutable FloatTorqueMatrixstorageType
- StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException
- when values is nullpublic MutableFloatTorqueMatrix(FloatTorque[][] values, StorageType storageType) throws ValueException
values
- FloatTorque[][]; the values of the entries in the new Relative Immutable Float FloatTorqueMatrixstorageType
- StorageType; the data type to use (e.g., DENSE or SPARSE)ValueException
- when values has zero entriesMutableFloatTorqueMatrix(FloatMatrixData data, TorqueUnit unit)
data
- FloatMatrixData; an internal data objectunit
- TorqueUnit; the unitpublic final MutableFloatTorqueMatrix toDense()
public final MutableFloatTorqueMatrix toSparse()
protected final FloatTorqueMatrix instantiateType(FloatMatrixData fmd, TorqueUnit unit)
instantiateType
in class AbstractFloatMatrixRel<TorqueUnit,FloatTorqueMatrix,MutableFloatTorqueMatrix,FloatTorque>
fmd
- FloatMatrixData; an internal data objectunit
- U; the unitprotected final MutableFloatTorqueMatrix instantiateMutableType(FloatMatrixData fmd, TorqueUnit unit)
instantiateMutableType
in class AbstractFloatMatrixRel<TorqueUnit,FloatTorqueMatrix,MutableFloatTorqueMatrix,FloatTorque>
fmd
- FloatMatrixData; an internal data objectunit
- U; the unitprotected final FloatTorque instantiateScalar(float value, TorqueUnit unit)
instantiateScalar
in class AbstractFloatMatrixRel<TorqueUnit,FloatTorqueMatrix,MutableFloatTorqueMatrix,FloatTorque>
value
- float; the valueunit
- U; the unitCopyright © 2015–2019 Delft University of Technology. All rights reserved.