Uses of Class
org.djunits.vecmat.d2.AbsVector2.Row
Packages that use AbsVector2.Row
Package
Description
2-element vector and matrix classes with a unit.
Definition classes for vectors and matrices.
-
Uses of AbsVector2.Row in org.djunits.vecmat.d2
Methods in org.djunits.vecmat.d2 that return AbsVector2.RowModifier and TypeMethodDescriptionAbsMatrix2x2.getRowVector(int row) AbsVector2.Row.instantiate(Vector2.Row<Q> relativeVector, Reference<?, A, Q> reference) AbsMatrix2x2.mgetRowVector(int mRow) static <A extends AbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AbsVector2.Row<A,Q> Create a AbsVector2.Row without needing generics.static <A extends AbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AbsVector2.Row<A,Q> Create a AbsVector2.Row without needing generics.static <A extends AbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AbsVector2.Row<A,Q> AbsVector2.Row.of(A[] absData) Create an AbsVector2.Row without needing generics.static <A extends AbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AbsVector2.Row<A,Q> AbsVector2.Row.of(A absX, A absY) Create an AbsVector2.Row without needing generics.static <A extends AbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AbsVector2.Row<A,Q> AbsVector2.Row.of(Vector2.Row<Q> relativeVector, R reference) Create an AbsVector2.Row without needing generics.static <A extends AbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AbsVector2.Row<A,Q> AbsVector2.Row.of(Q[] data, R reference) Create a AbsVector2.Row without needing generics.static <A extends AbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AbsVector2.Row<A,Q> AbsVector2.Row.of(Q x, Q y, R reference) Create a AbsVector2.Row without needing generics.static <A extends AbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AbsVector2.Row<A,Q> Create a AbsVector2.Row without needing generics.static <A extends AbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AbsVector2.Row<A,Q> Create a AbsVector2.Row without needing generics.AbsVector2.Col.transpose() -
Uses of AbsVector2.Row in org.djunits.vecmat.def
Methods in org.djunits.vecmat.def that return AbsVector2.RowModifier and TypeMethodDescriptionAbsVectorMatrix.asAbsVector2Row()Return this absolute vector, matrix or table as a 2-element row vector.