Uses of Class
org.djunits.unit.PowerUnit
Package
Description
Units for version 4 of DJUNITS.
Utility classes for the unit package.
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
Double Scalar storage and calculations with units, absolute/relative.Note: All code in this package is generated.
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
Float Scalar storage and calculations with units, absolute/relative.
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
-
Uses of PowerUnit in org.djunits.unit
Modifier and TypeFieldDescriptionstatic final PowerUnit
PowerUnit.ERG_PER_SECOND
erg per second.static final PowerUnit
PowerUnit.FOOT_POUND_FORCE_PER_HOUR
foot-pound-force per hour.static final PowerUnit
PowerUnit.FOOT_POUND_FORCE_PER_MINUTE
foot-pound-force per minute.static final PowerUnit
PowerUnit.FOOT_POUND_FORCE_PER_SECOND
foot-pound-force per second.static final PowerUnit
PowerUnit.GIGAWATT
gigawatt.static final PowerUnit
PowerUnit.HORSEPOWER_METRIC
horsepower (metric).static final PowerUnit
PowerUnit.KILOWATT
kiloawatt.static final PowerUnit
PowerUnit.MEGAWATT
megawatt.static final PowerUnit
PowerUnit.MICROWATT
microwatt.static final PowerUnit
PowerUnit.MILLIWATT
milliwatt.static final PowerUnit
PowerUnit.PETAWATT
petawatt.static final PowerUnit
PowerUnit.SI
The SI unit for power is watt.static final PowerUnit
PowerUnit.STHENE_METER_PER_SECOND
sthene-meter per second.static final PowerUnit
PowerUnit.TERAWATT
terawatt.static final PowerUnit
PowerUnit.WATT
watt. -
Uses of PowerUnit in org.djunits.unit.util
Modifier and TypeFieldDescriptionstatic final PowerUnit
UNITS.ERG_PER_SECOND
static final PowerUnit
static final PowerUnit
static final PowerUnit
static final PowerUnit
UNITS.GIGAWATT
static final PowerUnit
UNITS.HORSEPOWER_METRIC
static final PowerUnit
UNITS.KILOWATT
static final PowerUnit
UNITS.MEGAWATT
static final PowerUnit
UNITS.MICROWATT
static final PowerUnit
UNITS.MILLIWATT
static final PowerUnit
UNITS.PETAWATT
static final PowerUnit
UNITS.STHENE_METER_PER_SECOND
static final PowerUnit
UNITS.TERAWATT
static final PowerUnit
UNITS.WATT
-
Uses of PowerUnit in org.djunits.value.vdouble.matrix
Modifier and TypeMethodDescriptionfinal PowerMatrix
Return the current matrix as a power matrix, and provide a display unit.PowerMatrix.instantiateMatrix
(DoubleMatrixData dmd, PowerUnit displayUnit) PowerMatrix.instantiateScalarSI
(double valueSI, PowerUnit displayUnit) PowerMatrix.instantiateVector
(DoubleVectorData dvd, PowerUnit displayUnit) ModifierConstructorDescriptionPowerMatrix
(double[][] data, PowerUnit displayUnit) Construct a PowerMatrix from a double[][] object.PowerMatrix
(double[][] data, PowerUnit displayUnit, StorageType storageType) Construct a PowerMatrix from a double[][] object.PowerMatrix
(Collection<DoubleSparseValue<PowerUnit, Power>> data, PowerUnit displayUnit, int rows, int cols) Construct a PowerMatrix from a (sparse) collection of DoubleSparseValue objects.PowerMatrix
(Collection<DoubleSparseValue<PowerUnit, Power>> data, PowerUnit displayUnit, int rows, int cols, StorageType storageType) Construct a PowerMatrix from a (sparse) collection of DoubleSparseValue objects.PowerMatrix
(DoubleMatrixData data, PowerUnit displayUnit) Construct a PowerMatrix from an internal data object.PowerMatrix
(Power[][] data, PowerUnit displayUnit) Construct a PowerMatrix from an array of an array of Power objects.PowerMatrix
(Power[][] data, PowerUnit displayUnit, StorageType storageType) Construct a PowerMatrix from an array of an array of Power objects.ModifierConstructorDescriptionPowerMatrix
(Collection<DoubleSparseValue<PowerUnit, Power>> data, int rows, int cols) Construct a PowerMatrix from a (sparse) collection of DoubleSparseValue objects.PowerMatrix
(Collection<DoubleSparseValue<PowerUnit, Power>> data, int rows, int cols, StorageType storageType) Construct a PowerMatrix from a (sparse) collection of DoubleSparseValue objects.PowerMatrix
(Collection<DoubleSparseValue<PowerUnit, Power>> data, PowerUnit displayUnit, int rows, int cols) Construct a PowerMatrix from a (sparse) collection of DoubleSparseValue objects.PowerMatrix
(Collection<DoubleSparseValue<PowerUnit, Power>> data, PowerUnit displayUnit, int rows, int cols, StorageType storageType) Construct a PowerMatrix from a (sparse) collection of DoubleSparseValue objects. -
Uses of PowerUnit in org.djunits.value.vdouble.scalar
Modifier and TypeMethodDescriptionfinal Power
Return the current scalar as a power, and provide a display unit.final Power
Power.instantiateRel
(double value, PowerUnit unit) -
Uses of PowerUnit in org.djunits.value.vdouble.vector
Modifier and TypeMethodDescriptionfinal PowerVector
Return the current vector as a power vector, and provide a display unit.PowerVector.instantiateScalarSI
(double valueSI, PowerUnit displayUnit) PowerVector.instantiateVector
(DoubleVectorData dvd, PowerUnit displayUnit) ModifierConstructorDescriptionPowerVector
(double[] data, PowerUnit displayUnit) Construct an PowerVector from a double[] object.PowerVector
(double[] data, PowerUnit displayUnit, StorageType storageType) Construct an PowerVector from a double[] object.PowerVector
(List<? extends Number> data, PowerUnit displayUnit) Construct an PowerVector from a list of Number objects or a list of Power objects.PowerVector
(List<? extends Number> data, PowerUnit displayUnit, StorageType storageType) Construct an PowerVector from a list of Number objects or a list of Power objects.PowerVector
(Map<Integer, ? extends Number> data, int size, PowerUnit displayUnit) Construct an PowerVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Power objects.PowerVector
(Map<Integer, ? extends Number> data, int size, PowerUnit displayUnit, StorageType storageType) Construct an PowerVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of Power objects.PowerVector
(Power[] data, PowerUnit displayUnit) Construct an PowerVector from an array of Power objects.PowerVector
(Power[] data, PowerUnit displayUnit, StorageType storageType) Construct an PowerVector from an array of Power objects.PowerVector
(DoubleVectorData data, PowerUnit displayUnit) Construct an PowerVector from an internal data object. -
Uses of PowerUnit in org.djunits.value.vfloat.matrix
Modifier and TypeMethodDescriptionfinal FloatPowerMatrix
Return the current matrix as a power matrix, and provide a display unit.FloatPowerMatrix.instantiateMatrix
(FloatMatrixData fmd, PowerUnit displayUnit) FloatPowerMatrix.instantiateScalarSI
(float valueSI, PowerUnit displayUnit) FloatPowerMatrix.instantiateVector
(FloatVectorData fvd, PowerUnit displayUnit) ModifierConstructorDescriptionFloatPowerMatrix
(float[][] data, PowerUnit displayUnit) Construct a FloatPowerMatrix from a float[][] object.FloatPowerMatrix
(float[][] data, PowerUnit displayUnit, StorageType storageType) Construct a FloatPowerMatrix from a float[][] object.FloatPowerMatrix
(Collection<FloatSparseValue<PowerUnit, FloatPower>> data, PowerUnit displayUnit, int rows, int cols) Construct a FloatPowerMatrix from a (sparse) collection of FloatSparseValue objects.FloatPowerMatrix
(Collection<FloatSparseValue<PowerUnit, FloatPower>> data, PowerUnit displayUnit, int rows, int cols, StorageType storageType) Construct a FloatPowerMatrix from a (sparse) collection of FloatSparseValue objects.FloatPowerMatrix
(FloatMatrixData data, PowerUnit displayUnit) Construct a FloatPowerMatrix from an internal data object.FloatPowerMatrix
(FloatPower[][] data, PowerUnit displayUnit) Construct a FloatPowerMatrix from an array of an array of FloatPower objects.FloatPowerMatrix
(FloatPower[][] data, PowerUnit displayUnit, StorageType storageType) Construct a FloatPowerMatrix from an array of an array of FloatPower objects.ModifierConstructorDescriptionFloatPowerMatrix
(Collection<FloatSparseValue<PowerUnit, FloatPower>> data, int rows, int cols) Construct a FloatPowerMatrix from a (sparse) collection of FloatSparseValue objects.FloatPowerMatrix
(Collection<FloatSparseValue<PowerUnit, FloatPower>> data, int rows, int cols, StorageType storageType) Construct a FloatPowerMatrix from a (sparse) collection of FloatSparseValue objects.FloatPowerMatrix
(Collection<FloatSparseValue<PowerUnit, FloatPower>> data, PowerUnit displayUnit, int rows, int cols) Construct a FloatPowerMatrix from a (sparse) collection of FloatSparseValue objects.FloatPowerMatrix
(Collection<FloatSparseValue<PowerUnit, FloatPower>> data, PowerUnit displayUnit, int rows, int cols, StorageType storageType) Construct a FloatPowerMatrix from a (sparse) collection of FloatSparseValue objects. -
Uses of PowerUnit in org.djunits.value.vfloat.scalar
Modifier and TypeMethodDescriptionfinal FloatPower
Return the current scalar as a power, and provide a display unit.final FloatPower
FloatPower.instantiateRel
(float value, PowerUnit unit) ModifierConstructorDescriptionFloatPower
(double value, PowerUnit unit) Construct FloatPower scalar using a double value.FloatPower
(float value, PowerUnit unit) Construct FloatPower scalar. -
Uses of PowerUnit in org.djunits.value.vfloat.vector
Modifier and TypeMethodDescriptionfinal FloatPowerVector
Return the current vector as a power vector, and provide a display unit.FloatPowerVector.instantiateScalarSI
(float valueSI, PowerUnit displayUnit) FloatPowerVector.instantiateVector
(FloatVectorData fvd, PowerUnit displayUnit) ModifierConstructorDescriptionFloatPowerVector
(float[] data, PowerUnit displayUnit) Construct a FloatPowerVector from a float[] object.FloatPowerVector
(float[] data, PowerUnit displayUnit, StorageType storageType) Construct a FloatPowerVector from a float[] object.FloatPowerVector
(List<? extends Number> data, PowerUnit displayUnit) Construct a FloatPowerVector from a list of Number objects or a list of FloatPower objects.FloatPowerVector
(List<? extends Number> data, PowerUnit displayUnit, StorageType storageType) Construct a FloatPowerVector from a list of Number objects or a list of FloatPower objects.FloatPowerVector
(Map<Integer, ? extends Number> data, int size, PowerUnit displayUnit) Construct a FloatPowerVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatPower objects.FloatPowerVector
(Map<Integer, ? extends Number> data, int size, PowerUnit displayUnit, StorageType storageType) Construct a FloatPowerVector from a (sparse) map of index values to Number objects or a (sparse) map of index values to of FloatPower objects.FloatPowerVector
(FloatPower[] data, PowerUnit displayUnit) Construct a FloatPowerVector from an array of FloatPower objects.FloatPowerVector
(FloatPower[] data, PowerUnit displayUnit, StorageType storageType) Construct a FloatPowerVector from an array of FloatPower objects.FloatPowerVector
(FloatVectorData data, PowerUnit displayUnit) Construct a FloatPowerVector from an internal data object.