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