update embedded docs for LMP_SIZE_VECTOR update for extract_compute()

This commit is contained in:
Axel Kohlmeyer
2022-06-20 18:23:20 -04:00
parent ac615059a7
commit 78129f9078

View File

@ -1659,14 +1659,18 @@ lists the available options.
- LMP_TYPE_ARRAY
- ``double **``
- Local data array
* - LMP_STYLE_LOCAL
- LMP_SIZE_VECTOR
- ``int *``
- Alias for using LMP_SIZE_ROWS
* - LMP_STYLE_LOCAL
- LMP_SIZE_ROWS
- ``int *``
- Number of local data rows
- Number of local array rows or length of vector
* - LMP_STYLE_LOCAL
- LMP_SIZE_COLS
- ``int *``
- Number of local data columns
- Number of local array columns, 0 if vector
.. warning::