| Package | Description |
|---|---|
| org.djunits.value.vfloat.matrix |
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
| org.djunits.value.vfloat.scalar |
Float Scalar storage and calculations with units, absolute/relative.
|
| org.djunits.value.vfloat.vector |
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
|
| Modifier and Type | Method and Description |
|---|---|
protected static <U extends Unit<U>> |
FloatMatrix.checkNonEmpty(FloatScalar<U>[][] dsArray)
Check that a provided array can be used to create some descendant of a FloatMatrix.
|
FloatScalar<U> |
ReadOnlyFloatMatrixFunctions.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
| Modifier and Type | Method and Description |
|---|---|
protected static <U extends Unit<U>> |
FloatMatrix.checkNonEmpty(FloatScalar<U>[][] dsArray)
Check that a provided array can be used to create some descendant of a FloatMatrix.
|
protected FloatMatrixDataDense |
FloatMatrix.initializeDense(FloatScalar<U>[][] values)
Construct the matrix and store the values in the standard SI unit.
|
protected FloatMatrixDataSparse |
FloatMatrix.initializeSparse(FloatScalar<U>[][] values)
Construct the matrix and store the values in the standard SI unit.
|
void |
WriteFloatMatrixFunctions.set(int row,
int column,
FloatScalar<U> value)
Replace the value at row, column by the supplied value which is in a compatible unit.
|
void |
MutableFloatMatrix.set(int row,
int column,
FloatScalar<U> value)
Replace the value at row, column by the supplied value which is in a compatible unit.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FloatAcceleration
Easy access methods for the Acceleration FloatScalar, which is relative by definition.
|
static class |
FloatAnglePlane.Abs
Easy access methods for the AnglePlane FloatScalar.
|
static class |
FloatAnglePlane.Rel
Easy access methods for the AnglePlane FloatScalar.
|
static class |
FloatAngleSlope.Abs
Easy access methods for the AngleSlope FloatScalar.
|
static class |
FloatAngleSlope.Rel
Easy access methods for the AngleSlope FloatScalar.
|
class |
FloatAngleSolid
Easy access methods for the AngleSolid FloatScalar, which is relative by definition.
|
class |
FloatArea
Easy access methods for the Area FloatScalar, which is relative by definition.
|
class |
FloatDensity
Easy access methods for the Density FloatScalar, which is relative by definition.
|
static class |
FloatDimensionless.Abs
Easy access methods for the Dimensionless FloatScalar.
|
static class |
FloatDimensionless.Rel
Easy access methods for the Dimensionless FloatScalar.
|
class |
FloatElectricalCharge
Easy access methods for the ElectricalCharge FloatScalar, which is relative by definition.
|
class |
FloatElectricalCurrent
Easy access methods for the ElectricalCurrent FloatScalar, which is relative by definition.
|
class |
FloatElectricalPotential
Easy access methods for the ElectricalPotential FloatScalar, which is relative by definition.
|
class |
FloatElectricalResistance
Easy access methods for the ElectricalResistance FloatScalar, which is relative by definition.
|
class |
FloatEnergy
Easy access methods for the Energy FloatScalar, which is relative by definition.
|
class |
FloatFlowMass
Easy access methods for the FlowMass FloatScalar, which is relative by definition.
|
class |
FloatFlowVolume
Easy access methods for the FlowVolume FloatScalar, which is relative by definition.
|
class |
FloatForce
Easy access methods for the Force FloatScalar, which is relative by definition.
|
class |
FloatFrequency
Easy access methods for the Frequency FloatScalar, which is relative by definition.
|
static class |
FloatLength.Abs
Easy access methods for the Length FloatScalar.
|
static class |
FloatLength.Rel
Easy access methods for the Length FloatScalar.
|
class |
FloatLinearDensity
Easy access methods for the LinearDensity FloatScalar, which is relative by definition.
|
class |
FloatMass
Easy access methods for the Mass FloatScalar, which is relative by definition.
|
class |
FloatMoney
Easy access methods for the Money FloatScalar, which is relative by definition.
|
class |
FloatMoneyPerArea
Easy access methods for the MoneyPerArea FloatScalar, which is relative by definition.
|
class |
FloatMoneyPerEnergy
Easy access methods for the MoneyPerEnergy FloatScalar, which is relative by definition.
|
class |
FloatMoneyPerLength
Easy access methods for the MoneyPerLength FloatScalar, which is relative by definition.
|
class |
FloatMoneyPerMass
Easy access methods for the MoneyPerMass FloatScalar, which is relative by definition.
|
class |
FloatMoneyPerTime
Easy access methods for the MoneyPerTime FloatScalar, which is relative by definition.
|
class |
FloatMoneyPerVolume
Easy access methods for the MoneyPerVolume FloatScalar, which is relative by definition.
|
class |
FloatPower
Easy access methods for the Power FloatScalar, which is relative by definition.
|
class |
FloatPressure
Easy access methods for the Pressure FloatScalar, which is relative by definition.
|
static class |
FloatScalar.Abs<U extends Unit<U>> |
static class |
FloatScalar.Rel<U extends Unit<U>> |
class |
FloatSpeed
Easy access methods for the Speed FloatScalar, which is relative by definition.
|
static class |
FloatTemperature.Abs
Easy access methods for the Temperature FloatScalar.
|
static class |
FloatTemperature.Rel
Easy access methods for the Temperature FloatScalar.
|
static class |
FloatTime.Abs
Easy access methods for the Time FloatScalar.
|
static class |
FloatTime.Rel
Easy access methods for the Time FloatScalar.
|
class |
FloatTorque
Easy access methods for the Torque FloatScalar, which is relative by definition.
|
class |
FloatVolume
Easy access methods for the Volume FloatScalar, which is relative by definition.
|
| Modifier and Type | Method and Description |
|---|---|
FloatScalar<U> |
FloatVectorInterface.get(int index)
Retrieve the value stored at a specified index as a FloatScalar.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MutableFloatVectorInterface.set(int index,
FloatScalar<U> value)
Replace the value at index by the supplied value which is in a compatible unit.
|
void |
MutableFloatVector.set(int index,
FloatScalar<U> value)
Replace the value at index by the supplied value which is in a compatible unit.
|
Copyright © 2015 Delft University of Technology. All rights reserved.