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