MtxExpr::ConcatHorz Function

Overload List

#SignatureDescription
1Matrix ConcatHorz(const DewArray<TMtx *> &Src);Horizontally concatenate a list of matrices in to one big matrix.
2Matrix ConcatHorz(int DestRow, int DestCol, const DewArray<TMtx *> &Src);Horizontally concatenate a list of matrices in to one big matrix.

Overload 1: Matrix ConcatHorz(const DewArray<TMtx *> &Src);

Horizontally concatenate a list of matrices in to one big matrix.

#NameTypeDescription
1Srcconst DewArray<TMtx *> &
Remarks:

Internally calls Matrix::ConcatHorz

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

Overload 2: Matrix ConcatHorz(int DestRow, int DestCol, const DewArray<TMtx *> &Src);

Horizontally concatenate a list of matrices in to one big matrix.

#NameTypeDescription
1DestRowint
2DestColint
3Srcconst DewArray<TMtx *> &
Remarks:

Internally calls Matrix::ConcatHorz

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