☜ | $%MTXCOPY^MATHDraft MDC Standard | ☞ |
MTXCOPY^MATH : BOOLEAN ( .A: MATRIX , .R: MATRIX , ROWS : INTEGER , COLS : INTEGER )
$%MTXCOPY^MATH copies the matrix A[ROWS,COLS] into the matrix R[ROWS,COLS]. The return value is 1 if matrix A exists; or 0 if a) there are no defined values in the matrix A, or b) when ROWS < 1 or COLS < 1.
Click here for $%MTXCOPY^MATH sample code.
Copyright © Standard Documents; 1977-2024 MUMPS Development Committee;
Copyright © Examples: 1995-2024 Ed de Moel;
Copyright © Annotations: 2003-2008 Jacquard Systems Research
Copyright © Annotations: 2008-2024 Ed de Moel.
Some specifications are "approved for inclusion in a future standard". Note that the MUMPS Development Committee cannot guarantee that such future standards will indeed be published.
This page most recently updated on 12-Sep-2014, 13:49:32.
For comments, contact Ed de Moel (demoel@jacquardsystems.com)