Uses of Class
org.djunits.value.ValueRuntimeException
| Package | Description |
|---|---|
| org.djunits.value.base |
Base value interfaces and classes, e.g.
|
| org.djunits.value.vdouble.matrix |
Double Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
| org.djunits.value.vdouble.matrix.base |
Interfaces, abstract classes and utilities for DoubleMatrix.
|
| org.djunits.value.vdouble.matrix.data |
Internal data storage for the Matrix.
|
| org.djunits.value.vdouble.vector |
Double Vector storage and calculations with units, absolute/relative, sparse/dense.
|
| org.djunits.value.vdouble.vector.base |
Interfaces, abstract classes and utilities for DoubleVector.
|
| org.djunits.value.vdouble.vector.data |
Internal data storage for the Vector.
|
| org.djunits.value.vfloat.matrix |
Float Matrix storage and calculations with units, absolute/relative, sparse/dense.
|
| org.djunits.value.vfloat.matrix.base |
Interfaces, abstract classes and utilities for FloatMatrix.
|
| org.djunits.value.vfloat.matrix.data |
package-info.java.
|
| org.djunits.value.vfloat.vector |
Float Vector storage and calculations with units, absolute/relative, sparse/dense.
|
| org.djunits.value.vfloat.vector.base |
Interfaces, abstract classes and utilities for FloatVector.
|
| org.djunits.value.vfloat.vector.data |
Internal storage for the FloatVector.
|
-
Uses of ValueRuntimeException in org.djunits.value.base
Methods in org.djunits.value.base that throw ValueRuntimeException Modifier and Type Method Description SMatrix. get(int row, int column)Retrieve a value from the matrix.SVector. get(int index)Retrieve a value from the vector.VMatrix. getColumn(int column)Retrieve a column from the matrix as a vector.S[]Matrix. getColumnScalars(int column)Retrieve a column from the matrix as an array of scalars.VMatrix. getDiagonal()Retrieve the main diagonal of the matrix as a vector.S[]Matrix. getDiagonalScalars()Retrieve the main diagonal of the matrix as an array of scalars.VMatrix. getRow(int row)Retrieve a row from the matrix as a vector.S[]Matrix. getRowScalars(int row)Retrieve a row from the matrix as an array of scalars.RMMatrix.Abs. minus(AM decrement)Subtract an absolute matrix from this absolute matrix.AMMatrix.Abs. minus(RM decrement)Subtract a relative matrix from this absolute matrix.RMMatrix.Rel. minus(RM decrement)Subtract a relative matrix from this relative mutable matrix.RVVector.Abs. minus(AV decrement)Subtract an absolute vector from this absolute vector.AVVector.Abs. minus(RV decrement)Subtract a relative vector from this absolute vector.RVVector.Rel. minus(RV decrement)Subtract a relative vector from this relative mutable vector.AMMatrix.Abs. plus(RM increment)Add a relative matrix to this absolute matrix.RMMatrix.Rel. plus(RM increment)Add a relative matrix to this relative mutable matrix.AVVector.Abs. plus(RV increment)Add a relative vector to this absolute vector.RVVector.Rel. plus(RV increment)Add a relative vector to this relative mutable vector. -
Uses of ValueRuntimeException in org.djunits.value.vdouble.matrix
Methods in org.djunits.value.vdouble.matrix that throw ValueRuntimeException Modifier and Type Method Description static SIMatrixSIMatrix. instantiate(double[][] values, SIUnit unit, StorageType storageType)Construct a new Relative Double SIMatrix. -
Uses of ValueRuntimeException in org.djunits.value.vdouble.matrix.base
Methods in org.djunits.value.vdouble.matrix.base that throw ValueRuntimeException Modifier and Type Method Description protected voidAbstractDoubleMatrix. checkColumnIndex(int col)Check that provided column index is valid.protected voidAbstractDoubleMatrix. checkIndex(int row, int col)Check that provided row and column indices are valid.protected voidAbstractDoubleMatrix. checkRowIndex(int row)Check that provided row index is valid.protected voidAbstractDoubleMatrix. checkSquare()Check that the matrix is square.doubleAbstractDoubleMatrix. determinant()Compute the determinant of the matrix.doubleDoubleMatrixInterface. determinant()Compute the determinant of the 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. divide(MT rel)Divide this Relative matrix by another Relative matrix.SAbstractDoubleMatrix. get(int row, int column)Retrieve a value from the matrix.VAbstractDoubleMatrix. getColumn(int column)Retrieve a column from the matrix as a vector.S[]AbstractDoubleMatrix. getColumnScalars(int col)Retrieve a column from the matrix as an array of scalars.double[]AbstractDoubleMatrix. getColumnSI(int column)Retrieve a column from the matrix as an array of double.double[]DoubleMatrixInterface. getColumnSI(int column)Retrieve a column from the matrix as an array of double.VAbstractDoubleMatrix. getDiagonal()Retrieve the main diagonal of the matrix as a vector.S[]AbstractDoubleMatrix. getDiagonalScalars()Retrieve the main diagonal of the matrix as an array of scalars.double[]AbstractDoubleMatrix. getDiagonalSI()Retrieve the main diagonal of the matrix as an array of double.double[]DoubleMatrixInterface. getDiagonalSI()Retrieve the main diagonal of the matrix as an array of double.doubleAbstractDoubleMatrix. getInUnit(int row, int column)Retrieve the value stored at a specified row and column in the original unit.doubleAbstractDoubleMatrix. getInUnit(int row, int column, U targetUnit)Retrieve the value stored at a specified row and column converted into a specified unit.doubleDoubleMatrixInterface. getInUnit(int row, int column)Retrieve the value stored at a specified row and column in the original unit.doubleDoubleMatrixInterface. getInUnit(int row, int column, U targetUnit)Retrieve the value stored at a specified row and column converted into a specified unit.VAbstractDoubleMatrix. getRow(int row)Retrieve a row from the matrix as a vector.S[]AbstractDoubleMatrix. getRowScalars(int row)Retrieve a row from the matrix as an array of scalars.double[]AbstractDoubleMatrix. getRowSI(int row)Retrieve a row from the matrix as an array of double.double[]DoubleMatrixInterface. getRowSI(int row)Retrieve a row from the matrix as an array of double.doubleAbstractDoubleMatrix. getSI(int row, int column)Retrieve the value stored at a specified row and column in the standard SI unit.doubleDoubleMatrixInterface. getSI(int row, int column)Retrieve the value stored at a specified row and column in the standard SI unit.RMAbstractDoubleMatrixAbs. minus(AM decrement)Subtract an absolute matrix from this absolute matrix.AMAbstractDoubleMatrixAbs. minus(RM decrement)Subtract a relative matrix from this absolute matrix.RMAbstractDoubleMatrixRel. minus(RM rel)Subtract a relative matrix from this relative mutable matrix.AMAbstractDoubleMatrixAbs. plus(RM increment)Add a relative matrix to this absolute matrix.RMAbstractDoubleMatrixRel. plus(RM rel)Add a relative matrix to this relative mutable matrix.voidAbstractDoubleMatrix. set(int row, int column, S value)Set the scalar value at the specified position.voidDoubleMatrixInterface. set(int row, int column, S value)Set the scalar value at the specified position.voidAbstractDoubleMatrix. setInUnit(int row, int column, double valueInUnit)Set the value, specified in the (current) display unit, at the specified position.voidAbstractDoubleMatrix. setInUnit(int row, int column, double valueInUnit, U valueUnit)Set the value, specified in thevalueUnit, at the specified position.voidDoubleMatrixInterface. setInUnit(int row, int column, double valueInUnit)Set the value, specified in the (current) display unit, at the specified position.voidDoubleMatrixInterface. setInUnit(int row, int column, double valueInUnit, U valueUnit)Set the value, specified in thevalueUnit, at the specified position.voidAbstractDoubleMatrix. setSI(int row, int column, double valueSI)Set the value, specified in the standard SI unit, at the specified position.voidDoubleMatrixInterface. setSI(int row, int column, double valueSI)Set the value, specified in the standard SI unit, at the specified position.<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 ValueRuntimeException in org.djunits.value.vdouble.matrix.data
Methods in org.djunits.value.vdouble.matrix.data that throw ValueRuntimeException Modifier and Type Method Description (package private) abstract DoubleMatrixDataDoubleMatrixData. assign(DoubleFunction2 doubleFunction2, DoubleMatrixData right)Apply a binary operation on a cell by cell basis.protected static double[][]DoubleMatrixData. checkRectangularAndNonEmpty(double[][] values)Check that a 2D array of float is not null, not empty and not jagged; i.e.protected static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>>
S[][]DoubleMatrixData. checkRectangularAndNonEmpty(S[][] values)Check that a 2D array of float is not null, not empty and not jagged; i.e.protected voidDoubleMatrixData. checkSizes(DoubleMatrixData other)Check the sizes of this data object and the other data object.DoubleMatrixDataDoubleMatrixData. decrementBy(DoubleMatrixData decrement)Subtract a matrix from this matrix on a cell-by-cell basis.abstract DoubleMatrixDataDoubleMatrixData. divide(DoubleMatrixData right)Divide two matrices on a cell-by-cell basis.DoubleMatrixDataDoubleMatrixDataDense. divide(DoubleMatrixData right)Divide two matrices on a cell-by-cell basis.DoubleMatrixDataDoubleMatrixDataSparse. divide(DoubleMatrixData right)Divide two matrices on a cell-by-cell basis.DoubleMatrixDataDoubleMatrixData. divideBy(DoubleMatrixData right)Divide the values of a matrix by the values of another matrix on a cell-by-cell basis.DoubleMatrixDataDoubleMatrixData. incrementBy(DoubleMatrixData right)Add a matrix to this matrix on a cell-by-cell basis.static DoubleMatrixDataDoubleMatrixData. instantiate(double[][] values, Scale scale, StorageType storageType)Instantiate a DoubleMatrixData with the right data type.static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>>
DoubleMatrixDataDoubleMatrixData. instantiate(Collection<DoubleSparseValue<U,S>> values, int rows, int cols, StorageType storageType)Instantiate a DoubleMatrixData with the right data type.static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>>
DoubleMatrixDataDoubleMatrixData. instantiate(S[][] values, StorageType storageType)Instantiate a DoubleMatrixData with the right data type.static DoubleMatrixDataSparseDoubleMatrixDataSparse. instantiate(double[][] valuesSI)Instantiate a DoubleMatrixDataSparse from an array.static DoubleMatrixDataSparseDoubleMatrixDataSparse. instantiate(double[][] values, Scale scale)Instantiate a DoubleMatrixDataSparse from an array.abstract DoubleMatrixDataDoubleMatrixData. minus(DoubleMatrixData right)Subtract two matrices on a cell-by-cell basis.DoubleMatrixDataDoubleMatrixData. multiplyBy(DoubleMatrixData right)Multiply a matrix with the values of another matrix on a cell-by-cell basis.abstract DoubleMatrixDataDoubleMatrixData. plus(DoubleMatrixData right)Add two matrices on a cell-by-cell basis.DoubleMatrixDataDoubleMatrixDataDense. plus(DoubleMatrixData right)Add two matrices on a cell-by-cell basis.DoubleMatrixDataDoubleMatrixDataSparse. plus(DoubleMatrixData right)Add two matrices on a cell-by-cell basis.abstract DoubleMatrixDataDoubleMatrixData. times(DoubleMatrixData right)Multiply two matrices on a cell-by-cell basis.DoubleMatrixDataDoubleMatrixDataDense. times(DoubleMatrixData right)Multiply two matrices on a cell-by-cell basis.DoubleMatrixDataSparseDoubleMatrixDataSparse. times(DoubleMatrixData right)Multiply two matrices on a cell-by-cell basis.Constructors in org.djunits.value.vdouble.matrix.data that throw ValueRuntimeException Constructor Description DoubleMatrixDataDense(double[][] matrixSI)Create a matrix with dense data.DoubleMatrixDataDense(double[] matrixSI, int rows, int cols)Create a matrix with dense data. -
Uses of ValueRuntimeException in org.djunits.value.vdouble.vector
Methods in org.djunits.value.vdouble.vector that throw ValueRuntimeException Modifier and Type Method Description static SIVectorSIVector. instantiate(double[] values, SIUnit unit, StorageType storageType)Construct a new Relative Double SIVector.static SIVectorSIVector. instantiate(List<Double> values, SIUnit unit, StorageType storageType)Construct a new Relative Double SIVector.static SIVectorSIVector. instantiate(SortedMap<Integer,Double> values, int length, SIUnit unit, StorageType storageType)Construct a new Relative Double SIVector. -
Uses of ValueRuntimeException in org.djunits.value.vdouble.vector.base
Methods in org.djunits.value.vdouble.vector.base that throw ValueRuntimeException Modifier and Type Method Description protected voidAbstractDoubleVector. checkIndex(int index)Check that a provided index is valid.protected voidAbstractDoubleVector. checkSize(DoubleVectorInterface<?,?,?> other)Centralized size equality check.<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.SAbstractDoubleVector. get(int index)Retrieve a value from the vector.doubleAbstractDoubleVector. getInUnit(int index)Retrieve the value stored at a specified position in the original unit.doubleAbstractDoubleVector. getInUnit(int index, U targetUnit)Retrieve the value stored at a specified position converted into a specified unit.doubleDoubleVectorInterface. getInUnit(int index)Retrieve the value stored at a specified position in the original unit.doubleDoubleVectorInterface. getInUnit(int index, U targetUnit)Retrieve the value stored at a specified position converted into a specified unit.doubleAbstractDoubleVector. getSI(int index)Retrieve the value stored at a specified position in the standard SI unit.doubleDoubleVectorInterface. getSI(int index)Retrieve the value stored at a specified position in the standard SI unit.static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>, V extends DoubleVectorInterface<U, S, V>>
VDoubleVector. instantiate(List<Double> valueListInUnit, U unit, StorageType storageType)Instantiate the DoubleVector based on its unit.static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>, V extends DoubleVectorInterface<U, S, V>>
VDoubleVector. instantiate(List<Double> valueListInUnit, U unit, StorageType storageType, Class<V> vectorClass)Instantiate the DoubleVector based on its unit.static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>, V extends DoubleVectorInterface<U, S, V>>
VDoubleVector. instantiateSI(List<Double> valueListSI, U displayUnit, StorageType storageType)Instantiate the DoubleVector based on its unit.static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>, V extends DoubleVectorInterface<U, S, V>>
VDoubleVector. instantiateSI(List<Double> valueListSI, U displayUnit, StorageType storageType, Class<V> vectorClass)Instantiate the DoubleVector based on its unit.RVAbstractDoubleVectorAbs. minus(AV decrement)Subtract an absolute vector from this absolute vector.AVAbstractDoubleVectorAbs. minus(RV decrement)Subtract a relative vector from this absolute vector.RVAbstractDoubleVectorRel. minus(RV rel)Subtract a relative vector from this relative mutable vector.AVAbstractDoubleVectorAbs. plus(RV increment)Add a relative vector to this absolute vector.RVAbstractDoubleVectorRel. plus(RV rel)Add a relative vector to this relative mutable vector.voidAbstractDoubleVector. set(int index, S value)Set the scalar value at the specified position.voidDoubleVectorInterface. set(int index, S value)Set the scalar value at the specified position.voidAbstractDoubleVector. setInUnit(int index, double valueInUnit)Set the value, specified in the (current) display unit, at the specified position.voidAbstractDoubleVector. setInUnit(int index, double valueInUnit, U valueUnit)Set the value, specified in thevalueUnit, at the specified position.voidDoubleVectorInterface. setInUnit(int index, double valueInUnit)Set the value, specified in the (current) display unit, at the specified position.voidDoubleVectorInterface. setInUnit(int index, double valueInUnit, U valueUnit)Set the value, specified in thevalueUnit, at the specified position.voidAbstractDoubleVector. setSI(int index, double valueSI)Set the value, specified in the standard SI unit, at the specified position.voidDoubleVectorInterface. setSI(int index, double valueSI)Set the value, specified in the standard SI unit, at the specified position.<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 ValueRuntimeException in org.djunits.value.vdouble.vector.data
Methods in org.djunits.value.vdouble.vector.data that throw ValueRuntimeException Modifier and Type Method Description (package private) abstract DoubleVectorDataDoubleVectorData. assign(DoubleFunction2 doubleFunction2, DoubleVectorData right)Apply a binary operation on a cell by cell basis.protected voidDoubleVectorData. checkSizes(DoubleVectorData other)Check the sizes of this data object and the other data object.DoubleVectorDataDoubleVectorData. decrementBy(DoubleVectorData right)Subtract a vector from this vector on a cell-by-cell basis.abstract DoubleVectorDataDoubleVectorData. divide(DoubleVectorData right)Divide two vectors on a cell-by-cell basis.DoubleVectorDataDoubleVectorDataSparse. divide(DoubleVectorData right)Divide two vectors on a cell-by-cell basis.DoubleVectorDataDoubleVectorData. divideBy(DoubleVectorData right)Divide the values of a vector by the values of another vector on a cell-by-cell basis.DoubleVectorDataDoubleVectorData. incrementBy(DoubleVectorData right)Add a vector to this vector on a cell-by-cell basis.static DoubleVectorDataDoubleVectorData. instantiate(double[] values, Scale scale, StorageType storageType)Instantiate a DoubleVectorData with the right data type.static DoubleVectorDataDoubleVectorData. instantiate(List<Double> values, Scale scale, StorageType storageType)Instantiate a DoubleVectorData with the right data type.static DoubleVectorDataDoubleVectorData. instantiate(SortedMap<Integer,Double> valueMap, int length, Scale scale, StorageType storageType)Instantiate a DoubleVectorData with the right data type.static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>>
DoubleVectorDataDoubleVectorData. instantiate(S[] values, StorageType storageType)Instantiate a DoubleVectorData with the right data type.static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>>
DoubleVectorDataDoubleVectorData. instantiateList(List<S> valueList, StorageType storageType)Instantiate a DoubleVectorData with the right data type.static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>>
DoubleVectorDataDoubleVectorData. instantiateMap(SortedMap<Integer,S> values, int length, StorageType storageType)Instantiate a DoubleVectorData with the right data type.abstract DoubleVectorDataDoubleVectorData. minus(DoubleVectorData right)Subtract two vectors on a cell-by-cell basis.DoubleVectorDataDoubleVectorData. multiplyBy(DoubleVectorData right)Multiply a vector with the values of another vector on a cell-by-cell basis.abstract DoubleVectorDataDoubleVectorData. plus(DoubleVectorData right)Add two vectors on a cell-by-cell basis.abstract DoubleVectorDataDoubleVectorData. times(DoubleVectorData right)Multiply two vectors on a cell-by-cell basis. -
Uses of ValueRuntimeException in org.djunits.value.vfloat.matrix
Methods in org.djunits.value.vfloat.matrix that throw ValueRuntimeException Modifier and Type Method Description static FloatSIMatrixFloatSIMatrix. instantiate(float[][] values, SIUnit unit, StorageType storageType)Construct a new Relative Float FloatSIMatrix. -
Uses of ValueRuntimeException in org.djunits.value.vfloat.matrix.base
Methods in org.djunits.value.vfloat.matrix.base that throw ValueRuntimeException Modifier and Type Method Description protected voidAbstractFloatMatrix. checkColumnIndex(int col)Check that provided column index is valid.protected voidAbstractFloatMatrix. checkIndex(int row, int col)Check that provided row and column indices are valid.protected voidAbstractFloatMatrix. checkRowIndex(int row)Check that provided row index is valid.protected voidAbstractFloatMatrix. checkSquare()Check that the matrix is square.floatAbstractFloatMatrix. determinant()Compute the determinant of the matrix.floatFloatMatrixInterface. determinant()Compute the determinant of the 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. divide(MT rel)Divide this Relative matrix by another Relative matrix.SAbstractFloatMatrix. get(int row, int column)Retrieve a value from the matrix.VAbstractFloatMatrix. getColumn(int column)Retrieve a column from the matrix as a vector.S[]AbstractFloatMatrix. getColumnScalars(int col)Retrieve a column from the matrix as an array of scalars.float[]AbstractFloatMatrix. getColumnSI(int column)Retrieve a column from the matrix as an array of float.float[]FloatMatrixInterface. getColumnSI(int column)Retrieve a column from the matrix as an array of float.VAbstractFloatMatrix. getDiagonal()Retrieve the main diagonal of the matrix as a vector.S[]AbstractFloatMatrix. getDiagonalScalars()Retrieve the main diagonal of the matrix as an array of scalars.float[]AbstractFloatMatrix. getDiagonalSI()Retrieve the main diagonal of the matrix as an array of float.float[]FloatMatrixInterface. getDiagonalSI()Retrieve the main diagonal of the matrix as an array of float.floatAbstractFloatMatrix. getInUnit(int row, int column)Retrieve the value stored at a specified row and column in the original unit.floatAbstractFloatMatrix. getInUnit(int row, int column, U targetUnit)Retrieve the value stored at a specified row and column converted into a specified unit.floatFloatMatrixInterface. getInUnit(int row, int column)Retrieve the value stored at a specified row and column in the original unit.floatFloatMatrixInterface. getInUnit(int row, int column, U targetUnit)Retrieve the value stored at a specified row and column converted into a specified unit.VAbstractFloatMatrix. getRow(int row)Retrieve a row from the matrix as a vector.S[]AbstractFloatMatrix. getRowScalars(int row)Retrieve a row from the matrix as an array of scalars.float[]AbstractFloatMatrix. getRowSI(int row)Retrieve a row from the matrix as an array of float.float[]FloatMatrixInterface. getRowSI(int row)Retrieve a row from the matrix as an array of float.floatAbstractFloatMatrix. getSI(int row, int column)Retrieve the value stored at a specified row and column in the standard SI unit.floatFloatMatrixInterface. getSI(int row, int column)Retrieve the value stored at a specified row and column in the standard SI unit.RMAbstractFloatMatrixAbs. minus(AM decrement)Subtract an absolute matrix from this absolute matrix.AMAbstractFloatMatrixAbs. minus(RM decrement)Subtract a relative matrix from this absolute matrix.RMAbstractFloatMatrixRel. minus(RM rel)Subtract a relative matrix from this relative mutable matrix.AMAbstractFloatMatrixAbs. plus(RM increment)Add a relative matrix to this absolute matrix.RMAbstractFloatMatrixRel. plus(RM rel)Add a relative matrix to this relative mutable matrix.voidAbstractFloatMatrix. set(int row, int column, S value)Set the scalar value at the specified position.voidFloatMatrixInterface. set(int row, int column, S value)Set the scalar value at the specified position.voidAbstractFloatMatrix. setInUnit(int row, int column, float valueInUnit)Set the value, specified in the (current) display unit, at the specified position.voidAbstractFloatMatrix. setInUnit(int row, int column, float valueInUnit, U valueUnit)Set the value, specified in thevalueUnit, at the specified position.voidFloatMatrixInterface. setInUnit(int row, int column, float valueInUnit)Set the value, specified in the (current) display unit, at the specified position.voidFloatMatrixInterface. setInUnit(int row, int column, float valueInUnit, U valueUnit)Set the value, specified in thevalueUnit, at the specified position.voidAbstractFloatMatrix. setSI(int row, int column, float valueSI)Set the value, specified in the standard SI unit, at the specified position.voidFloatMatrixInterface. setSI(int row, int column, float valueSI)Set the value, specified in the standard SI unit, at the specified position.<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 ValueRuntimeException in org.djunits.value.vfloat.matrix.data
Methods in org.djunits.value.vfloat.matrix.data that throw ValueRuntimeException Modifier and Type Method Description (package private) abstract FloatMatrixDataFloatMatrixData. assign(FloatFunction2 floatFunction, FloatMatrixData right)Apply a binary operation on a cell by cell basis.protected static float[][]FloatMatrixData. checkRectangularAndNonEmpty(float[][] values)Check that a 2D array of float is not null, not empty and not jagged; i.e.protected static <U extends Unit<U>, S extends FloatScalarInterface<U, S>>
S[][]FloatMatrixData. checkRectangularAndNonEmpty(S[][] values)Check that a 2D array of float is not null, not empty and not jagged; i.e.protected voidFloatMatrixData. checkSizes(FloatMatrixData other)Check the sizes of this data object and the other data object.FloatMatrixDataFloatMatrixData. decrementBy(FloatMatrixData decrement)Subtract a matrix from this matrix on a cell-by-cell basis.abstract FloatMatrixDataFloatMatrixData. divide(FloatMatrixData right)Divide two matrices on a cell-by-cell basis.FloatMatrixDataFloatMatrixDataDense. divide(FloatMatrixData right)Divide two matrices on a cell-by-cell basis.FloatMatrixDataFloatMatrixDataSparse. divide(FloatMatrixData right)Divide two matrices on a cell-by-cell basis.FloatMatrixDataFloatMatrixData. divideBy(FloatMatrixData right)Divide the values of a matrix by the values of another matrix on a cell-by-cell basis.FloatMatrixDataFloatMatrixData. incrementBy(FloatMatrixData right)Add a matrix to this matrix on a cell-by-cell basis.static FloatMatrixDataFloatMatrixData. instantiate(float[][] values, Scale scale, StorageType storageType)Instantiate a FloatMatrixData with the right data type.static <U extends Unit<U>, S extends FloatScalarInterface<U, S>>
FloatMatrixDataFloatMatrixData. instantiate(Collection<FloatSparseValue<U,S>> values, int rows, int cols, StorageType storageType)Instantiate a FloatMatrixData with the right data type.static <U extends Unit<U>, S extends FloatScalarInterface<U, S>>
FloatMatrixDataFloatMatrixData. instantiate(S[][] values, StorageType storageType)Instantiate a FloatMatrixData with the right data type.static FloatMatrixDataSparseFloatMatrixDataSparse. instantiate(float[][] valuesSI)Instantiate a FloatMatrixDataSparse from an array.static FloatMatrixDataSparseFloatMatrixDataSparse. instantiate(float[][] values, Scale scale)Instantiate a FloatMatrixDataSparse from an array.abstract FloatMatrixDataFloatMatrixData. minus(FloatMatrixData right)Subtract two matrices on a cell-by-cell basis.FloatMatrixDataFloatMatrixData. multiplyBy(FloatMatrixData right)Multiply a matrix with the values of another matrix on a cell-by-cell basis.abstract FloatMatrixDataFloatMatrixData. plus(FloatMatrixData right)Add two matrices on a cell-by-cell basis.FloatMatrixDataFloatMatrixDataDense. plus(FloatMatrixData right)Add two matrices on a cell-by-cell basis.FloatMatrixDataFloatMatrixDataSparse. plus(FloatMatrixData right)Add two matrices on a cell-by-cell basis.abstract FloatMatrixDataFloatMatrixData. times(FloatMatrixData right)Multiply two matrices on a cell-by-cell basis.FloatMatrixDataFloatMatrixDataDense. times(FloatMatrixData right)Multiply two matrices on a cell-by-cell basis.FloatMatrixDataFloatMatrixDataSparse. times(FloatMatrixData right)Multiply two matrices on a cell-by-cell basis.Constructors in org.djunits.value.vfloat.matrix.data that throw ValueRuntimeException Constructor Description FloatMatrixDataDense(float[][] matrixSI)Create a matrix with dense data.FloatMatrixDataDense(float[] matrixSI, int rows, int cols)Create a matrix with dense data. -
Uses of ValueRuntimeException in org.djunits.value.vfloat.vector
Methods in org.djunits.value.vfloat.vector that throw ValueRuntimeException Modifier and Type Method Description static FloatSIVectorFloatSIVector. instantiate(float[] values, SIUnit unit, StorageType storageType)Construct a new Relative Float SIVector.static FloatSIVectorFloatSIVector. instantiate(List<Float> values, SIUnit unit, StorageType storageType)Construct a new Relative Float SIVector.static FloatSIVectorFloatSIVector. instantiate(SortedMap<Integer,Float> values, int length, SIUnit unit, StorageType storageType)Construct a new Relative Float SIVector. -
Uses of ValueRuntimeException in org.djunits.value.vfloat.vector.base
Methods in org.djunits.value.vfloat.vector.base that throw ValueRuntimeException Modifier and Type Method Description protected voidAbstractFloatVector. checkIndex(int index)Check that a provided index is valid.protected voidAbstractFloatVector. checkSize(FloatVectorInterface<?,?,?> other)Centralized size equality check.<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.SAbstractFloatVector. get(int index)Retrieve a value from the vector.floatAbstractFloatVector. getInUnit(int index)Retrieve the value stored at a specified position in the original unit.floatAbstractFloatVector. getInUnit(int index, U targetUnit)Retrieve the value stored at a specified position converted into a specified unit.floatFloatVectorInterface. getInUnit(int index)Retrieve the value stored at a specified position in the original unit.floatFloatVectorInterface. getInUnit(int index, U targetUnit)Retrieve the value stored at a specified position converted into a specified unit.floatAbstractFloatVector. getSI(int index)Retrieve the value stored at a specified position in the standard SI unit.floatFloatVectorInterface. getSI(int index)Retrieve the value stored at a specified position in the standard SI unit.static <U extends Unit<U>, S extends FloatScalarInterface<U, S>, V extends FloatVectorInterface<U, S, V>>
VFloatVector. instantiate(List<Float> valueListInUnit, U unit, StorageType storageType)Instantiate the FloatVector based on its unit.static <U extends Unit<U>, S extends FloatScalarInterface<U, S>, V extends FloatVectorInterface<U, S, V>>
VFloatVector. instantiate(List<Float> valueListInUnit, U unit, StorageType storageType, Class<V> vectorClass)Instantiate the FloatVector based on its unit.static <U extends Unit<U>, S extends FloatScalarInterface<U, S>, V extends FloatVectorInterface<U, S, V>>
VFloatVector. instantiateSI(List<Float> valueListSI, U displayUnit, StorageType storageType)Instantiate the FloatVector based on its unit.static <U extends Unit<U>, S extends FloatScalarInterface<U, S>, V extends FloatVectorInterface<U, S, V>>
VFloatVector. instantiateSI(List<Float> valueListSI, U displayUnit, StorageType storageType, Class<V> vectorClass)Instantiate the FloatVector based on its unit.RVAbstractFloatVectorAbs. minus(AV decrement)Subtract an absolute vector from this absolute vector.AVAbstractFloatVectorAbs. minus(RV decrement)Subtract a relative vector from this absolute vector.RVAbstractFloatVectorRel. minus(RV rel)Subtract a relative vector from this relative mutable vector.AVAbstractFloatVectorAbs. plus(RV increment)Add a relative vector to this absolute vector.RVAbstractFloatVectorRel. plus(RV rel)Add a relative vector to this relative mutable vector.voidAbstractFloatVector. set(int index, S value)Set the scalar value at the specified position.voidFloatVectorInterface. set(int index, S value)Set the scalar value at the specified position.voidAbstractFloatVector. setInUnit(int index, float valueInUnit)Set the value, specified in the (current) display unit, at the specified position.voidAbstractFloatVector. setInUnit(int index, float valueInUnit, U valueUnit)Set the value, specified in thevalueUnit, at the specified position.voidFloatVectorInterface. setInUnit(int index, float valueInUnit)Set the value, specified in the (current) display unit, at the specified position.voidFloatVectorInterface. setInUnit(int index, float valueInUnit, U valueUnit)Set the value, specified in thevalueUnit, at the specified position.voidAbstractFloatVector. setSI(int index, float valueSI)Set the value, specified in the standard SI unit, at the specified position.voidFloatVectorInterface. setSI(int index, float valueSI)Set the value, specified in the standard SI unit, at the specified position.<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. -
Uses of ValueRuntimeException in org.djunits.value.vfloat.vector.data
Methods in org.djunits.value.vfloat.vector.data that throw ValueRuntimeException Modifier and Type Method Description (package private) abstract FloatVectorDataFloatVectorData. assign(FloatFunction2 floatFunction2, FloatVectorData right)Apply a binary operation on a cell by cell basis.protected voidFloatVectorData. checkSizes(FloatVectorData other)Check the sizes of this data object and the other data object.FloatVectorDataFloatVectorData. decrementBy(FloatVectorData right)Subtract a vector from this vector on a cell-by-cell basis.abstract FloatVectorDataFloatVectorData. divide(FloatVectorData right)Divide two vectors on a cell-by-cell basis.FloatVectorDataFloatVectorDataSparse. divide(FloatVectorData right)Divide two vectors on a cell-by-cell basis.FloatVectorDataFloatVectorData. divideBy(FloatVectorData right)Divide the values of a vector by the values of another vector on a cell-by-cell basis.FloatVectorDataFloatVectorData. incrementBy(FloatVectorData right)Add a vector to this vector on a cell-by-cell basis.static FloatVectorDataFloatVectorData. instantiate(float[] values, Scale scale, StorageType storageType)Instantiate a FloatVectorData with the right data type.static FloatVectorDataFloatVectorData. instantiate(List<Float> values, Scale scale, StorageType storageType)Instantiate a FloatVectorData with the right data type.static FloatVectorDataFloatVectorData. instantiate(SortedMap<Integer,Float> valueMap, int length, Scale scale, StorageType storageType)Instantiate a FloatVectorData with the right data type.static <U extends Unit<U>, S extends FloatScalarInterface<U, S>>
FloatVectorDataFloatVectorData. instantiate(S[] values, StorageType storageType)Instantiate a FloatVectorData with the right data type.static <U extends Unit<U>, S extends FloatScalarInterface<U, S>>
FloatVectorDataFloatVectorData. instantiateList(List<S> valueList, StorageType storageType)Instantiate a FloatVectorData with the right data type.static <U extends Unit<U>, S extends FloatScalarInterface<U, S>>
FloatVectorDataFloatVectorData. instantiateMap(SortedMap<Integer,S> values, int length, StorageType storageType)Instantiate a FloatVectorData with the right data type.abstract FloatVectorDataFloatVectorData. minus(FloatVectorData right)Subtract two vectors on a cell-by-cell basis.FloatVectorDataFloatVectorData. multiplyBy(FloatVectorData right)Multiply a vector with the values of another vector on a cell-by-cell basis.abstract FloatVectorDataFloatVectorData. plus(FloatVectorData right)Add two vectors on a cell-by-cell basis.abstract FloatVectorDataFloatVectorData. times(FloatVectorData right)Multiply two vector on a cell-by-cell basis.