GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
quadcc.cc File Reference
#include <cmath>
#include <algorithm>
#include "lo-ieee.h"
#include "oct-locbuf.h"
#include "defun.h"
#include "error.h"
#include "interpreter-private.h"
#include "interpreter.h"
#include "ovl.h"
#include "utils.h"
#include "variables.h"

Go to the source code of this file.

Macros

#define DEBUG_QUADCC   0
 

Functions

octave_value_list Fquadcc (octave::interpreter &interp, const octave_value_list &args, int nargout)
 

Macro Definition Documentation

◆ DEBUG_QUADCC

#define DEBUG_QUADCC   0

Definition at line 46 of file quadcc.cc.

Function Documentation

◆ Fquadcc()

octave_value_list Fquadcc ( octave::interpreter &  interp,
const octave_value_list args,
int  nargout 
)