You are here: Symbol Reference > MtxExpr Namespace > Functions > MtxExpr.Concat Function
MtxVec VCL
ContentsIndex
PreviousUpNext
MtxExpr.Concat Function

Concatenate a list of matrices in to one big matrix.

Pascal
function Concat(ARows: integer; ACols: integer; const Src: array of TMtx): Matrix; overload;

Internally calls Matrix.Concat

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!