Uses of Package
org.djunits.value.storage

Packages that use org.djunits.value.storage 
Package Description
org.djunits.value
Base classes for unit-based 0-d (Scalar), 1-d (Vector) and 2-d (Matrix) values.
org.djunits.value.storage
Generic definitions for data type storage, such as dense or sparse.
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.