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