| Package | Description |
|---|---|
| org.djunits.value.vdouble.matrix |
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MutableAccelerationMatrix
Mutable Double AccelerationMatrix, a matrix of values with a AccelerationUnit.
|
class |
MutableAngleMatrix
Mutable Angle Matrix.
|
class |
MutableAngleSolidMatrix
Mutable Double AngleSolidMatrix, a matrix of values with a AngleSolidUnit.
|
class |
MutableAreaMatrix
Mutable Double AreaMatrix, a matrix of values with a AreaUnit.
|
class |
MutableDensityMatrix
Mutable Double DensityMatrix, a matrix of values with a DensityUnit.
|
class |
MutableDimensionlessMatrix
Mutable Double DimensionlessMatrix, a matrix of values with a DimensionlessUnit.
|
class |
MutableDurationMatrix
Mutable Duration Matrix.
|
class |
MutableElectricalChargeMatrix
Mutable Double ElectricalChargeMatrix, a matrix of values with a ElectricalChargeUnit.
|
class |
MutableElectricalCurrentMatrix
Mutable Double ElectricalCurrentMatrix, a matrix of values with a ElectricalCurrentUnit.
|
class |
MutableElectricalPotentialMatrix
Mutable Double ElectricalPotentialMatrix, a matrix of values with a ElectricalPotentialUnit.
|
class |
MutableElectricalResistanceMatrix
Mutable Double ElectricalResistanceMatrix, a matrix of values with a ElectricalResistanceUnit.
|
class |
MutableEnergyMatrix
Mutable Double EnergyMatrix, a matrix of values with a EnergyUnit.
|
class |
MutableFlowMassMatrix
Mutable Double FlowMassMatrix, a matrix of values with a FlowMassUnit.
|
class |
MutableFlowVolumeMatrix
Mutable Double FlowVolumeMatrix, a matrix of values with a FlowVolumeUnit.
|
class |
MutableForceMatrix
Mutable Double ForceMatrix, a matrix of values with a ForceUnit.
|
class |
MutableFrequencyMatrix
Mutable Double FrequencyMatrix, a matrix of values with a FrequencyUnit.
|
class |
MutableLengthMatrix
Mutable Length Matrix.
|
class |
MutableLinearDensityMatrix
Mutable Double LinearDensityMatrix, a matrix of values with a LinearDensityUnit.
|
class |
MutableMassMatrix
Mutable Double MassMatrix, a matrix of values with a MassUnit.
|
class |
MutableMoneyMatrix
Mutable Double MoneyMatrix, a matrix of values with a MoneyUnit.
|
class |
MutableMoneyPerAreaMatrix
Mutable Double MoneyPerAreaMatrix, a matrix of values with a MoneyPerAreaUnit.
|
class |
MutableMoneyPerEnergyMatrix
Mutable Double MoneyPerEnergyMatrix, a matrix of values with a MoneyPerEnergyUnit.
|
class |
MutableMoneyPerLengthMatrix
Mutable Double MoneyPerLengthMatrix, a matrix of values with a MoneyPerLengthUnit.
|
class |
MutableMoneyPerMassMatrix
Mutable Double MoneyPerMassMatrix, a matrix of values with a MoneyPerMassUnit.
|
class |
MutableMoneyPerTimeMatrix
Mutable Double MoneyPerTimeMatrix, a matrix of values with a MoneyPerTimeUnit.
|
class |
MutableMoneyPerVolumeMatrix
Mutable Double MoneyPerVolumeMatrix, a matrix of values with a MoneyPerVolumeUnit.
|
class |
MutablePowerMatrix
Mutable Double PowerMatrix, a matrix of values with a PowerUnit.
|
class |
MutablePressureMatrix
Mutable Double PressureMatrix, a matrix of values with a PressureUnit.
|
class |
MutableSpeedMatrix
Mutable Double SpeedMatrix, a matrix of values with a SpeedUnit.
|
class |
MutableTemperatureMatrix
Mutable Temperature Matrix.
|
class |
MutableTorqueMatrix
Mutable Double TorqueMatrix, a matrix of values with a TorqueUnit.
|
(package private) class |
MutableTypedDoubleMatrixDimensionless<U extends Unit<U>,R extends TypedDoubleMatrixRel<U,R,MR,S>,MR extends MutableTypedDoubleMatrixDimensionless<U,R,MR,S>,S extends DoubleScalar.Rel<U>>
Relative Mutable typed Matrix.
|
(package private) class |
MutableTypedDoubleMatrixRel<U extends Unit<U>,R extends TypedDoubleMatrixRel<U,R,MR,S>,MR extends MutableTypedDoubleMatrixRel<U,R,MR,S>,S extends DoubleScalar.Rel<U>>
Relative Mutable typed Matrix.
|
class |
MutableVolumeMatrix
Mutable Double VolumeMatrix, a matrix of values with a VolumeUnit.
|
| Modifier and Type | Method and Description |
|---|---|
MutableDoubleMatrix.Rel<U> |
MutableDoubleMatrix.Rel.abs()
Set the value(s) to their absolute value.
|
MutableDoubleMatrix.Rel<U> |
MutableDoubleMatrix.Rel.ceil()
Set the value(s) to the smallest (closest to negative infinity) value(s) that are greater than or equal to the argument
and equal to a mathematical integer.
|
MutableDoubleMatrix.Rel<U> |
MutableDoubleMatrix.Rel.copy()
Create a deep copy of this MutableDoubleMatrix.
|
MutableDoubleMatrix.Rel<U> |
MutableDoubleMatrix.Rel.decrementBy(double decrement)
Decrement the value by the supplied constant and return the changed vector.
|
MutableDoubleMatrix.Rel<U> |
MutableDoubleMatrix.Rel.decrementBy(DoubleMatrix.Rel<U> decrement)
Decrement the value by the supplied value and return the changed vector.
|
MutableDoubleMatrix.Rel<U> |
MutableDoubleMatrix.Rel.decrementBy(DoubleScalar.Rel<U> decrement)
Decrement the value by the supplied value and return the changed vector.
|
MutableDoubleMatrix.Rel<U> |
MutableDoubleMatrix.Rel.divideBy(double factor)
Scale the value(s) by the inverse of a factor; i.e.
|
MutableDoubleMatrix.Rel<U> |
MutableDoubleMatrix.Rel.divideBy(DoubleMatrix.Rel<U> factors)
Divide the values in the vector by the supplied values and return the changed vector.
|
MutableDoubleMatrix.Rel<U> |
MutableDoubleMatrix.Rel.divideBy(DoubleScalar.Rel<U> factor)
Divide the values in the vector by the supplied value and return the changed vector.
|
MutableDoubleMatrix.Rel<U> |
MutableDoubleMatrix.Rel.floor()
Set the value(s) to the largest (closest to positive infinity) value(s) that are less than or equal to the argument and
equal to a mathematical integer.
|
MutableDoubleMatrix.Rel<U> |
MutableDoubleMatrix.Rel.incrementBy(double increment)
Increment the value by the supplied constant and return the changed vector.
|
MutableDoubleMatrix.Rel<U> |
MutableDoubleMatrix.Rel.incrementBy(DoubleMatrix.Rel<U> increment)
Increment the value by the supplied value and return the changed vector.
|
MutableDoubleMatrix.Rel<U> |
MutableDoubleMatrix.Rel.incrementBy(DoubleScalar.Rel<U> increment)
Increment the value by the supplied value and return the changed vector.
|
MutableDoubleMatrix.Rel<U> |
MutableDoubleMatrix.Rel.multiplyBy(double factor)
Scale the value(s) by a factor.
|
MutableDoubleMatrix.Rel<U> |
MutableDoubleMatrix.Rel.multiplyBy(DoubleMatrix.Rel<U> factors)
Multiply the values in the vector by the supplied values and return the changed vector.
|
MutableDoubleMatrix.Rel<U> |
MutableDoubleMatrix.Rel.multiplyBy(DoubleScalar.Rel<U> factor)
Multiply the values in the vector by the supplied value and return the changed vector.
|
MutableDoubleMatrix.Rel<U> |
MutableDoubleMatrix.Rel.mutable()
Create a mutable version of this DoubleMatrix.
|
MutableDoubleMatrix.Rel<U> |
DoubleMatrix.Rel.mutable()
Create a mutable version of this DoubleMatrix.
|
MutableDoubleMatrix.Rel<U> |
MutableDoubleMatrix.Rel.rint()
Set the value(s) to the value(s) that are closest in value to the argument and equal to a mathematical integer.
|
MutableDoubleMatrix.Rel<U> |
MutableDoubleMatrix.Rel.round()
Set the value(s) to the closest long to the argument with ties rounding up.
|
MutableDoubleMatrix.Rel<U> |
MutableDoubleMatrix.Rel.toDense()
Create a dense version of this DoubleMatrix.
|
MutableDoubleMatrix.Rel<U> |
MutableDoubleMatrix.Rel.toSparse()
Create a sparse version of this DoubleMatrix.
|
Copyright © 2015–2016 Delft University of Technology. All rights reserved.