Uses of Class
org.djunits.unit.util.UnitException
| Package | Description |
|---|---|
| org.djunits.unit |
Units for version 4 of DJUNITS.
|
| org.djunits.unit.si |
The org.djunits.unit.si package contains classes that can work with and manipulate SI units and SI dimensions.
|
| org.djunits.value.vdouble.matrix.base |
Interfaces, abstract classes and utilities for DoubleMatrix.
|
| org.djunits.value.vdouble.vector.base |
Interfaces, abstract classes and utilities for DoubleVector.
|
| org.djunits.value.vfloat.matrix.base |
Interfaces, abstract classes and utilities for FloatMatrix.
|
| org.djunits.value.vfloat.vector.base |
Interfaces, abstract classes and utilities for FloatVector.
|
-
Uses of UnitException in org.djunits.unit
Methods in org.djunits.unit that throw UnitException Modifier and Type Method Description static SIUnitSIUnit. of(String siString)Instantiate an SI unit 'of' a String.static SIUnitSIUnit. of(SIDimensions siDimensions)Instantiate an SI unit 'of' a SIDimensions. -
Uses of UnitException in org.djunits.unit.si
Methods in org.djunits.unit.si that throw UnitException Modifier and Type Method Description static SIDimensionsSIDimensions. of(String siString)Parse a string representing SI dimensions to an SIDimensions object. -
Uses of UnitException in org.djunits.value.vdouble.matrix.base
Methods in org.djunits.value.vdouble.matrix.base that throw UnitException Modifier and Type Method Description <UT extends Unit<UT>, ST extends AbstractDoubleScalar<UT, ST>, VT extends AbstractDoubleVector<UT, ST, VT>, MT extends AbstractDoubleMatrix<UT, ST, VT, MT> & Relative<UT, MT>>
SIMatrixAbstractDoubleMatrixRel. divide(MT rel)Divide this Relative matrix by another Relative matrix.<UT extends Unit<UT>, ST extends AbstractDoubleScalar<UT, ST>, VT extends AbstractDoubleVector<UT, ST, VT>, MT extends AbstractDoubleMatrix<UT, ST, VT, MT> & Relative<UT, MT>>
SIMatrixAbstractDoubleMatrixRel. 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
Methods in org.djunits.value.vdouble.vector.base that throw UnitException Modifier and Type Method Description <UT extends Unit<UT>, ST extends AbstractDoubleScalarRel<UT, ST>, VT extends AbstractDoubleVectorRel<UT, ST, VT>>
SIVectorAbstractDoubleVectorRel. divide(VT rel)Divide this Relative value by a Relative value for a vector or matrix.<UT extends Unit<UT>, ST extends AbstractDoubleScalarRel<UT, ST>, VT extends AbstractDoubleVectorRel<UT, ST, VT> & Relative<UT, VT>>
SIVectorAbstractDoubleVectorRel. 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
Methods in org.djunits.value.vfloat.matrix.base that throw UnitException Modifier and Type Method Description <UT extends Unit<UT>, ST extends AbstractFloatScalar<UT, ST>, VT extends AbstractFloatVector<UT, ST, VT>, MT extends AbstractFloatMatrix<UT, ST, VT, MT> & Relative<UT, MT>>
FloatSIMatrixAbstractFloatMatrixRel. divide(MT rel)Divide this Relative matrix by another Relative matrix.<UT extends Unit<UT>, ST extends AbstractFloatScalar<UT, ST>, VT extends AbstractFloatVector<UT, ST, VT>, MT extends AbstractFloatMatrix<UT, ST, VT, MT> & Relative<UT, MT>>
FloatSIMatrixAbstractFloatMatrixRel. 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
Methods in org.djunits.value.vfloat.vector.base that throw UnitException Modifier and Type Method Description <UT extends Unit<UT>, ST extends AbstractFloatScalarRel<UT, ST>, VT extends AbstractFloatVectorRel<UT, ST, VT> & Relative<UT, VT>>
FloatSIVectorAbstractFloatVectorRel. divide(VT rel)Divide this Relative value by a Relative value for a vector or matrix.<UT extends Unit<UT>, ST extends AbstractFloatScalarRel<UT, ST>, VT extends AbstractFloatVectorRel<UT, ST, VT> & Relative<UT, VT>>
FloatSIVectorAbstractFloatVectorRel. times(VT rel)Multiply a Relative value with this Relative value for a vector or matrix.