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