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.
Square vector and 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.dn
Methods in org.djunits.vecmat.dn that return VectorN.RowModifier and TypeMethodDescription<TQ extends Quantity<TQ,TU>, TU extends UnitInterface<TU, TQ>>
VectorN.Row<TQ,TU> VectorN.Row.as(TU targetUnit) Return the vector 'as' a vector with a known quantity, using a unit to express the result in.VectorN.Row.divideElements(VectorN.Row<?, ?> other) MatrixNxN.getRowVector(int row) VectorN.Row.getRowVector(int row) VectorN.Row.instantiateSi(double[] data) VectorN.Row.instantiateSi(double[] siNew, SIUnit siUnit) VectorN.Row.invertElements()MatrixNxN.mgetRowVector(int mRow) VectorN.Row.mgetRowVector(int mRow) VectorN.Row.multiplyElements(Quantity<?, ?> quantity) VectorN.Row.multiplyElements(VectorN.Row<?, ?> other) static <Q extends Quantity<Q,U>, U extends UnitInterface<U, Q>>
VectorN.Row<Q,U> VectorN.Row.of(double[] data, U unit) 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,U>, U extends UnitInterface<U, Q>>
VectorN.Row<Q,U> Create a new row VectorN with a unit, based on a quantity list that contains data.static <Q extends Quantity<Q,U>, U extends UnitInterface<U, Q>>
VectorN.Row<Q,U> VectorN.Row.of(Q[] data, U displayUnit) Create a new row VectorN with a unit, based on a quantity array that contains data.static <Q extends Quantity<Q,U>, U extends UnitInterface<U, Q>>
VectorN.Row<Q,U> VectorN.Row.ofSi(double[] dataSi, U displayUnit) Create a new row VectorN with a unit, based on a double[] array that contains SI data.static <Q extends Quantity<Q,U>, U extends UnitInterface<U, Q>>
VectorN.Row<Q,U> VectorN.Row.ofSi(DataGridSi<?> dataSi, U 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.divideElements(VectorN.Row<?, ?> other) VectorN.Row.multiplyElements(VectorN.Row<?, ?> other) -
Uses of VectorN.Row in org.djunits.vecmat.dnxm
Methods in org.djunits.vecmat.dnxm that return VectorN.RowModifier and TypeMethodDescriptionMatrixNxM.asVectorNRow()Return this matrix as an N-element row vector.MatrixNxM.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.asVectorNRow()Convert this QuantityTable to an N-element row vector.QuantityTable.getRowVector(int row) QuantityTable.mgetRowVector(int mRow)