Class
TMtx
Declaration
Function Copy(Mtx: TMtx; MtxRow, MtxCol, Row, Col, NrRows, NrCols: integer; Transpose: boolean = false): TMtx;
Description
Copy the Mtx elements [MtxRow,MtxCol]..[MtxRow+NrRows-1,MtxCol+NrCols-1] to the calling matrix elements [Row,Col],,[Row+NrRows-1,Col+NrCols-1]. An exception is raised if
ConditionCheck is true and bounds are overrun. If Transpose is true, the matrix is transposed as well. An exception is raised if
ConditionCheck is true and Complex properties of the calling matrix and Mtx do not match.
| Copyright 2008 Dew Research |
http://www.dewresearch.com