File: api_call.rst

package info (click to toggle)
cglm 0.9.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,332 kB
  • sloc: ansic: 36,253; makefile: 289; python: 51; sh: 10
file content (11 lines) | stat: -rw-r--r-- 515 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
Call API
================================

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. 
**c** stands for call. 

You need to built cglm to use call api. See build instructions (:doc:`build`) for more details.

The functions except namespace **glmc_** are same as inline api. See ( :doc:`api_inline_array` ) for more details.

📌 In the future we can define option to forward inline functions or struct api to call api.