GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
nproc-wrapper.h File Reference

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

◆ octave_nproc_query

Enumerator
OCTAVE_NPROC_ALL 
OCTAVE_NPROC_CURRENT 
OCTAVE_NPROC_CURRENT_OVERRIDABLE 

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

Function Documentation

◆ octave_num_processors_wrapper()

unsigned long int octave_num_processors_wrapper ( enum  octave_nproc_query)