| 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.
|
| Modifier and Type | Method and Description |
|---|---|
protected static <U extends Unit<U>> |
DoubleMatrix.checkNonEmpty(DoubleScalar<U>[][] dsArray)
Check that a provided array can be used to create some descendant of a DoubleMatrix.
|
DoubleScalar<U> |
ReadOnlyDoubleMatrixFunctions.get(int row,
int column)
Retrieve the value stored at a specified row and column as a DoubleScalar.
|
| Modifier and Type | Method and Description |
|---|---|
protected static <U extends Unit<U>> |
DoubleMatrix.checkNonEmpty(DoubleScalar<U>[][] dsArray)
Check that a provided array can be used to create some descendant of a DoubleMatrix.
|
protected DoubleMatrixDataDense |
DoubleMatrix.initializeDense(DoubleScalar<U>[][] values)
Construct the matrix and store the values in the standard SI unit.
|
protected DoubleMatrixDataSparse |
DoubleMatrix.initializeSparse(DoubleScalar<U>[][] values)
Construct the matrix and store the values in the standard SI unit.
|
void |
WriteDoubleMatrixFunctions.set(int row,
int column,
DoubleScalar<U> value)
Replace the value at row, column by the supplied value which is in a compatible unit.
|
void |
MutableDoubleMatrix.set(int row,
int column,
DoubleScalar<U> value)
Replace the value at row, column by the supplied value which is in a compatible unit.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Acceleration
Easy access methods for the Acceleration DoubleScalar, which is relative by definition.
|
static class |
AnglePlane.Abs
Easy access methods for the AnglePlane DoubleScalar.
|
static class |
AnglePlane.Rel
Easy access methods for the AnglePlane DoubleScalar.
|
static class |
AngleSlope.Abs
Easy access methods for the AngleSlope DoubleScalar.
|
static class |
AngleSlope.Rel
Easy access methods for the AngleSlope DoubleScalar.
|
class |
AngleSolid
Easy access methods for the AngleSolid DoubleScalar, which is relative by definition.
|
class |
Area
Easy access methods for the Area DoubleScalar, which is relative by definition.
|
class |
Density
Easy access methods for the Density DoubleScalar, which is relative by definition.
|
static class |
Dimensionless.Abs
Easy access methods for the Dimensionless DoubleScalar.
|
static class |
Dimensionless.Rel
Easy access methods for the Dimensionless DoubleScalar.
|
static class |
DoubleScalar.Abs<U extends Unit<U>> |
static class |
DoubleScalar.Rel<U extends Unit<U>> |
class |
ElectricalCharge
Easy access methods for the ElectricalCharge DoubleScalar, which is relative by definition.
|
class |
ElectricalCurrent
Easy access methods for the ElectricalCurrent DoubleScalar, which is relative by definition.
|
class |
ElectricalPotential
Easy access methods for the ElectricalPotential DoubleScalar, which is relative by definition.
|
class |
ElectricalResistance
Easy access methods for the ElectricalResistance DoubleScalar, which is relative by definition.
|
class |
Energy
Easy access methods for the Energy DoubleScalar, which is relative by definition.
|
class |
FlowMass
Easy access methods for the FlowMass DoubleScalar, which is relative by definition.
|
class |
FlowVolume
Easy access methods for the FlowVolume DoubleScalar, which is relative by definition.
|
class |
Force
Easy access methods for the Force DoubleScalar, which is relative by definition.
|
class |
Frequency
Easy access methods for the Frequency DoubleScalar, which is relative by definition.
|
static class |
Length.Abs
Easy access methods for the Length DoubleScalar.
|
static class |
Length.Rel
Easy access methods for the Length DoubleScalar.
|
class |
LinearDensity
Easy access methods for the LinearDensity DoubleScalar, which is relative by definition.
|
class |
Mass
Easy access methods for the Mass DoubleScalar, which is relative by definition.
|
class |
Money
Easy access methods for the Money DoubleScalar, which is relative by definition.
|
class |
MoneyPerArea
Easy access methods for the MoneyPerArea DoubleScalar, which is relative by definition.
|
class |
MoneyPerEnergy
Easy access methods for the MoneyPerEnergy DoubleScalar, which is relative by definition.
|
class |
MoneyPerLength
Easy access methods for the MoneyPerLength DoubleScalar, which is relative by definition.
|
class |
MoneyPerMass
Easy access methods for the MoneyPerMass DoubleScalar, which is relative by definition.
|
class |
MoneyPerTime
Easy access methods for the MoneyPerTime DoubleScalar, which is relative by definition.
|
class |
MoneyPerVolume
Easy access methods for the MoneyPerVolume DoubleScalar, which is relative by definition.
|
class |
Power
Easy access methods for the Power DoubleScalar, which is relative by definition.
|
class |
Pressure
Easy access methods for the Pressure DoubleScalar, which is relative by definition.
|
class |
Speed
Easy access methods for the Speed DoubleScalar, which is relative by definition.
|
static class |
Temperature.Abs
Easy access methods for the Temperature DoubleScalar.
|
static class |
Temperature.Rel
Easy access methods for the Temperature DoubleScalar.
|
static class |
Time.Abs
Easy access methods for the Time DoubleScalar.
|
static class |
Time.Rel
Easy access methods for the Time DoubleScalar.
|
class |
Torque
Easy access methods for the Torque DoubleScalar, which is relative by definition.
|
class |
Volume
Easy access methods for the Volume DoubleScalar, which is relative by definition.
|
| Modifier and Type | Method and Description |
|---|---|
DoubleScalar<U> |
DoubleVectorInterface.get(int index)
Retrieve the value stored at a specified index as a DoubleScalar.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MutableDoubleVectorInterface.set(int index,
DoubleScalar<U> value)
Replace the value at index by the supplied value which is in a compatible unit.
|
void |
MutableDoubleVector.set(int index,
DoubleScalar<U> value)
Replace the value at index by the supplied value which is in a compatible unit.
|
Copyright © 2015 Delft University of Technology. All rights reserved.