Uses of Class
org.djunits.vecmat.d3.Vector3.Row
Packages that use Vector3.Row
Package
Description
1-element vector and matrix classes with a unit.
3-element vector and matrix classes with a unit.
Definition classes for vectors and matrices.
-
Uses of Vector3.Row in org.djunits.vecmat.d1
Methods in org.djunits.vecmat.d1 that return Vector3.RowModifier and TypeMethodDescriptionMatrix1x1.multiply(Vector3.Row<?> otherVec) Multiply this matrix with a row vector, resulting in a row vector.Methods in org.djunits.vecmat.d1 with parameters of type Vector3.RowModifier and TypeMethodDescriptionMatrix1x1.multiply(Vector3.Row<?> otherVec) Multiply this matrix with a row vector, resulting in a row vector. -
Uses of Vector3.Row in org.djunits.vecmat.d3
Methods in org.djunits.vecmat.d3 that return Vector3.RowModifier and TypeMethodDescription<TQ extends Quantity<TQ>>
Vector3.Row<TQ>Return the vector 'as' a vector with a known quantity, using a unit to express the result in.Vector3.Row.divideEntries(Vector3.Row<?> other) Matrix3x3.getRowVector(int row) Vector3.Row.instantiateSi(double[] siNew, SIUnit siUnit) protected Vector3.Row<Q>Vector3.Row.instantiateSi(double xSi, double ySi, double zSi) Vector3.Row.invertEntries()Matrix3x3.mgetRowVector(int mRow) Vector3.Row.multiplyEntries(Quantity<?> quantity) Vector3.Row.multiplyEntries(Vector3.Row<?> other) static <Q extends Quantity<Q>>
Vector3.Row<Q>Create a Vector3.Row without needing generics.static <Q extends Quantity<Q>>
Vector3.Row<Q>Create a Vector3.Row without needing generics.static <Q extends Quantity<Q>>
Vector3.Row<Q>Vector3.Row.of(Q[] data) Create a Vector3.Row without needing generics.static <Q extends Quantity<Q>>
Vector3.Row<Q>Vector3.Row.of(Q x, Q y, Q z) Create a Vector3.Row without needing generics.static <Q extends Quantity<Q>>
Vector3.Row<Q>Create a Vector3.Row without needing generics.static <Q extends Quantity<Q>>
Vector3.Row<Q>Create a Vector3.Row without needing generics.Vector3.Col.transpose()Methods in org.djunits.vecmat.d3 with parameters of type Vector3.RowModifier and TypeMethodDescriptionVector3.Row.divideEntries(Vector3.Row<?> other) AbsVector3.Row.instantiate(Vector3.Row<Q> relativeVector, Reference<?, A, Q> reference) Vector3.Col.multiply(Vector3.Row<?> otherVec) Multiply this column vector with a row vector, resulting in a square matrix.Vector3.Row.multiplyEntries(Vector3.Row<?> other) 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.Constructors in org.djunits.vecmat.d3 with parameters of type Vector3.Row -
Uses of Vector3.Row in org.djunits.vecmat.def
Methods in org.djunits.vecmat.def that return Vector3.RowModifier and TypeMethodDescriptionVectorMatrix.asVector3Row()Return this vector, matrix or table as a 3-element row vector.