Package | Description |
---|---|
org.djunits.value.vdouble |
General classes for Double math, used in Double scalar, vector and matrix.
|
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.
|
org.djunits.value.vfloat |
General classes for Float math, used in Float scalar, vector and matrix.
|
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 | Interface and Description |
---|---|
interface |
DoubleMathFunctionsDimensionless<T>
Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
|
Modifier and Type | Class and Description |
---|---|
class |
MutableDimensionlessMatrix
Mutable Double DimensionlessMatrix, a matrix of values with a DimensionlessUnit.
|
Modifier and Type | Class and Description |
---|---|
class |
Dimensionless
Easy access methods for the Dimensionless DoubleScalar, which is relative by definition.
|
Modifier and Type | Class and Description |
---|---|
class |
MutableDimensionlessVector
Mutable Double DimensionlessVector, a vector of values with a DimensionlessUnit.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FloatMathFunctionsDimensionless<T>
Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
|
Modifier and Type | Class and Description |
---|---|
class |
MutableFloatDimensionlessMatrix
Mutable FloatDimensionlessMatrix, a matrix of values with a DimensionlessUnit.
|
Modifier and Type | Class and Description |
---|---|
class |
FloatDimensionless
Easy access methods for the Dimensionless FloatScalar, which is relative by definition.
|
Modifier and Type | Class and Description |
---|---|
class |
MutableFloatDimensionlessVector
Mutable Float DimensionlessVector, a vector of values with a DimensionlessUnit.
|
Copyright © 2015–2019 Delft University of Technology. All rights reserved.