Class
TMtx
Pass all elements in A array to the calling matrix. The Rows and Cols properties of the calling matrix are set to ARows and ACols and the Complex property is set to AComplex. An exception is raised if the matrix size (ARows*ACols) does not match the number of complex numbers in A.
| See Also |
|---|
| SetVal |
var A: TMtx; begin CreateIt(A); try A.SetIt(2,2,False,[1,2, 2,4]); finally FreeIt(A); end; end;
| Copyright 2008 Dew Research |