You are here:
Symbol Reference >
MtxExpr Namespace
>
Classes
>
Matrix Record
>
public
>
Matrix.Concat Method
MtxVec VCL
Example
Matrix.Concat Method
var
A,B,C,D,E:
Matrix
;
begin
A.Size(2,2); B.Size(A); C.Size(A); D.Size(A); E.Concat(2,2[A,B C,D]);
// form one 4x4 matrix
end
;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.