Uses of Class
org.djunits.vecmat.dn.VectorN.Row
Packages that use VectorN.Row
Package
Description
1-element vector and matrix classes with a unit.
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 VectorN.Row in org.djunits.vecmat.d1
Methods in org.djunits.vecmat.d1 that return VectorN.RowModifier and TypeMethodDescriptionMatrix1x1.multiply(VectorN.Row<?> otherVec) Multiply this matrix with a row vector, resulting in a row vector.Methods in org.djunits.vecmat.d1 with parameters of type VectorN.RowModifier and TypeMethodDescriptionMatrix1x1.multiply(VectorN.Row<?> otherVec) Multiply this matrix with a row vector, resulting in a row vector. -
Uses of VectorN.Row in org.djunits.vecmat.def
Methods in org.djunits.vecmat.def that return VectorN.RowModifier and TypeMethodDescriptionVectorMatrix.asVectorNRow()Convert this vector, matrix or table to an N-element row vector. -
Uses of VectorN.Row in org.djunits.vecmat.dn
Methods in org.djunits.vecmat.dn that return VectorN.RowModifier and TypeMethodDescription<TQ extends Quantity<TQ>>
VectorN.Row<TQ>Return the vector 'as' a vector with a known quantity, using a unit to express the result in.VectorN.Row.divideEntries(VectorN.Row<?> other) MatrixNxN.getRowVector(int row) VectorN.Row.instantiateSi(double[] data) VectorN.Row.instantiateSi(double[] siNew, SIUnit siUnit) VectorN.Row.invertEntries()MatrixNxN.mgetRowVector(int mRow) VectorN.Row.multiplyEntries(Quantity<?> quantity) VectorN.Row.multiplyEntries(VectorN.Row<?> other) static <Q extends Quantity<Q>>
VectorN.Row<Q>Create a new row VectorN with a unit, based on a double[] array that contains data in the given unit.static <Q extends Quantity<Q>>
VectorN.Row<Q>Create a new row VectorN with a unit, based on a quantity list that contains data.static <Q extends Quantity<Q>>
VectorN.Row<Q>VectorN.Row.of(Q[] data) Create a new row VectorN with a unit, based on a quantity array that contains data.static <Q extends Quantity<Q>>
VectorN.Row<Q>Create a new row VectorN with a unit, based on a double[] array that contains SI data.static <Q extends Quantity<Q>>
VectorN.Row<Q>VectorN.Row.ofSi(DataGridSi<?> dataSi, Unit<?, Q> displayUnit) Create a new row VectorN with a unit, based on a DataGridSi storage object that contains SI data.VectorN.Col.transpose()Methods in org.djunits.vecmat.dn with parameters of type VectorN.RowModifier and TypeMethodDescriptionVectorN.Row.divideEntries(VectorN.Row<?> other) AbsVectorN.Row.instantiate(VectorN.Row<Q> relativeVector, Reference<?, A, Q> reference) VectorN.Row.multiplyEntries(VectorN.Row<?> other) 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.Constructors in org.djunits.vecmat.dn with parameters of type VectorN.Row -
Uses of VectorN.Row in org.djunits.vecmat.dnxm
Methods in org.djunits.vecmat.dnxm that return VectorN.RowModifier and TypeMethodDescriptionMatrixNxM.getRowVector(int row) MatrixNxM.mgetRowVector(int mRow) -
Uses of VectorN.Row in org.djunits.vecmat.table
Methods in org.djunits.vecmat.table that return VectorN.RowModifier and TypeMethodDescriptionQuantityTable.getRowVector(int row) QuantityTable.mgetRowVector(int mRow)