TMtxInt::Concat Method

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

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 have matching integer precision or an exception will be raised. You must specify Arows*ACols block matrices in the Src array. The TMtxInt::Rows, TMtxInt::Cols and TMtxInt::IntPrecision properties of the calling matrix are adjusted automatically.

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