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.
Square vector and matrix implementations with dimension N.
Rectangular matrix implementations with dimension NxM.
Two-dimensonal tables with quantities.
-
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,TU>, TU extends UnitInterface<TU, TQ>>
Vector3.Row<TQ,TU> Vector3.Row.as(TU targetUnit) Return the vector 'as' a vector with a known quantity, using a unit to express the result in.Vector3.Row.divideElements(Vector3.Row<?, ?> other) Matrix3x3.getRowVector(int row) Vector3.Row.getRowVector(int row) Vector3.Row.instantiateSi(double[] siNew, SIUnit siUnit) protected Vector3.Row<Q,U> Vector3.Row.instantiateSi(double xSi, double ySi, double zSi) Vector3.Row.invertElements()Matrix3x3.mgetRowVector(int mRow) Vector3.Row.mgetRowVector(int mRow) Vector3.Row.multiplyElements(Quantity<?, ?> quantity) Vector3.Row.multiplyElements(Vector3.Row<?, ?> other) static <Q extends Quantity<Q,U>, U extends UnitInterface<U, Q>>
Vector3.Row<Q,U> Vector3.Row.of(double xInUnit, double yInUnit, double zInUnit, U displayUnit) Create a Vector3 row vector without needing generics.Vector3.Col.transpose()Methods in org.djunits.vecmat.d3 with parameters of type Vector3.RowModifier and TypeMethodDescriptionVector3.Row.divideElements(Vector3.Row<?, ?> other) Vector3.Col.multiply(Vector3.Row<?, ?> otherVec) Multiply this column vector with a row vector, resulting in a square matrix.Vector3.Row.multiplyElements(Vector3.Row<?, ?> other) -
Uses of Vector3.Row in org.djunits.vecmat.dn
Methods in org.djunits.vecmat.dn that return Vector3.RowModifier and TypeMethodDescriptionVectorN.Row.asVector3Row()Return this matrix as a 3-element row vector. -
Uses of Vector3.Row in org.djunits.vecmat.dnxm
Methods in org.djunits.vecmat.dnxm that return Vector3.RowModifier and TypeMethodDescriptionMatrixNxM.asVector3Row()Return this matrix as a 3-element row vector. -
Uses of Vector3.Row in org.djunits.vecmat.table
Methods in org.djunits.vecmat.table that return Vector3.RowModifier and TypeMethodDescriptionQuantityTable.asVector3Row()Convert this QuantityTable to a 3-element row vector.