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