A generated matrix of real numbers. There is no secondary or tertiary result set produced by this function. Optionally, use OUTPUT_FMT(INDEX_STYLE()) to specify the indexing mechanism (ROW_I) to be associated with the one-dimensional output array, otherwise the indexing mechanism defaults to a NUMERICAL_SEQUENCE.
Display the RETURNS TABLE with a SELECT statement.
RETURNS TABLE Schema
| Name | Data Type | Description |
|---|---|---|
| derived-matrix-identifier | Varies | The resultant series identifier inherited from the MATRIX_ID of the primary input. |
| ROW_I | Varies | Row index value of the array. |
| COLUMN_I | Varies | Column index value of the array. |
| OUT_payload-name | REAL | Results of mathematics operation. |