MatrixInt::Concat Method

TMtxInt *Concat(int ARows, int ACols, const DewArray<TMtxInt *> &Src) const;

Concatenate an array of matrices to single matrix.

#NameTypeDescription
1ARowsint
2AColsint
3Srcconst DewArray<TMtxInt *> &
Remarks:

Concatenate an array of matrices to form one big matrix and store the result in the calling matrix. The dimensions of the block matrices in the Src array must match, to form the new matrix. The block matrices must be all real or all complex, otherwise an exception will be raised. You must specify Arows*ACols block matrices in the Src array. The MatrixInt::Rows, MatrixInt::Cols and TMtxVecInt::IntPrecision properties of the calling matrix are adjusted automatically.

See Also: MatrixInt::ConcatHorz, MatrixInt::ConcatVert
Declared in Dew::Math::MatrixInt · Dew.Math/MtxExprInt.h · Cross-compiler