2
0

api_call.rst 515 B

1234567891011
  1. Call API
  2. ================================
  3. Call API is pre-built API for making calls from library. It is built on top of the array api. **glmc_** is the namespace for the call api.
  4. **c** stands for call.
  5. You need to built cglm to use call api. See build instructions (:doc:`build`) for more details.
  6. The functions except namespace **glmc_** are same as inline api. See ( :doc:`api_inline_array` ) for more details.
  7. 📌 In the future we can define option to forward inline functions or struct api to call api.