Uses of Class
org.djunits.value.storage.AbstractStorage
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.data |
Internal data storage for the Matrix.
|
org.djunits.value.vdouble.vector.data |
Internal data storage for the Vector.
|
org.djunits.value.vfloat.matrix.data |
package-info.java.
|
org.djunits.value.vfloat.vector.data |
Internal storage for the FloatVector.
|
-
Uses of AbstractStorage in org.djunits.value
Classes in org.djunits.value with type parameters of type AbstractStorage Modifier and Type Class Description class
AbstractIndexedValue<U extends Unit<U>,S extends Scalar<U,S>,T extends AbstractIndexedValue<U,S,T,D>,D extends AbstractStorage<D>>
AbstractIndexedValue.java. -
Uses of AbstractStorage in org.djunits.value.storage
Classes in org.djunits.value.storage with type parameters of type AbstractStorage Modifier and Type Class Description class
AbstractStorage<T extends AbstractStorage<T>>
StorageInterface.java. -
Uses of AbstractStorage in org.djunits.value.vdouble.matrix.data
Subclasses of AbstractStorage in org.djunits.value.vdouble.matrix.data Modifier and Type Class Description class
DoubleMatrixData
Stores the data for a DoubleMatrix and carries out basic operations.class
DoubleMatrixDataDense
Stores dense data for a DoubleMatrix and carries out basic operations.class
DoubleMatrixDataSparse
Stores sparse data for a DoubleMatrix and carries out basic operations. -
Uses of AbstractStorage in org.djunits.value.vdouble.vector.data
Subclasses of AbstractStorage in org.djunits.value.vdouble.vector.data Modifier and Type Class Description class
DoubleVectorData
Stores the data for a DoubleVector and carries out basic operations.class
DoubleVectorDataDense
Stores dense data for a DoubleVector and carries out basic operations.class
DoubleVectorDataSparse
Stores sparse data for a DoubleVector and carries out basic operations. -
Uses of AbstractStorage in org.djunits.value.vfloat.matrix.data
Subclasses of AbstractStorage in org.djunits.value.vfloat.matrix.data Modifier and Type Class Description class
FloatMatrixData
Stores the data for a FloatMatrix and carries out basic operations.class
FloatMatrixDataDense
Stores dense data for a FloatMatrix and carries out basic operations.class
FloatMatrixDataSparse
Stores sparse data for a FloatMatrix and carries out basic operations. -
Uses of AbstractStorage in org.djunits.value.vfloat.vector.data
Subclasses of AbstractStorage in org.djunits.value.vfloat.vector.data Modifier and Type Class Description class
FloatVectorData
Stores the data for a FloatVector and carries out basic operations.class
FloatVectorDataDense
Stores dense data for a FloatVector and carries out basic operations.class
FloatVectorDataSparse
Stores sparse data for a FloatVector and carries out basic operations.