glob_opts

Undocumented in source.

Members

Aliases

c_calloc
alias c_calloc = calloc
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_eprint
alias c_eprint = c_print
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_float
alias c_float = float
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_float
alias c_float = double
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_fmod
alias c_fmod = fmodf
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_fmod
alias c_fmod = fmod
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_free
alias c_free = mxFree
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_free
alias c_free = PyMem_Free
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_free
alias c_free = free
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_int
alias c_int = long
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_int
alias c_int = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_malloc
alias c_malloc = PyMem_Malloc
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_malloc
alias c_malloc = malloc
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_print
alias c_print = printf
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_print
alias c_print = mexPrintf
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_print
alias c_print = Rprintf
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_print
alias c_print = PySys_WriteStdout
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_print
alias c_print = printf
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_realloc
alias c_realloc = PyMem_Realloc
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_realloc
alias c_realloc = realloc
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_sqrt
alias c_sqrt = sqrtf
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
c_sqrt
alias c_sqrt = sqrt
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

c_absval
auto ref c_absval(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
c_max
auto ref c_max(T a, T b)
Undocumented in source. Be warned that the author may not have intended to support it.
c_min
auto ref c_min(T a, T b)
Undocumented in source. Be warned that the author may not have intended to support it.
c_roundmultiple
auto ref c_roundmultiple(T x, T N)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

c_calloc
void* c_calloc(size_t num, size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
c_malloc
void* c_malloc(size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
c_realloc
void* c_realloc(void* ptr, size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta