Package | Description |
---|---|
org.djunits.value.vdouble.matrix |
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
org.djunits.value.vdouble.scalar |
Double Scalar storage and calculations with units, absolute/relative.
|
org.djunits.value.vdouble.vector |
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
|
Modifier and Type | Method and Description |
---|---|
static DoubleMatrixData |
DoubleMatrixData.instantiate(DoubleScalarInterface[][] values,
StorageType storageType)
Instantiate a DoubleMatrixData with the right data type.
|
Modifier and Type | Class and Description |
---|---|
class |
AbsoluteTemperature
Easy access methods for the Absolute AbsoluteTemperature DoubleScalar.
|
class |
AbstractDoubleScalar<U extends Unit<U>,T extends AbstractDoubleScalar<U,T>>
The most basic abstract class for the DoubleScalar.
|
class |
AbstractDoubleScalarAbs<AU extends AbsoluteLinearUnit<AU,RU>,A extends AbstractDoubleScalarAbs<AU,A,RU,R>,RU extends Unit<RU>,R extends AbstractDoubleScalarRel<RU,R>>
The typed, abstract DoubleScalarAbs class that forms the basis of all DoubleScalar definitions and extensions.
Note: A relative scalar class can implement the toAbs() method if it has an absolute equivalent. |
class |
AbstractDoubleScalarRel<U extends Unit<U>,R extends AbstractDoubleScalarRel<U,R>>
The typed, abstract DoubleScalarRel class that forms the basis of all DoubleScalar definitions and extensions.
Note: A relative scalar class can implement the toAbs() method if it has an absolute equivalent. |
class |
Acceleration
Easy access methods for the Acceleration DoubleScalar, which is relative by definition.
|
class |
Angle
Easy access methods for the Relative Angle DoubleScalar.
|
class |
AngleSolid
Easy access methods for the AngleSolid DoubleScalar, which is relative by definition.
|
class |
Area
Easy access methods for the Area DoubleScalar, which is relative by definition.
|
class |
Density
Easy access methods for the Density DoubleScalar, which is relative by definition.
|
class |
Dimensionless
Easy access methods for the Dimensionless DoubleScalar, which is relative by definition.
|
class |
Direction
Easy access methods for the Absolute Direction DoubleScalar.
|
static class |
DoubleScalar.Abs<AU extends AbsoluteLinearUnit<AU,RU>,RU extends Unit<RU>>
Absolute Immutable DoubleScalar.
|
static class |
DoubleScalar.Rel<U extends Unit<U>>
Relative Immutable DoubleScalar.
|
class |
Duration
Easy access methods for the Relative Duration DoubleScalar.
|
class |
ElectricalCharge
Easy access methods for the ElectricalCharge DoubleScalar, which is relative by definition.
|
class |
ElectricalCurrent
Easy access methods for the ElectricalCurrent DoubleScalar, which is relative by definition.
|
class |
ElectricalPotential
Easy access methods for the ElectricalPotential DoubleScalar, which is relative by definition.
|
class |
ElectricalResistance
Easy access methods for the ElectricalResistance DoubleScalar, which is relative by definition.
|
class |
Energy
Easy access methods for the Energy DoubleScalar, which is relative by definition.
|
class |
FlowMass
Easy access methods for the FlowMass DoubleScalar, which is relative by definition.
|
class |
FlowVolume
Easy access methods for the FlowVolume DoubleScalar, which is relative by definition.
|
class |
Force
Easy access methods for the Force DoubleScalar, which is relative by definition.
|
class |
Frequency
Easy access methods for the Frequency DoubleScalar, which is relative by definition.
|
class |
Length
Easy access methods for the Relative Length DoubleScalar.
|
class |
LinearDensity
Easy access methods for the LinearDensity DoubleScalar, which is relative by definition.
|
class |
Mass
Easy access methods for the Mass DoubleScalar, which is relative by definition.
|
class |
Money
Easy access methods for the Money DoubleScalar, which is relative by definition.
|
class |
MoneyPerArea
Easy access methods for the MoneyPerArea DoubleScalar, which is relative by definition.
|
class |
MoneyPerDuration
Easy access methods for the MoneyPerDuration DoubleScalar, which is relative by definition.
|
class |
MoneyPerEnergy
Easy access methods for the MoneyPerEnergy DoubleScalar, which is relative by definition.
|
class |
MoneyPerLength
Easy access methods for the MoneyPerLength DoubleScalar, which is relative by definition.
|
class |
MoneyPerMass
Easy access methods for the MoneyPerMass DoubleScalar, which is relative by definition.
|
class |
MoneyPerVolume
Easy access methods for the MoneyPerVolume DoubleScalar, which is relative by definition.
|
class |
Position
Easy access methods for the Absolute Position DoubleScalar.
|
class |
Power
Easy access methods for the Power DoubleScalar, which is relative by definition.
|
class |
Pressure
Easy access methods for the Pressure DoubleScalar, which is relative by definition.
|
class |
Speed
Easy access methods for the Speed DoubleScalar, which is relative by definition.
|
class |
Temperature
Easy access methods for the Relative Temperature DoubleScalar.
|
class |
Time
Easy access methods for the Absolute Time DoubleScalar.
|
class |
Torque
Easy access methods for the Torque DoubleScalar, which is relative by definition.
|
class |
Volume
Easy access methods for the Volume DoubleScalar, which is relative by definition.
|
Modifier and Type | Method and Description |
---|---|
static <S extends DoubleScalarInterface> |
DoubleVectorData.instantiateMD(SortedMap<Integer,S> values,
int length,
StorageType storageType)
Instantiate a DoubleVectorData with the right data type.
|
Modifier and Type | Method and Description |
---|---|
static DoubleVectorData |
DoubleVectorData.instantiate(DoubleScalarInterface[] values,
StorageType storageType)
Instantiate a DoubleVectorData with the right data type.
|
Modifier and Type | Method and Description |
---|---|
static DoubleVectorData |
DoubleVectorData.instantiateLD(List<? extends DoubleScalarInterface> values,
StorageType storageType)
Instantiate a DoubleVectorData with the right data type.
|
Copyright © 2015–2019 Delft University of Technology. All rights reserved.