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