Package org.djunits.vecmat.d3
package org.djunits.vecmat.d3
3-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
-
ClassesClassDescriptionAbsMatrix3x3 implements a matrix with 3x3 absolute quantities with a reference point.AbsVector3<A extends AbsQuantity<A,
Q, ?>, Q extends Quantity<Q>, VA extends AbsVector3<A, Q, VA, VQ, VAT>, VQ extends Vector3<Q, VQ, ?, ?, ?>, VAT extends AbsVector3<A, Q, VAT, ?, VA>> AbsVector3 implements a vector with three real-valued entries representing an absolute quantity.Column vector for AbsVector3 with absolute quantities.Row vector for AbsVector3 with absolute quantities.Matrix3x3 implements a matrix with 3x3 real-valued entries.Vector3<Q extends Quantity<Q>,V extends Vector3<Q, V, SI, H, VT>, SI extends Vector3<SIQuantity, SI, ?, ?, ?>, H extends Vector3<?, ?, ?, ?, ?>, VT extends Vector3<Q, VT, ?, ?, V>> Vector3 implements a vector with three real-valued entries.Vector3.Col<Q extends Quantity<Q>>Vector3.Col implements a column vector with three real-valued entries.Vector3.Row<Q extends Quantity<Q>>Vector3.Row implements a row vector with three real-valued entries.