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
-
ClassesClassDescriptionMatrix2x2 implements a matrix with 2x2 real-valued entries.Vector2<Q extends Quantity<Q,
U>, U extends UnitInterface<U, Q>, V extends Vector2<Q, U, V, SI, H>, SI extends Vector2<SIQuantity, SIUnit, SI, ?, ?>, H extends Vector2<?, ?, ?, ?, ?>> Vector2 implements a vector with two real-valued entries.Vector2.Col implements a column vector with two real-valued entries.Vector2.Row implements a row vector with two real-valued entries.