| Package | Description |
|---|---|
| org.djunits.value |
Base classes for unit-based 0-d (Scalar), 1-d (Vector) and 2-d (Matrix) values.
|
| 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 | Interface and Description |
|---|---|
interface |
FunctionsAbs<U extends Unit<U>,A extends Absolute & Value<U>,R extends Relative & Value<U>>
The functions to be implemented for absolute vectors and matrices.
|
interface |
FunctionsRel<U extends Unit<U>,A extends Absolute & Value<U>,R extends Relative & Value<U>>
The functions to be implemented for relative vectors and matrices.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
DoubleMatrix.Abs<U extends Unit<U>> |
static class |
DoubleMatrix.Abs.Dense<U extends Unit<U>>
ABSOLUTE DENSE implementation of DoubleMatrix.
|
static class |
DoubleMatrix.Abs.Sparse<U extends Unit<U>>
ABSOLUTE SPARSE implementation of DoubleMatrix.
|
static class |
MutableDoubleMatrix.Abs<U extends Unit<U>> |
static class |
MutableDoubleMatrix.Abs.Dense<U extends Unit<U>>
ABSOLUTE DENSE implementation of MutableDoubleMatrix.
|
static class |
MutableDoubleMatrix.Abs.Sparse<U extends Unit<U>>
ABSOLUTE SPARSE implementation of MutableDoubleMatrix.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AnglePlane.Abs
Easy access methods for the AnglePlane DoubleScalar.
|
static class |
AngleSlope.Abs
Easy access methods for the AngleSlope DoubleScalar.
|
static class |
Dimensionless.Abs
Easy access methods for the Dimensionless DoubleScalar.
|
static class |
DoubleScalar.Abs<U extends Unit<U>> |
static class |
Length.Abs
Easy access methods for the Length DoubleScalar.
|
static class |
Temperature.Abs
Easy access methods for the Temperature DoubleScalar.
|
static class |
Time.Abs
Easy access methods for the Time DoubleScalar.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AnglePlaneVector.Abs
ABSOLUTE implementation of AnglePlaneVector.
|
static class |
AnglePlaneVector.Abs.Dense
ABSOLUTE DENSE implementation of DoubleVector.
|
static class |
AnglePlaneVector.Abs.Sparse
ABSOLUTE SPARSE implementation of DoubleVector.
|
static class |
AngleSlopeVector.Abs
ABSOLUTE implementation of AngleSlopeVector.
|
static class |
AngleSlopeVector.Abs.Dense
ABSOLUTE DENSE implementation of DoubleVector.
|
static class |
AngleSlopeVector.Abs.Sparse
ABSOLUTE SPARSE implementation of DoubleVector.
|
static class |
DimensionlessVector.Abs
ABSOLUTE implementation of DimensionlessVector.
|
static class |
DimensionlessVector.Abs.Dense
ABSOLUTE DENSE implementation of DoubleVector.
|
static class |
DimensionlessVector.Abs.Sparse
ABSOLUTE SPARSE implementation of DoubleVector.
|
static class |
DoubleVector.Abs<U extends Unit<U>> |
static class |
DoubleVector.Abs.Dense<U extends Unit<U>>
ABSOLUTE DENSE implementation of DoubleVector.
|
static class |
DoubleVector.Abs.Sparse<U extends Unit<U>>
ABSOLUTE SPARSE implementation of DoubleVector.
|
static class |
LengthVector.Abs
ABSOLUTE implementation of LengthVector.
|
static class |
LengthVector.Abs.Dense
ABSOLUTE DENSE implementation of DoubleVector.
|
static class |
LengthVector.Abs.Sparse
ABSOLUTE SPARSE implementation of DoubleVector.
|
static class |
MutableAnglePlaneVector.Abs
ABSOLUTE implementation of AnglePlaneVector.
|
static class |
MutableAnglePlaneVector.Abs.Dense
ABSOLUTE DENSE implementation of MutableAnglePlaneVector.
|
static class |
MutableAnglePlaneVector.Abs.Sparse
ABSOLUTE SPARSE implementation of MutableAnglePlaneVector.
|
static class |
MutableAngleSlopeVector.Abs
ABSOLUTE implementation of AngleSlopeVector.
|
static class |
MutableAngleSlopeVector.Abs.Dense
ABSOLUTE DENSE implementation of MutableAngleSlopeVector.
|
static class |
MutableAngleSlopeVector.Abs.Sparse
ABSOLUTE SPARSE implementation of MutableAngleSlopeVector.
|
static class |
MutableDimensionlessVector.Abs
ABSOLUTE implementation of DimensionlessVector.
|
static class |
MutableDimensionlessVector.Abs.Dense
ABSOLUTE DENSE implementation of MutableDimensionlessVector.
|
static class |
MutableDimensionlessVector.Abs.Sparse
ABSOLUTE SPARSE implementation of MutableDimensionlessVector.
|
static class |
MutableDoubleVector.Abs<U extends Unit<U>> |
static class |
MutableDoubleVector.Abs.Dense<U extends Unit<U>>
ABSOLUTE DENSE implementation of MutableDoubleVector.
|
static class |
MutableDoubleVector.Abs.Sparse<U extends Unit<U>>
ABSOLUTE SPARSE implementation of MutableDoubleVector.
|
static class |
MutableLengthVector.Abs
ABSOLUTE implementation of LengthVector.
|
static class |
MutableLengthVector.Abs.Dense
ABSOLUTE DENSE implementation of MutableLengthVector.
|
static class |
MutableLengthVector.Abs.Sparse
ABSOLUTE SPARSE implementation of MutableLengthVector.
|
static class |
MutableTemperatureVector.Abs
ABSOLUTE implementation of TemperatureVector.
|
static class |
MutableTemperatureVector.Abs.Dense
ABSOLUTE DENSE implementation of MutableTemperatureVector.
|
static class |
MutableTemperatureVector.Abs.Sparse
ABSOLUTE SPARSE implementation of MutableTemperatureVector.
|
static class |
MutableTimeVector.Abs
ABSOLUTE implementation of TimeVector.
|
static class |
MutableTimeVector.Abs.Dense
ABSOLUTE DENSE implementation of MutableTimeVector.
|
static class |
MutableTimeVector.Abs.Sparse
ABSOLUTE SPARSE implementation of MutableTimeVector.
|
static class |
TemperatureVector.Abs
ABSOLUTE implementation of TemperatureVector.
|
static class |
TemperatureVector.Abs.Dense
ABSOLUTE DENSE implementation of DoubleVector.
|
static class |
TemperatureVector.Abs.Sparse
ABSOLUTE SPARSE implementation of DoubleVector.
|
static class |
TimeVector.Abs
ABSOLUTE implementation of TimeVector.
|
static class |
TimeVector.Abs.Dense
ABSOLUTE DENSE implementation of DoubleVector.
|
static class |
TimeVector.Abs.Sparse
ABSOLUTE SPARSE implementation of DoubleVector.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
FloatMatrix.Abs<U extends Unit<U>> |
static class |
FloatMatrix.Abs.Dense<U extends Unit<U>>
ABSOLUTE DENSE implementation of FloatMatrix.
|
static class |
FloatMatrix.Abs.Sparse<U extends Unit<U>>
ABSOLUTE SPARSE implementation of FloatMatrix.
|
static class |
MutableFloatMatrix.Abs<U extends Unit<U>> |
static class |
MutableFloatMatrix.Abs.Dense<U extends Unit<U>>
ABSOLUTE DENSE implementation of MutableFloatMatrix.
|
static class |
MutableFloatMatrix.Abs.Sparse<U extends Unit<U>>
ABSOLUTE SPARSE implementation of MutableFloatMatrix.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
FloatAnglePlane.Abs
Easy access methods for the AnglePlane FloatScalar.
|
static class |
FloatAngleSlope.Abs
Easy access methods for the AngleSlope FloatScalar.
|
static class |
FloatDimensionless.Abs
Easy access methods for the Dimensionless FloatScalar.
|
static class |
FloatLength.Abs
Easy access methods for the Length FloatScalar.
|
static class |
FloatScalar.Abs<U extends Unit<U>> |
static class |
FloatTemperature.Abs
Easy access methods for the Temperature FloatScalar.
|
static class |
FloatTime.Abs
Easy access methods for the Time FloatScalar.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
FloatLengthVector.Abs
ABSOLUTE implementation of FloatLengthVector.
|
static class |
FloatLengthVector.Abs.Dense
ABSOLUTE DENSE implementation of FloatVector.
|
static class |
FloatLengthVector.Abs.Sparse
ABSOLUTE SPARSE implementation of FloatVector.
|
static class |
FloatVector.Abs<U extends Unit<U>> |
static class |
FloatVector.Abs.Dense<U extends Unit<U>>
ABSOLUTE DENSE implementation of FloatVector.
|
static class |
FloatVector.Abs.Sparse<U extends Unit<U>>
ABSOLUTE SPARSE implementation of FloatVector.
|
static class |
MutableFloatLengthVector.Abs
ABSOLUTE implementation of FloatLengthVector.
|
static class |
MutableFloatLengthVector.Abs.Dense
ABSOLUTE DENSE implementation of MutableFloatLengthVector.
|
static class |
MutableFloatLengthVector.Abs.Sparse
ABSOLUTE SPARSE implementation of MutableFloatLengthVector.
|
static class |
MutableFloatVector.Abs<U extends Unit<U>> |
static class |
MutableFloatVector.Abs.Dense<U extends Unit<U>>
ABSOLUTE DENSE implementation of MutableFloatVector.
|
static class |
MutableFloatVector.Abs.Sparse<U extends Unit<U>>
ABSOLUTE SPARSE implementation of MutableFloatVector.
|
Copyright © 2015 Delft University of Technology. All rights reserved.