Uses of Class
org.djunits.vecmat.d1.Vector1
Packages that use Vector1
Package
Description
1-element vector and matrix classes with a unit.
Definition classes for vectors and matrices.
Rectangular matrix implementations with dimension NxM.
-
Uses of Vector1 in org.djunits.vecmat.d1
Methods in org.djunits.vecmat.d1 that return Vector1Modifier and TypeMethodDescriptionVector1.abs()Return the vector 'as' a vector with a known quantity, using a unit to express the result in.Matrix1x1.getColumnVector(int col) Matrix1x1.getDiagonalVector()Matrix1x1.getRowVector(int row) Vector1.instantiateSi(double xSiNew) Return a 1-vector with x value in SI or BASE units.Vector1.instantiateSi(double[] siNew) Vector1.instantiateSi(double[] siNew, SIUnit siUnit) Matrix1x1.mgetColumnVector(int mCol) Matrix1x1.mgetRowVector(int mRow) Multiply this matrix with a column vector, resulting in a column vector.Vector1.negate()Create a Vector1 without needing generics.Create a Vector1 without needing generics.Vector1.of(Q x) Create a Vector1 without needing generics.Vector1.of(Q[] data) Create a Vector1 without needing generics.Create a Vector1 without needing generics.Create a Vector1 without needing generics.Vector1.scaleBy(double factor) Vector1.transpose()Methods in org.djunits.vecmat.d1 with parameters of type Vector1Modifier and TypeMethodDescriptionAbsVector1<A,Q> Multiply this matrix with a column vector, resulting in a column vector.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.Constructors in org.djunits.vecmat.d1 with parameters of type Vector1 -
Uses of Vector1 in org.djunits.vecmat.def
Methods in org.djunits.vecmat.def that return Vector1 -
Uses of Vector1 in org.djunits.vecmat.dnxm
Methods in org.djunits.vecmat.dnxm with parameters of type Vector1Modifier and TypeMethodDescriptionMultiply this vector or matrix with a Vector1, resulting in a MatrixNxM.