Uses of Interface
org.djunits.vecmat.def.AbsVector.Row
Packages that use AbsVector.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 AbsVector.Row in org.djunits.vecmat.d1
Classes in org.djunits.vecmat.d1 that implement AbsVector.RowModifier and TypeClassDescriptionclassAbsVector1<A extends AbsQuantity<A,Q, ?>, Q extends Quantity<Q>> AbsVector1 implements a vector with one real-valued entry representing an absolute quantity. -
Uses of AbsVector.Row in org.djunits.vecmat.d2
Classes in org.djunits.vecmat.d2 that implement AbsVector.RowModifier and TypeClassDescriptionstatic classAbsVector2.Row<A extends AbsQuantity<A,Q, ?>, Q extends Quantity<Q>> Row vector for AbsVector2 with absolute quantities. -
Uses of AbsVector.Row in org.djunits.vecmat.d3
Classes in org.djunits.vecmat.d3 that implement AbsVector.RowModifier and TypeClassDescriptionstatic classAbsVector3.Row<A extends AbsQuantity<A,Q, ?>, Q extends Quantity<Q>> Row vector for AbsVector3 with absolute quantities. -
Uses of AbsVector.Row in org.djunits.vecmat.dn
Classes in org.djunits.vecmat.dn that implement AbsVector.RowModifier and TypeClassDescriptionstatic classAbsVectorN.Row<A extends AbsQuantity<A,Q, ?>, Q extends Quantity<Q>> Row vector for AbsVectorN with absolute quantities.