Uses of Class
org.djunits.value.vdouble.matrix.base.DoubleSparseValue
Package | Description |
---|---|
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.
|
-
Uses of DoubleSparseValue in org.djunits.value.vdouble.matrix.base
Method parameters in org.djunits.value.vdouble.matrix.base with type arguments of type DoubleSparseValue Modifier and Type Method Description static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>, V extends DoubleVectorInterface<U, S, V>, M extends DoubleMatrixInterface<U, S, V, M>>
MDoubleMatrix. instantiate(Collection<DoubleSparseValue<U,S>> values, int rows, int cols, U displayUnit, StorageType storageType)
Construct a new Relative Immutable Double Matrix.static <U extends Unit<U>, S extends DoubleScalarInterface<U, S>, V extends DoubleVectorInterface<U, S, V>, M extends DoubleMatrixInterface<U, S, V, M>>
MDoubleMatrix. instantiate(Collection<DoubleSparseValue<U,S>> values, int rows, int cols, U displayUnit, StorageType storageType, Class<M> matrixClass)
Construct a new Relative Immutable Double Matrix. -
Uses of DoubleSparseValue in org.djunits.value.vdouble.matrix.data
Method parameters in org.djunits.value.vdouble.matrix.data with type arguments of type DoubleSparseValue Modifier and Type Method Description 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.Constructor parameters in org.djunits.value.vdouble.matrix.data with type arguments of type DoubleSparseValue Constructor Description DoubleMatrixDataSparse(Collection<DoubleSparseValue<U,S>> dataSI, int rows, int cols)
Create a matrix with sparse data.