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