get_matrix
Read a numeric matrix from a GAUSS workspace as a table, using CSV to preserve full double precision.
Instructions
Read a numeric matrix out of the workspace as a table.
The values travel through a CSV file rather than through printed output, so they keep full double precision instead of GAUSS's display rounding.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| digits | No | ||
| max_rows | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |