Uses of Class
org.djunits.vecmat.d1.AbsVector1
Packages that use AbsVector1
Package
Description
1-element vector and matrix classes with a unit.
Definition classes for vectors and matrices.
-
Uses of AbsVector1 in org.djunits.vecmat.d1
Methods in org.djunits.vecmat.d1 that return AbsVector1Modifier and TypeMethodDescriptionAbsVector1<A,Q> AbsMatrix1x1.getColumnVector(int col) AbsVector1<A,Q> AbsMatrix1x1.getDiagonalVector()AbsVector1<A,Q> AbsMatrix1x1.getRowVector(int row) AbsVector1<A,Q> AbsVector1<A,Q> AbsMatrix1x1.mgetColumnVector(int mCol) AbsVector1<A,Q> AbsMatrix1x1.mgetRowVector(int mRow) static <A extends AbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AbsVector1<A,Q> Create an AbsVector1 without needing generics.static <A extends AbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AbsVector1<A,Q> Create an AbsVector1 without needing generics.static <A extends AbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AbsVector1<A,Q> AbsVector1.of(A absX) Create an AbsVector1 without needing generics.static <A extends AbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AbsVector1<A,Q> AbsVector1.of(A[] absData) Create an AbsVector1 without needing generics.static <A extends AbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AbsVector1<A,Q> Create an AbsVector1 without needing generics.static <A extends AbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AbsVector1<A,Q> AbsVector1.of(Q[] data, R reference) Create an AbsVector1 without needing generics.static <A extends AbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AbsVector1<A,Q> AbsVector1.of(Q x, R reference) Create an AbsVector1 without needing generics.static <A extends AbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AbsVector1<A,Q> Create an AbsVector1 without needing generics.static <A extends AbsQuantity<A,Q, R>, Q extends Quantity<Q>, R extends Reference<R, A, Q>>
AbsVector1<A,Q> Create an AbsVector1 without needing generics.AbsVector1<A,Q> AbsVector1.transpose() -
Uses of AbsVector1 in org.djunits.vecmat.def
Methods in org.djunits.vecmat.def that return AbsVector1Modifier and TypeMethodDescriptionAbsVector1<A,Q> AbsVectorMatrix.asAbsVector1()Return this absolute vector, matrix or table as a 1-element column vector.