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