26 #if defined (HAVE_CONFIG_H)
62 int nargin = args.length ();
71 std::string arg = args(0).string_value ();
77 else if (arg ==
"current")
79 else if (arg ==
"overridable")
82 error (
"nproc: invalid value for QUERY");
115 OCTAVE_END_NAMESPACE(
octave)
OCTAVE_BEGIN_NAMESPACE(octave) static octave_value daspk_fcn
#define DEFUN(name, args_name, nargout_name, doc)
Macro to define a builtin function.
void() error(const char *fmt,...)
ColumnVector transform(const Matrix &m, double x, double y, double z)
unsigned long int octave_num_processors_wrapper(enum octave_nproc_query octave_query)
@ OCTAVE_NPROC_CURRENT_OVERRIDABLE
octave_value_list ovl(const OV_Args &... args)
Construct an octave_value_list with less typing.