| Package | Description |
|---|---|
| org.djunits.unit |
Classes for the unit system.
|
| 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.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.
|
| Modifier and Type | Method and Description |
|---|---|
SIUnit |
SIUnit.getStandardUnit() |
static SIUnit |
Unit.lookupOrCreateSIUnitWithSICoefficients(String normalizedSICoefficientsString) |
| Modifier and Type | Method and Description |
|---|---|
static MutableDoubleMatrix.Abs.Dense<SIUnit> |
DoubleMatrix.times(DoubleMatrix.Abs.Dense<?> left,
DoubleMatrix.Abs.Dense<?> right)
Multiply two DoubleMatrices value by value and store the result in a new MutableDoubleMatrix.Abs.Dense<SIUnit>.
|
static MutableDoubleMatrix.Abs.Sparse<SIUnit> |
DoubleMatrix.times(DoubleMatrix.Abs.Dense<?> left,
DoubleMatrix.Abs.Sparse<?> right)
Multiply two DoubleMatrices value by value and store the result in a new MutableDoubleMatrix.Abs.Sparse<SIUnit>.
|
static MutableDoubleMatrix.Abs.Sparse<SIUnit> |
DoubleMatrix.times(DoubleMatrix.Abs.Sparse<?> left,
DoubleMatrix.Abs<?> right)
Multiply two DoubleMatrices value by value and store the result in a new MutableDoubleMatrix.Abs.Sparse<SIUnit>.
|
static MutableDoubleMatrix.Rel.Dense<SIUnit> |
DoubleMatrix.times(DoubleMatrix.Rel.Dense<?> left,
DoubleMatrix.Rel.Dense<?> right)
Multiply two DoubleMatrices value by value and store the result in a new MutableDoubleMatrix.Rel.Dense<SIUnit>.
|
static MutableDoubleMatrix.Rel.Sparse<SIUnit> |
DoubleMatrix.times(DoubleMatrix.Rel.Dense<?> left,
DoubleMatrix.Rel.Sparse<?> right)
Multiply two DoubleMatrices value by value and store the result in a new MutableDoubleMatrix.Rel.Sparse<SIUnit>.
|
static MutableDoubleMatrix.Rel.Sparse<SIUnit> |
DoubleMatrix.times(DoubleMatrix.Rel.Sparse<?> left,
DoubleMatrix.Rel<?> right)
Multiply two DoubleMatrices value by value and store the result in a new MutableDoubleMatrix.Rel.Sparse<SIUnit>.
|
| Modifier and Type | Method and Description |
|---|---|
static DoubleScalar.Abs<SIUnit> |
DoubleScalar.divide(DoubleScalar.Abs<?> left,
DoubleScalar.Abs<?> right)
Divide two values; the result is a new instance with a different (existing or generated) SI unit.
|
static DoubleScalar.Rel<SIUnit> |
DoubleScalar.divide(DoubleScalar.Rel<?> left,
DoubleScalar.Rel<?> right)
Divide two values; the result is a new instance with a different (existing or generated) SI unit.
|
static DoubleScalar.Abs<SIUnit> |
DoubleScalar.multiply(DoubleScalar.Abs<?> left,
DoubleScalar.Abs<?> right)
Multiply two values; the result is a new instance with a different (existing or generated) SI unit.
|
static DoubleScalar.Rel<SIUnit> |
DoubleScalar.multiply(DoubleScalar.Rel<?> left,
DoubleScalar.Rel<?> right)
Multiply two values; the result is a new instance with a different (existing or generated) SI unit.
|
| Modifier and Type | Method and Description |
|---|---|
static MutableFloatMatrix.Abs.Dense<SIUnit> |
FloatMatrix.times(FloatMatrix.Abs.Dense<?> left,
FloatMatrix.Abs.Dense<?> right)
Multiply two FloatMatrices value by value and store the result in a new MutableFloatMatrix.Abs.Dense<SIUnit>.
|
static MutableFloatMatrix.Abs.Sparse<SIUnit> |
FloatMatrix.times(FloatMatrix.Abs.Dense<?> left,
FloatMatrix.Abs.Sparse<?> right)
Multiply two FloatMatrices value by value and store the result in a new MutableFloatMatrix.Abs.Sparse<SIUnit>.
|
static MutableFloatMatrix.Abs.Sparse<SIUnit> |
FloatMatrix.times(FloatMatrix.Abs.Sparse<?> left,
FloatMatrix.Abs<?> right)
Multiply two FloatMatrices value by value and store the result in a new MutableFloatMatrix.Abs.Sparse<SIUnit>.
|
static MutableFloatMatrix.Rel.Dense<SIUnit> |
FloatMatrix.times(FloatMatrix.Rel.Dense<?> left,
FloatMatrix.Rel.Dense<?> right)
Multiply two FloatMatrices value by value and store the result in a new MutableFloatMatrix.Rel.Dense<SIUnit>.
|
static MutableFloatMatrix.Rel.Sparse<SIUnit> |
FloatMatrix.times(FloatMatrix.Rel.Dense<?> left,
FloatMatrix.Rel.Sparse<?> right)
Multiply two FloatMatrices value by value and store the result in a new MutableFloatMatrix.Rel.Sparse<SIUnit>.
|
static MutableFloatMatrix.Rel.Sparse<SIUnit> |
FloatMatrix.times(FloatMatrix.Rel.Sparse<?> left,
FloatMatrix.Rel<?> right)
Multiply two FloatMatrices value by value and store the result in a new MutableFloatMatrix.Rel.Sparse<SIUnit>.
|
| Modifier and Type | Method and Description |
|---|---|
static FloatScalar.Abs<SIUnit> |
FloatScalar.divide(FloatScalar.Abs<?> left,
FloatScalar.Abs<?> right)
Divide two values; the result is a new instance with a different (existing or generated) SI unit.
|
static FloatScalar.Rel<SIUnit> |
FloatScalar.divide(FloatScalar.Rel<?> left,
FloatScalar.Rel<?> right)
Divide two values; the result is a new instance with a different (existing or generated) SI unit.
|
static FloatScalar.Abs<SIUnit> |
FloatScalar.multiply(FloatScalar.Abs<?> left,
FloatScalar.Abs<?> right)
Multiply two values; the result is a new instance with a different (existing or generated) SI unit.
|
static FloatScalar.Rel<SIUnit> |
FloatScalar.multiply(FloatScalar.Rel<?> left,
FloatScalar.Rel<?> right)
Multiply two values; the result is a new instance with a different (existing or generated) SI unit.
|
Copyright © 2015 Delft University of Technology. All rights reserved.