MtxExpr::Row Function

Overload List

#SignatureDescription
1Vector Row(TMtx *Mtx, int aRow);Returns specified aRow from the source matrix.
2Vector Row(TMtx *Mtx, int aRow, int aCol, int Len);Returns specified aRow from the source matrix.

Overload 1: Vector Row(TMtx *Mtx, int aRow);

Returns specified aRow from the source matrix.

#NameTypeDescription
1MtxTMtx *
2aRowint
Remarks:

Internally calls Vector::GetRow

Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler

Overload 2: Vector Row(TMtx *Mtx, int aRow, int aCol, int Len);

Returns specified aRow from the source matrix.

#NameTypeDescription
1MtxTMtx *
2aRowint
3aColint
4Lenint
Remarks:

Internally calls Vector::GetRow

Declared in Dew::Math::Units::MtxExpr · Dew.Math/Units.MtxExpr.h · Cross-compiler