Package org.djunits.vecmat.dn
package org.djunits.vecmat.dn
Square matrix implementations with dimension N.
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
-
ClassesClassDescriptionAbsMatrixNxN implements a matrix with NxN absolute quantities with a reference point.AbsVectorN<A extends AbsQuantity<A,
Q, ?>, Q extends Quantity<Q>, VA extends AbsVectorN<A, Q, VA, VQ, VAT>, VQ extends VectorN<Q, VQ, ?, ?, ?>, VAT extends AbsVectorN<A, Q, VAT, ?, VA>> AbsVectorN implements a vector with three real-valued entries representing an absolute quantity.Column vector for AbsVectorN with absolute quantities.Row vector for AbsVectorN with absolute quantities.MatrixNxN implements a square matrix with NxN real-valued entries.VectorN<Q extends Quantity<Q>,V extends VectorN<Q, V, SI, H, VT>, SI extends VectorN<SIQuantity, SI, ?, ?, ?>, H extends VectorN<?, ?, ?, ?, ?>, VT extends VectorN<Q, VT, ?, ?, V>> VectorN.java.VectorN.Col<Q extends Quantity<Q>>VectorN.Col implements a column vector with real-valued entries.VectorN.Row<Q extends Quantity<Q>>VectorN.Row implements a row vector with real-valued entries.