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.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 | Field and Description |
---|---|
static PowerUnit |
UNITS.ERG_PER_SECOND |
static PowerUnit |
PowerUnit.ERG_PER_SECOND
erg per second.
|
static PowerUnit |
UNITS.FEMTOWATT |
static PowerUnit |
PowerUnit.FEMTOWATT
femtowatt.
|
static PowerUnit |
UNITS.FOOT_POUND_FORCE_PER_HOUR |
static PowerUnit |
PowerUnit.FOOT_POUND_FORCE_PER_HOUR
foot-pound-force per hour.
|
static PowerUnit |
UNITS.FOOT_POUND_FORCE_PER_MINUTE |
static PowerUnit |
PowerUnit.FOOT_POUND_FORCE_PER_MINUTE
foot-pound-force per minute.
|
static PowerUnit |
UNITS.FOOT_POUND_FORCE_PER_SECOND |
static PowerUnit |
PowerUnit.FOOT_POUND_FORCE_PER_SECOND
foot-pound-force per second.
|
static PowerUnit |
UNITS.GIGAWATT |
static PowerUnit |
PowerUnit.GIGAWATT
gigawatt.
|
static PowerUnit |
UNITS.HORSEPOWER_METRIC |
static PowerUnit |
PowerUnit.HORSEPOWER_METRIC
horsepower (metric).
|
static PowerUnit |
UNITS.KILOWATT |
static PowerUnit |
PowerUnit.KILOWATT
kiloawatt.
|
static PowerUnit |
UNITS.MEGAWATT |
static PowerUnit |
PowerUnit.MEGAWATT
megawatt.
|
static PowerUnit |
UNITS.MICROWATT |
static PowerUnit |
PowerUnit.MICROWATT
microwatt.
|
static PowerUnit |
UNITS.MILLIWATT |
static PowerUnit |
PowerUnit.MILLIWATT
milliwatt.
|
static PowerUnit |
UNITS.NANOWATT |
static PowerUnit |
PowerUnit.NANOWATT
nanowatt.
|
static PowerUnit |
UNITS.PETAWATT |
static PowerUnit |
PowerUnit.PETAWATT
petawatt.
|
static PowerUnit |
UNITS.PICOWATT |
static PowerUnit |
PowerUnit.PICOWATT
picowatt.
|
static PowerUnit |
PowerUnit.SI
The SI unit for power is watt.
|
static PowerUnit |
UNITS.STHENE_METER_PER_SECOND |
static PowerUnit |
PowerUnit.STHENE_METER_PER_SECOND
sthene-meter per second.
|
static PowerUnit |
UNITS.TERAWATT |
static PowerUnit |
PowerUnit.TERAWATT
terawatt.
|
static PowerUnit |
UNITS.WATT |
static PowerUnit |
PowerUnit.WATT
watt.
|
Modifier and Type | Method and Description |
---|---|
PowerUnit |
PowerUnit.getStandardUnit() |
Constructor and Description |
---|
ElectricalPotentialUnit(PowerUnit powerUnit,
ElectricalCurrentUnit electricalCurrentUnit,
String name,
String abbreviation,
UnitSystem unitSystem)
Build a user-defined ElectricalPotentialUnit based on power divided by current (V=W/A).
|
PowerUnit(String name,
String abbreviation,
UnitSystem unitSystem,
PowerUnit referenceUnit,
double scaleFactorToReferenceUnit)
Build a user-defined PowerUnit with a conversion factor to another PowerUnit.
|
Modifier and Type | Method and Description |
---|---|
protected MutablePowerMatrix |
PowerMatrix.instantiateMutableType(DoubleMatrixData dmd,
PowerUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected MutablePowerMatrix |
MutablePowerMatrix.instantiateMutableType(DoubleMatrixData dmd,
PowerUnit unit)
Construct a new Relative Mutable DoubleMatrix of the right type.
|
protected Power |
PowerMatrix.instantiateScalar(double value,
PowerUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected Power |
MutablePowerMatrix.instantiateScalar(double value,
PowerUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected PowerMatrix |
PowerMatrix.instantiateType(DoubleMatrixData dmd,
PowerUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
protected PowerMatrix |
MutablePowerMatrix.instantiateType(DoubleMatrixData dmd,
PowerUnit unit)
Construct a new Relative Immutable DoubleMatrix of the right type.
|
Constructor and Description |
---|
MutablePowerMatrix(double[][] values,
PowerUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double PowerMatrix.
|
MutablePowerMatrix(DoubleMatrixData data,
PowerUnit unit) |
PowerMatrix(double[][] values,
PowerUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double PowerMatrix.
|
PowerMatrix(DoubleMatrixData data,
PowerUnit unit) |
Modifier and Type | Method and Description |
---|---|
Power |
Power.instantiateRel(double value,
PowerUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
Constructor and Description |
---|
Power(double value,
PowerUnit unit)
Construct Power scalar.
|
Modifier and Type | Method and Description |
---|---|
protected MutablePowerVector |
PowerVector.instantiateMutableType(DoubleVectorData dvd,
PowerUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected MutablePowerVector |
MutablePowerVector.instantiateMutableType(DoubleVectorData dvd,
PowerUnit unit)
Construct a new Relative Mutable DoubleVector of the right type.
|
protected Power |
PowerVector.instantiateScalar(double value,
PowerUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected Power |
MutablePowerVector.instantiateScalar(double value,
PowerUnit unit)
Construct a new Relative Immutable DoubleScalar of the right type.
|
protected PowerVector |
PowerVector.instantiateType(DoubleVectorData dvd,
PowerUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
protected PowerVector |
MutablePowerVector.instantiateType(DoubleVectorData dvd,
PowerUnit unit)
Construct a new Relative Immutable DoubleVector of the right type.
|
Constructor and Description |
---|
MutablePowerVector(double[] values,
PowerUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double PowerVector.
|
MutablePowerVector(DoubleVectorData data,
PowerUnit unit) |
MutablePowerVector(List<Double> values,
PowerUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double PowerVector.
|
MutablePowerVector(SortedMap<Integer,Double> values,
PowerUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double PowerVector.
|
PowerVector(double[] values,
PowerUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double PowerVector.
|
PowerVector(DoubleVectorData data,
PowerUnit unit) |
PowerVector(List<Double> values,
PowerUnit unit,
StorageType storageType)
Construct a new Relative Immutable Double PowerVector.
|
PowerVector(SortedMap<Integer,Double> values,
PowerUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Double PowerVector.
|
Modifier and Type | Method and Description |
---|---|
protected MutableFloatPowerMatrix |
MutableFloatPowerMatrix.instantiateMutableType(FloatMatrixData fmd,
PowerUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected MutableFloatPowerMatrix |
FloatPowerMatrix.instantiateMutableType(FloatMatrixData fmd,
PowerUnit unit)
Construct a new Relative Mutable FloatMatrix of the right type.
|
protected FloatPower |
MutableFloatPowerMatrix.instantiateScalar(float value,
PowerUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatPower |
FloatPowerMatrix.instantiateScalar(float value,
PowerUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatPowerMatrix |
MutableFloatPowerMatrix.instantiateType(FloatMatrixData fmd,
PowerUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
protected FloatPowerMatrix |
FloatPowerMatrix.instantiateType(FloatMatrixData fmd,
PowerUnit unit)
Construct a new Relative Immutable FloatMatrix of the right type.
|
Constructor and Description |
---|
FloatPowerMatrix(float[][] values,
PowerUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatPowerMatrix.
|
FloatPowerMatrix(FloatMatrixData data,
PowerUnit unit) |
MutableFloatPowerMatrix(float[][] values,
PowerUnit unit,
StorageType storageType)
Construct a new Relative Immutable FloatPowerMatrix.
|
MutableFloatPowerMatrix(FloatMatrixData data,
PowerUnit unit) |
Modifier and Type | Method and Description |
---|---|
FloatPower |
FloatPower.instantiateRel(float value,
PowerUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
Constructor and Description |
---|
FloatPower(double value,
PowerUnit unit)
Construct FloatPower scalar using a double value.
|
FloatPower(float value,
PowerUnit unit)
Construct FloatPower scalar.
|
Modifier and Type | Method and Description |
---|---|
protected MutableFloatPowerVector |
MutableFloatPowerVector.instantiateMutableType(FloatVectorData dvd,
PowerUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected MutableFloatPowerVector |
FloatPowerVector.instantiateMutableType(FloatVectorData dvd,
PowerUnit unit)
Construct a new Relative Mutable FloatVector of the right type.
|
protected FloatPower |
MutableFloatPowerVector.instantiateScalar(float value,
PowerUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatPower |
FloatPowerVector.instantiateScalar(float value,
PowerUnit unit)
Construct a new Relative Immutable FloatScalar of the right type.
|
protected FloatPowerVector |
MutableFloatPowerVector.instantiateType(FloatVectorData dvd,
PowerUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
protected FloatPowerVector |
FloatPowerVector.instantiateType(FloatVectorData dvd,
PowerUnit unit)
Construct a new Relative Immutable FloatVector of the right type.
|
Constructor and Description |
---|
FloatPowerVector(float[] values,
PowerUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float FloatPowerVector.
|
FloatPowerVector(FloatVectorData data,
PowerUnit unit) |
FloatPowerVector(List<Float> values,
PowerUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float FloatPowerVector.
|
FloatPowerVector(SortedMap<Integer,Float> values,
PowerUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Float FloatPowerVector.
|
MutableFloatPowerVector(float[] values,
PowerUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float PowerVector.
|
MutableFloatPowerVector(FloatVectorData data,
PowerUnit unit) |
MutableFloatPowerVector(List<Float> values,
PowerUnit unit,
StorageType storageType)
Construct a new Relative Immutable Float PowerVector.
|
MutableFloatPowerVector(SortedMap<Integer,Float> values,
PowerUnit unit,
int length,
StorageType storageType)
Construct a new Relative Immutable Float PowerVector.
|
Copyright © 2015–2019 Delft University of Technology. All rights reserved.