Package org.djunits.value.base
package org.djunits.value.base
Base value interfaces and classes, e.g. to distinguish between scalar, vector and matrix..
Copyright (c) 2019-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUNITS License.
- Author:
- Alexander Verbraeck
-
ClassDescriptionMatrix<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.Scalar to distinguish a scalar from vectors and matrices.Vector to distinguish a vector from vectors and matrices.