Uses of Class
org.djunits.unit.util.UnitException
Package
Description
Units for version 4 of DJUNITS.
The org.djunits.unit.si package contains classes that can work with and manipulate SI units and SI dimensions.
Interfaces, abstract classes and utilities for DoubleMatrix.
Interfaces, abstract classes and utilities for DoubleVector.
Interfaces, abstract classes and utilities for FloatMatrix.
Interfaces, abstract classes and utilities for FloatVector.
-
Uses of UnitException in org.djunits.unit
-
Uses of UnitException in org.djunits.unit.si
Modifier and TypeMethodDescriptionstatic SIDimensions
Parse a string representing SI dimensions to an SIDimensions object. -
Uses of UnitException in org.djunits.value.vdouble.matrix.base
Modifier and TypeMethodDescriptionfinal <UT extends Unit<UT>,
ST extends DoubleScalar<UT, ST>, VT extends DoubleVector<UT, ST, VT>, MT extends DoubleMatrix<UT, ST, VT, MT> & Relative<UT, MT>>
SIMatrixDoubleMatrixRel.divide
(MT rel) Divide this Relative matrix by another Relative matrix.final <UT extends Unit<UT>,
ST extends DoubleScalar<UT, ST>, VT extends DoubleVector<UT, ST, VT>, MT extends DoubleMatrix<UT, ST, VT, MT> & Relative<UT, MT>>
SIMatrixDoubleMatrixRel.times
(MT rel) Multiply a Relative value with this Relative value for a matrix or matrix. -
Uses of UnitException in org.djunits.value.vdouble.vector.base
Modifier and TypeMethodDescriptionfinal <UT extends Unit<UT>,
ST extends DoubleScalarRel<UT, ST>, VT extends DoubleVectorRel<UT, ST, VT>>
SIVectorDoubleVectorRel.divide
(VT rel) Divide this Relative value by a Relative value for a vector or matrix.final <UT extends Unit<UT>,
ST extends DoubleScalarRel<UT, ST>, VT extends DoubleVectorRel<UT, ST, VT> & Relative<UT, VT>>
SIVectorDoubleVectorRel.times
(VT rel) Multiply a Relative value with this Relative value for a vector or matrix. -
Uses of UnitException in org.djunits.value.vfloat.matrix.base
Modifier and TypeMethodDescriptionfinal <UT extends Unit<UT>,
ST extends FloatScalar<UT, ST>, VT extends FloatVector<UT, ST, VT>, MT extends FloatMatrix<UT, ST, VT, MT> & Relative<UT, MT>>
FloatSIMatrixFloatMatrixRel.divide
(MT rel) Divide this Relative matrix by another Relative matrix.final <UT extends Unit<UT>,
ST extends FloatScalar<UT, ST>, VT extends FloatVector<UT, ST, VT>, MT extends FloatMatrix<UT, ST, VT, MT> & Relative<UT, MT>>
FloatSIMatrixFloatMatrixRel.times
(MT rel) Multiply a Relative value with this Relative value for a matrix or matrix. -
Uses of UnitException in org.djunits.value.vfloat.vector.base
Modifier and TypeMethodDescriptionfinal <UT extends Unit<UT>,
ST extends FloatScalarRel<UT, ST>, VT extends FloatVectorRel<UT, ST, VT> & Relative<UT, VT>>
FloatSIVectorFloatVectorRel.divide
(VT rel) Divide this Relative value by a Relative value for a vector or matrix.final <UT extends Unit<UT>,
ST extends FloatScalarRel<UT, ST>, VT extends FloatVectorRel<UT, ST, VT> & Relative<UT, VT>>
FloatSIVectorFloatVectorRel.times
(VT rel) Multiply a Relative value with this Relative value for a vector or matrix.