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
|
||||
- ``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::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user