update embedded docs for LMP_SIZE_VECTOR update for extract_compute()
This commit is contained in:
@ -1659,14 +1659,18 @@ lists the available options.
|
|||||||
- LMP_TYPE_ARRAY
|
- LMP_TYPE_ARRAY
|
||||||
- ``double **``
|
- ``double **``
|
||||||
- Local data array
|
- Local data array
|
||||||
|
* - LMP_STYLE_LOCAL
|
||||||
|
- LMP_SIZE_VECTOR
|
||||||
|
- ``int *``
|
||||||
|
- Alias for using LMP_SIZE_ROWS
|
||||||
* - LMP_STYLE_LOCAL
|
* - LMP_STYLE_LOCAL
|
||||||
- LMP_SIZE_ROWS
|
- LMP_SIZE_ROWS
|
||||||
- ``int *``
|
- ``int *``
|
||||||
- Number of local data rows
|
- Number of local array rows or length of vector
|
||||||
* - LMP_STYLE_LOCAL
|
* - LMP_STYLE_LOCAL
|
||||||
- LMP_SIZE_COLS
|
- LMP_SIZE_COLS
|
||||||
- ``int *``
|
- ``int *``
|
||||||
- Number of local data columns
|
- Number of local array columns, 0 if vector
|
||||||
|
|
||||||
.. warning::
|
.. warning::
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user