Uses of Class
org.djunits.value.vfloat.matrix.base.FloatSparseValue
Package | Description |
---|---|
org.djunits.value.vfloat.matrix.base |
Interfaces, abstract classes and utilities for FloatMatrix.
|
org.djunits.value.vfloat.matrix.data |
package-info.java.
|
-
Uses of FloatSparseValue in org.djunits.value.vfloat.matrix.base
Method parameters in org.djunits.value.vfloat.matrix.base with type arguments of type FloatSparseValue Modifier and Type Method Description static <U extends Unit<U>, S extends FloatScalarInterface<U, S>, V extends FloatVectorInterface<U, S, V>, M extends FloatMatrixInterface<U, S, V, M>>
MFloatMatrix. instantiate(Collection<FloatSparseValue<U,S>> values, int rows, int cols, U displayUnit, StorageType storageType)
Construct a new Relative Immutable Float Matrix.static <U extends Unit<U>, S extends FloatScalarInterface<U, S>, V extends FloatVectorInterface<U, S, V>, M extends FloatMatrixInterface<U, S, V, M>>
MFloatMatrix. instantiate(Collection<FloatSparseValue<U,S>> values, int rows, int cols, U displayUnit, StorageType storageType, Class<M> matrixClass)
Construct a new Relative Immutable Float Matrix. -
Uses of FloatSparseValue in org.djunits.value.vfloat.matrix.data
Method parameters in org.djunits.value.vfloat.matrix.data with type arguments of type FloatSparseValue Modifier and Type Method Description 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.Constructor parameters in org.djunits.value.vfloat.matrix.data with type arguments of type FloatSparseValue Constructor Description FloatMatrixDataSparse(Collection<FloatSparseValue<U,S>> dataSI, int rows, int cols)
Create a matrix with sparse data.