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.
|
Modifier and Type | Method and Description |
---|---|
static DoubleScalar.Abs<DirectionUnit,AngleUnit> |
AngleUtil.normalize(DoubleScalar.Abs<DirectionUnit,AngleUnit> angle)
Normalize an angle between 0 and 2 * PI.
|
Modifier and Type | Method and Description |
---|---|
static DoubleScalar.Abs<DirectionUnit,AngleUnit> |
AngleUtil.normalize(DoubleScalar.Abs<DirectionUnit,AngleUnit> angle)
Normalize an angle between 0 and 2 * PI.
|
Modifier and Type | Method and Description |
---|---|
protected DoubleScalar.Abs<AU,RU> |
MutableDoubleMatrix.Abs.instantiateScalar(double value,
AU unit)
Construct a new Absolute Immutable DoubleScalar of the right type.
|
protected DoubleScalar.Abs<AU,RU> |
DoubleMatrix.Abs.instantiateScalar(double value,
AU unit)
Construct a new Absolute Immutable DoubleScalar of the right type.
|
Constructor and Description |
---|
Abs(DoubleScalar.Abs<AU,RU>[][] values,
StorageType storageType)
Construct a new Absolute Mutable DoubleMatrix.
|
Abs(DoubleScalar.Abs<AU,RU>[][] values,
StorageType storageType)
Construct a new Absolute Immutable DoubleMatrix.
|
Modifier and Type | Method and Description |
---|---|
DoubleScalar.Abs<AU,RU> |
DoubleScalar.Abs.instantiateAbs(double value,
AU unit)
Construct a new Absolute Immutable DoubleScalar of the right type.
|
Constructor and Description |
---|
Abs(DoubleScalar.Abs<AU,RU> value)
Construct a new Absolute Immutable DoubleScalar from an existing Absolute Immutable DoubleScalar.
|
Modifier and Type | Method and Description |
---|---|
protected DoubleScalar.Abs<AU,RU> |
MutableDoubleVector.Abs.instantiateScalar(double value,
AU unit)
Construct a new Absolute Immutable DoubleScalar of the right type.
|
protected DoubleScalar.Abs<AU,RU> |
DoubleVector.Abs.instantiateScalar(double value,
AU unit)
Construct a new Absolute Immutable DoubleScalar of the right type.
|
Constructor and Description |
---|
Abs(DoubleScalar.Abs<AU,RU>[] values,
StorageType storageType)
Construct a new Absolute Mutable DoubleVector.
|
Abs(DoubleScalar.Abs<AU,RU>[] values,
StorageType storageType)
Construct a new Absolute Mutable DoubleVector.
|
Constructor and Description |
---|
Abs(List<DoubleScalar.Abs<AU,RU>> values,
StorageType storageType)
Construct a new Absolute Mutable DoubleVector.
|
Abs(List<DoubleScalar.Abs<AU,RU>> values,
StorageType storageType)
Construct a new Absolute Mutable DoubleVector.
|
Abs(SortedMap<Integer,DoubleScalar.Abs<AU,RU>> values,
int length,
StorageType storageType)
Construct a new Absolute Mutable DoubleVector.
|
Abs(SortedMap<Integer,DoubleScalar.Abs<AU,RU>> values,
int length,
StorageType storageType)
Construct a new Absolute Mutable DoubleVector.
|
Copyright © 2015–2019 Delft University of Technology. All rights reserved.