#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.
◆ 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
◆ Fgcd()