Uses of Class
org.djunits.value.storage.Storage
Packages that use Storage
Package
Description
Base classes for unit-based 0-d (Scalar), 1-d (Vector) and 2-d (Matrix) values.
Base value interfaces and classes, e.g. to distinguish between scalar, vector and matrix..
Generic definitions for data type storage, such as dense or sparse.
Internal data storage for the Matrix.
Internal data storage for the Vector.
package-info.java.
Internal storage for the FloatVector.
-
Uses of Storage in org.djunits.value
Classes in org.djunits.value with type parameters of type StorageModifier and TypeClassDescriptionclassIndexedValue<U extends Unit<U>,S extends Scalar<U, S>, T extends IndexedValue<U, S, T, D>, D extends Storage<D>> AbstractIndexedValue.java. -
Uses of Storage in org.djunits.value.base
Classes in org.djunits.value.base with type parameters of type StorageModifier and TypeClassDescriptionclassMatrix<U extends Unit<U>,S extends Scalar<U, S>, V extends Vector<U, S, V, DV>, DV extends Storage<DV>, M extends Matrix<U, S, V, DV, M, DM>, DM extends Storage<DM>> Matrix to distinguish a matrix from scalars and matrixs.classMatrix<U extends Unit<U>,S extends Scalar<U, S>, V extends Vector<U, S, V, DV>, DV extends Storage<DV>, M extends Matrix<U, S, V, DV, M, DM>, DM extends Storage<DM>> Matrix to distinguish a matrix from scalars and matrixs.classVector to distinguish a vector from vectors and matrices. -
Uses of Storage in org.djunits.value.storage
Classes in org.djunits.value.storage with type parameters of type Storage -
Uses of Storage in org.djunits.value.vdouble.matrix.data
Subclasses of Storage in org.djunits.value.vdouble.matrix.dataModifier and TypeClassDescriptionclassStores the data for a DoubleMatrix and carries out basic operations.classStores dense data for a DoubleMatrix and carries out basic operations.classStores sparse data for a DoubleMatrix and carries out basic operations. -
Uses of Storage in org.djunits.value.vdouble.vector.data
Subclasses of Storage in org.djunits.value.vdouble.vector.dataModifier and TypeClassDescriptionclassStores the data for a DoubleVector and carries out basic operations.classStores dense data for a DoubleVector and carries out basic operations.classStores sparse data for a DoubleVector and carries out basic operations. -
Uses of Storage in org.djunits.value.vfloat.matrix.data
Subclasses of Storage in org.djunits.value.vfloat.matrix.dataModifier and TypeClassDescriptionclassStores the data for a FloatMatrix and carries out basic operations.classStores dense data for a FloatMatrix and carries out basic operations.classStores sparse data for a FloatMatrix and carries out basic operations. -
Uses of Storage in org.djunits.value.vfloat.vector.data
Subclasses of Storage in org.djunits.value.vfloat.vector.dataModifier and TypeClassDescriptionclassStores the data for a FloatVector and carries out basic operations.classStores dense data for a FloatVector and carries out basic operations.classStores sparse data for a FloatVector and carries out basic operations.