Package | Description |
---|---|
org.djunits.value.vdouble.matrix |
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
Modifier and Type | Method and Description |
---|---|
protected ElectricalPotentialMatrix |
MutableElectricalPotentialMatrix.instantiateType(DoubleMatrixData dmd,
ElectricalPotentialUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected ElectricalPotentialMatrix |
ElectricalPotentialMatrix.instantiateType(DoubleMatrixData dmd,
ElectricalPotentialUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
ElectricalPotentialMatrix |
ElectricalPotentialMatrix.toDense()
Create a dense version of this DoubleMatrix.
|
ElectricalPotentialMatrix |
ElectricalPotentialMatrix.toSparse()
Create a sparse version of this DoubleMatrix.
|
Copyright © 2015–2019 Delft University of Technology. All rights reserved.