GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Enumerations | Functions
nproc-wrapper.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  octave_nproc_query { OCTAVE_NPROC_ALL, OCTAVE_NPROC_CURRENT, OCTAVE_NPROC_CURRENT_OVERRIDABLE }
 

Functions

unsigned long int octave_num_processors_wrapper (enum octave_nproc_query)
 

Enumeration Type Documentation

Enumerator
OCTAVE_NPROC_ALL 
OCTAVE_NPROC_CURRENT 
OCTAVE_NPROC_CURRENT_OVERRIDABLE 

Definition at line 30 of file nproc-wrapper.h.

Function Documentation

unsigned long int octave_num_processors_wrapper ( enum  octave_nproc_query)