Class VectorN.Row<Q extends Quantity<Q>>

Type Parameters:
Q - the quantity type
All Implemented Interfaces:
Serializable, Iterable<Q>, Additive<VectorN.Row<Q>>, Scalable<VectorN.Row<Q>>, Value<VectorN.Row<Q>,Q>, Vector.Row<VectorN.Row<Q>,Q>, Hadamard<VectorN.Row<?>,VectorN.Row<SIQuantity>>, Normed<Q>
Enclosing class:
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>>

public static class VectorN.Row<Q extends Quantity<Q>> extends VectorN<Q,VectorN.Row<Q>,VectorN.Row<SIQuantity>,VectorN.Row<?>,VectorN.Col<Q>> implements Vector.Row<VectorN.Row<Q>,Q>
VectorN.Row implements a row vector with real-valued entries. The vector is immutable, except for the display unit, which can be changed.

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
See Also: