Uses of Class
org.djunits.vecmat.dn.AbsVectorN.Row
Packages that use AbsVectorN.Row
Package
Description
Definition classes for vectors and matrices.
Square matrix implementations with dimension N.
Rectangular matrix implementations with dimension NxM.
Two-dimensonal tables with quantities.
-
Uses of AbsVectorN.Row in org.djunits.vecmat.def
Methods in org.djunits.vecmat.def that return AbsVectorN.RowModifier and TypeMethodDescriptionAbsVectorMatrix.asAbsVectorNRow()Convert this absolute vector, matrix or table to an N-element row vector. -
Uses of AbsVectorN.Row in org.djunits.vecmat.dn
Methods in org.djunits.vecmat.dn that return AbsVectorN.RowModifier and TypeMethodDescriptionAbsMatrixNxN.getRowVector(int row) AbsVectorN.Row.instantiate(VectorN.Row<Q> relativeVector, Reference<?, A, Q> reference) AbsMatrixNxN.mgetRowVector(int mRow) static <A extends AbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AbsVectorN.Row<A,Q> Create a AbsVectorN.Row without needing generics.static <A extends AbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AbsVectorN.Row<A,Q> AbsVectorN.Row.of(A[] absData) Create an AbsVectorN.Row without needing generics.static <A extends AbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AbsVectorN.Row<A,Q> Create an AbsVectorN.Row without needing generics.static <A extends AbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AbsVectorN.Row<A,Q> Create a new column VectorN with a unit, based on a quantity list that contains data.static <A extends AbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AbsVectorN.Row<A,Q> AbsVectorN.Row.of(VectorN.Row<Q> relativeVector, R reference) Create an AbsVectorN.Row without needing generics.static <A extends AbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AbsVectorN.Row<A,Q> AbsVectorN.Row.of(Q[] data, R reference) Create a AbsVectorN.Row without needing generics.static <A extends AbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AbsVectorN.Row<A,Q> Create a AbsVectorN.Row without needing generics.AbsVectorN.Col.transpose() -
Uses of AbsVectorN.Row in org.djunits.vecmat.dnxm
Methods in org.djunits.vecmat.dnxm that return AbsVectorN.RowModifier and TypeMethodDescriptionAbsMatrixNxM.getRowVector(int row) AbsMatrixNxM.mgetRowVector(int mRow) -
Uses of AbsVectorN.Row in org.djunits.vecmat.table
Methods in org.djunits.vecmat.table that return AbsVectorN.RowModifier and TypeMethodDescriptionAbsQuantityTable.getRowVector(int row) AbsQuantityTable.mgetRowVector(int mRow)