Package org.djunits.vecmat.d2
package org.djunits.vecmat.d2
2-element vector and matrix classes with a unit.
Copyright (c) 2025-2026 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information https://djunits.org. The DJUNITS project is distributed under a three-clause BSD-style license.
- Author:
- Alexander Verbraeck
-
ClassesClassDescriptionAbsMatrix2x2 implements a matrix with 2x2 absolute quantities with a reference point.AbsVector2<A extends AbsQuantity<A,
Q, ?>, Q extends Quantity<Q>, VA extends AbsVector2<A, Q, VA, VQ, VAT>, VQ extends Vector2<Q, VQ, ?, ?, ?>, VAT extends AbsVector2<A, Q, VAT, ?, VA>> AbsVector2 implements a vector with two real-valued entries representing an absolute quantity.Column vector for AbsVector2 with absolute quantities.Row vector for AbsVector2 with absolute quantities.Matrix2x2 implements a matrix with 2x2 real-valued entries.Vector2<Q extends Quantity<Q>,V extends Vector2<Q, V, SI, H, VT>, SI extends Vector2<SIQuantity, SI, ?, ?, ?>, H extends Vector2<?, ?, ?, ?, ?>, VT extends Vector2<Q, VT, ?, ?, V>> Vector2 implements a vector with two real-valued entries.Vector2.Col<Q extends Quantity<Q>>Vector2.Col implements a column vector with two real-valued entries.Vector2.Row<Q extends Quantity<Q>>Vector2.Row implements a row vector with two real-valued entries.