Uses of Interface
org.djunits.vecmat.def.Vector.Row
Packages that use Vector.Row
Package
Description
1-element vector and matrix classes with a unit.
2-element vector and matrix classes with a unit.
3-element vector and matrix classes with a unit.
Square matrix implementations with dimension N.
-
Uses of Vector.Row in org.djunits.vecmat.d1
Classes in org.djunits.vecmat.d1 that implement Vector.Row -
Uses of Vector.Row in org.djunits.vecmat.d2
Classes in org.djunits.vecmat.d2 that implement Vector.RowModifier and TypeClassDescriptionstatic classVector2.Row<Q extends Quantity<Q>>Vector2.Row implements a row vector with two real-valued entries. -
Uses of Vector.Row in org.djunits.vecmat.d3
Classes in org.djunits.vecmat.d3 that implement Vector.RowModifier and TypeClassDescriptionstatic classVector3.Row<Q extends Quantity<Q>>Vector3.Row implements a row vector with three real-valued entries. -
Uses of Vector.Row in org.djunits.vecmat.dn
Classes in org.djunits.vecmat.dn that implement Vector.RowModifier and TypeClassDescriptionstatic classVectorN.Row<Q extends Quantity<Q>>VectorN.Row implements a row vector with real-valued entries.