GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
gcd.cc File Reference
#include "dNDArray.h"
#include "CNDArray.h"
#include "fNDArray.h"
#include "fCNDArray.h"
#include "lo-mappers.h"
#include "oct-binmap.h"
#include "defun.h"
#include "error.h"
#include "ovl.h"

Go to the source code of this file.

Macros

#define MAKE_INT_BRANCH(X)
 
#define MAKE_INT_BRANCH(X)
 

Functions

octave_value_list Fgcd (const octave_value_list &args, int nargout)
 

Macro Definition Documentation

◆ MAKE_INT_BRANCH [1/2]

#define MAKE_INT_BRANCH (   X)
Value:
case btyp_ ## X: \
retval = do_simple_gcd<X ## NDArray> (a, b); \
break

◆ MAKE_INT_BRANCH [2/2]

#define MAKE_INT_BRANCH (   X)
Value:
case btyp_ ## X: \
retval = do_extended_gcd<X ## NDArray> (a, b, x, y); \
break
F77_RET_T const F77_DBLE * x

Function Documentation

◆ Fgcd()

octave_value_list Fgcd ( const octave_value_list args,
int  nargout 
)

Definition at line 488 of file gcd.cc.

References print_usage(), and octave_value_list::resize().