| Package | Description |
|---|---|
| org.djunits.value.vfloat.matrix |
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MutableFloatAccelerationMatrix
Mutable FloatAccelerationMatrix, a matrix of values with a AccelerationUnit.
|
class |
MutableFloatAngleMatrix
Mutable FloatAngle Matrix.
|
class |
MutableFloatAngleSolidMatrix
Mutable FloatAngleSolidMatrix, a matrix of values with a AngleSolidUnit.
|
class |
MutableFloatAreaMatrix
Mutable FloatAreaMatrix, a matrix of values with a AreaUnit.
|
class |
MutableFloatDensityMatrix
Mutable FloatDensityMatrix, a matrix of values with a DensityUnit.
|
class |
MutableFloatDimensionlessMatrix
Mutable FloatDimensionlessMatrix, a matrix of values with a DimensionlessUnit.
|
class |
MutableFloatDurationMatrix
Mutable FloatDuration Matrix.
|
class |
MutableFloatElectricalChargeMatrix
Mutable FloatElectricalChargeMatrix, a matrix of values with a ElectricalChargeUnit.
|
class |
MutableFloatElectricalCurrentMatrix
Mutable FloatElectricalCurrentMatrix, a matrix of values with a ElectricalCurrentUnit.
|
class |
MutableFloatElectricalPotentialMatrix
Mutable FloatElectricalPotentialMatrix, a matrix of values with a ElectricalPotentialUnit.
|
class |
MutableFloatElectricalResistanceMatrix
Mutable FloatElectricalResistanceMatrix, a matrix of values with a ElectricalResistanceUnit.
|
class |
MutableFloatEnergyMatrix
Mutable FloatEnergyMatrix, a matrix of values with a EnergyUnit.
|
class |
MutableFloatFlowMassMatrix
Mutable FloatFlowMassMatrix, a matrix of values with a FlowMassUnit.
|
class |
MutableFloatFlowVolumeMatrix
Mutable FloatFlowVolumeMatrix, a matrix of values with a FlowVolumeUnit.
|
class |
MutableFloatForceMatrix
Mutable FloatForceMatrix, a matrix of values with a ForceUnit.
|
class |
MutableFloatFrequencyMatrix
Mutable FloatFrequencyMatrix, a matrix of values with a FrequencyUnit.
|
class |
MutableFloatLengthMatrix
Mutable FloatLength Matrix.
|
class |
MutableFloatLinearDensityMatrix
Mutable FloatLinearDensityMatrix, a matrix of values with a LinearDensityUnit.
|
class |
MutableFloatMassMatrix
Mutable FloatMassMatrix, a matrix of values with a MassUnit.
|
class |
MutableFloatMoneyMatrix
Mutable FloatMoneyMatrix, a matrix of values with a MoneyUnit.
|
class |
MutableFloatMoneyPerAreaMatrix
Mutable FloatMoneyPerAreaMatrix, a matrix of values with a MoneyPerAreaUnit.
|
class |
MutableFloatMoneyPerEnergyMatrix
Mutable FloatMoneyPerEnergyMatrix, a matrix of values with a MoneyPerEnergyUnit.
|
class |
MutableFloatMoneyPerLengthMatrix
Mutable FloatMoneyPerLengthMatrix, a matrix of values with a MoneyPerLengthUnit.
|
class |
MutableFloatMoneyPerMassMatrix
Mutable FloatMoneyPerMassMatrix, a matrix of values with a MoneyPerMassUnit.
|
class |
MutableFloatMoneyPerTimeMatrix
Mutable FloatMoneyPerTimeMatrix, a matrix of values with a MoneyPerTimeUnit.
|
class |
MutableFloatMoneyPerVolumeMatrix
Mutable FloatMoneyPerVolumeMatrix, a matrix of values with a MoneyPerVolumeUnit.
|
class |
MutableFloatPowerMatrix
Mutable FloatPowerMatrix, a matrix of values with a PowerUnit.
|
class |
MutableFloatPressureMatrix
Mutable FloatPressureMatrix, a matrix of values with a PressureUnit.
|
class |
MutableFloatSpeedMatrix
Mutable FloatSpeedMatrix, a matrix of values with a SpeedUnit.
|
class |
MutableFloatTemperatureMatrix
Mutable FloatTemperature Matrix.
|
class |
MutableFloatTorqueMatrix
Mutable FloatTorqueMatrix, a matrix of values with a TorqueUnit.
|
class |
MutableFloatVolumeMatrix
Mutable FloatVolumeMatrix, a matrix of values with a VolumeUnit.
|
(package private) class |
MutableTypedFloatMatrixDimensionless<U extends Unit<U>,R extends TypedFloatMatrixRel<U,R,MR,S>,MR extends MutableTypedFloatMatrixDimensionless<U,R,MR,S>,S extends FloatScalar.Rel<U>>
Relative Mutable typed Dimensionless Matrix.
|
(package private) class |
MutableTypedFloatMatrixRel<U extends Unit<U>,R extends TypedFloatMatrixRel<U,R,MR,S>,MR extends MutableTypedFloatMatrixRel<U,R,MR,S>,S extends FloatScalar.Rel<U>>
Relative Mutable typed Matrix.
|
| Modifier and Type | Method and Description |
|---|---|
MutableFloatMatrix.Rel<U> |
MutableFloatMatrix.Rel.abs()
Set the value(s) to their absolute value.
|
MutableFloatMatrix.Rel<U> |
MutableFloatMatrix.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.
|
MutableFloatMatrix.Rel<U> |
MutableFloatMatrix.Rel.copy()
Create a deep copy of this MutableFloatMatrix.
|
MutableFloatMatrix.Rel<U> |
MutableFloatMatrix.Rel.decrementBy(float decrement)
Decrement the value by the supplied constant and return the changed vector.
|
MutableFloatMatrix.Rel<U> |
MutableFloatMatrix.Rel.decrementBy(FloatMatrix.Rel<U> decrement)
Decrement the value by the supplied value and return the changed vector.
|
MutableFloatMatrix.Rel<U> |
MutableFloatMatrix.Rel.decrementBy(FloatScalar.Rel<U> decrement)
Decrement the value by the supplied value and return the changed vector.
|
MutableFloatMatrix.Rel<U> |
MutableFloatMatrix.Rel.divideBy(float factor)
Scale the value(s) by the inverse of a factor; i.e.
|
MutableFloatMatrix.Rel<U> |
MutableFloatMatrix.Rel.divideBy(FloatMatrix.Rel<U> factors)
Divide the values in the vector by the supplied values and return the changed vector.
|
MutableFloatMatrix.Rel<U> |
MutableFloatMatrix.Rel.divideBy(FloatScalar.Rel<U> factor)
Divide the values in the vector by the supplied value and return the changed vector.
|
MutableFloatMatrix.Rel<U> |
MutableFloatMatrix.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.
|
MutableFloatMatrix.Rel<U> |
MutableFloatMatrix.Rel.incrementBy(float increment)
Increment the value by the supplied constant and return the changed vector.
|
MutableFloatMatrix.Rel<U> |
MutableFloatMatrix.Rel.incrementBy(FloatMatrix.Rel<U> increment)
Increment the value by the supplied value and return the changed vector.
|
MutableFloatMatrix.Rel<U> |
MutableFloatMatrix.Rel.incrementBy(FloatScalar.Rel<U> increment)
Increment the value by the supplied value and return the changed vector.
|
MutableFloatMatrix.Rel<U> |
MutableFloatMatrix.Rel.multiplyBy(float factor)
Scale the value(s) by a factor.
|
MutableFloatMatrix.Rel<U> |
MutableFloatMatrix.Rel.multiplyBy(FloatMatrix.Rel<U> factors)
Multiply the values in the vector by the supplied values and return the changed vector.
|
MutableFloatMatrix.Rel<U> |
MutableFloatMatrix.Rel.multiplyBy(FloatScalar.Rel<U> factor)
Multiply the values in the vector by the supplied value and return the changed vector.
|
MutableFloatMatrix.Rel<U> |
MutableFloatMatrix.Rel.mutable()
Create a mutable version of this FloatMatrix.
|
MutableFloatMatrix.Rel<U> |
FloatMatrix.Rel.mutable()
Create a mutable version of this FloatMatrix.
|
MutableFloatMatrix.Rel<U> |
MutableFloatMatrix.Rel.rint()
Set the value(s) to the value(s) that are closest in value to the argument and equal to a mathematical integer.
|
MutableFloatMatrix.Rel<U> |
MutableFloatMatrix.Rel.round()
Set the value(s) to the closest long to the argument with ties rounding up.
|
MutableFloatMatrix.Rel<U> |
MutableFloatMatrix.Rel.toDense()
Create a dense version of this FloatMatrix.
|
MutableFloatMatrix.Rel<U> |
MutableFloatMatrix.Rel.toSparse()
Create a sparse version of this FloatMatrix.
|
Copyright © 2015–2016 Delft University of Technology. All rights reserved.