| 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 |
|---|---|
FloatScalar<U> |
FloatMatrixInterface.get(int row,
int column)
Retrieve the value stored at a specified row and column as a FloatScalar.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) static <U extends Unit<U>> |
FloatMatrix.checkUnit(FloatScalar<U>[][] dsArray)
Check that a provided array can be used to create some descendant of a FloatMatrix, and return the Unit.
|
protected static void |
FloatMatrix.ensureRectangularAndNonEmpty(FloatScalar<?>[][] values)
Check that a 2D array of FloatScalar<?> is rectangular; i.e.
|
static FloatMatrixData |
FloatMatrixData.instantiate(FloatScalar<?>[][] values,
StorageType storageType)
Instantiate a FloatMatrixData with the right data type.
|
void |
MutableFloatMatrixInterface.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 |
FloatAbsoluteTemperature
Easy access methods for the AbsoluteTemperature FloatScalar.
|
class |
FloatAcceleration
Easy access methods for the Acceleration FloatScalar, which is relative by definition.
|
class |
FloatAngle
Easy access methods for the %Type% 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.
|
class |
FloatDimensionless
Easy access methods for the Dimensionless FloatScalar, which is relative by definition.
|
class |
FloatDirection
Easy access methods for the Direction FloatScalar.
|
class |
FloatDuration
Easy access methods for the %Type% 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.
|
class |
FloatLength
Easy access methods for the %Type% 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 |
FloatPosition
Easy access methods for the Position FloatScalar.
|
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.
|
class |
FloatTemperature
Easy access methods for the %Type% FloatScalar.
|
class |
FloatTime
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.
|
class |
TypedFloatScalarAbs<U extends Unit<U>,A extends TypedFloatScalarAbs<U,A,R>,R extends TypedFloatScalarRel<U,R>>
Absolute Immutable typed scalar.
|
class |
TypedFloatScalarDimensionless<U extends Unit<U>,R extends TypedFloatScalarDimensionless<U,R>>
Absolute Relative typed scalar.
|
class |
TypedFloatScalarRel<U extends Unit<U>,R extends TypedFloatScalarRel<U,R>>
Absolute Relative typed scalar.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) static <U extends Unit<U>,S extends FloatScalar<U>> |
FloatVector.checkUnit(List<S> dsList)
Check that a provided list can be used to create some descendant of a FloatVector, and return the Unit.
|
(package private) static <U extends Unit<U>,S extends FloatScalar<U>> |
FloatVector.checkUnit(SortedMap<Integer,S> dsMap)
Check that a provided Map can be used to create some descendant of a FloatVector.
|
static <S extends FloatScalar<?>> |
FloatVectorData.instantiateMD(SortedMap<Integer,S> values,
int length,
StorageType storageType)
Instantiate a FloatVectorData with the right data type.
|
| 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 |
|---|---|
(package private) static <U extends Unit<U>> |
FloatVector.checkUnit(FloatScalar<U>[] dsArray)
Check that a provided array can be used to create some descendant of a FloatVector, and return the Unit.
|
static FloatVectorData |
FloatVectorData.instantiate(FloatScalar<?>[] values,
StorageType storageType)
Instantiate a FloatVectorData with the right data type.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static FloatVectorData |
FloatVectorData.instantiateLD(List<? extends FloatScalar<?>> values,
StorageType storageType)
Instantiate a FloatVectorData with the right data type.
|
Copyright © 2015–2016 Delft University of Technology. All rights reserved.