| 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.
|
| 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 | Class and Description |
|---|---|
class |
MutableDimensionlessMatrix
Mutable Double DimensionlessMatrix, a matrix of values with a DimensionlessUnit.
|
(package private) class |
MutableTypedDoubleMatrixDimensionless<U extends Unit<U>,R extends TypedDoubleMatrixRel<U,R,MR,S>,MR extends MutableTypedDoubleMatrixDimensionless<U,R,MR,S>,S extends DoubleScalar.Rel<U>>
Relative Mutable typed Matrix.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Dimensionless
Easy access methods for the Dimensionless DoubleScalar, which is relative by definition.
|
class |
TypedDoubleScalarDimensionless<U extends Unit<U>,R extends TypedDoubleScalarDimensionless<U,R>>
Absolute Relative typed scalar.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MutableDimensionlessVector
Mutable Double DimensionlessVector, a vector of values with a DimensionlessUnit.
|
(package private) class |
MutableTypedDoubleVectorDimensionless<U extends Unit<U>,R extends TypedDoubleVectorRel<U,R,MR,S>,MR extends MutableTypedDoubleVectorDimensionless<U,R,MR,S>,S extends DoubleScalar.Rel<U>>
Relative Mutable typed Dimensionless Vector.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MutableFloatDimensionlessMatrix
Mutable FloatDimensionlessMatrix, a matrix of values with a DimensionlessUnit.
|
(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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FloatDimensionless
Easy access methods for the Dimensionless FloatScalar, which is relative by definition.
|
class |
TypedFloatScalarDimensionless<U extends Unit<U>,R extends TypedFloatScalarDimensionless<U,R>>
Absolute Relative typed scalar.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MutableFloatDimensionlessVector
Mutable FloatDimensionlessVector, a vector of values with a DimensionlessUnit.
|
(package private) class |
MutableTypedFloatVectorDimensionless<U extends Unit<U>,R extends TypedFloatVectorRel<U,R,MR,S>,MR extends MutableTypedFloatVectorDimensionless<U,R,MR,S>,S extends FloatScalar.Rel<U>>
Relative Mutable typed Vector.
|
Copyright © 2015–2016 Delft University of Technology. All rights reserved.