GNU Octave  8.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
convhulln.cc File Reference
#include <limits>
#include <string>
#include "Array.h"
#include "dMatrix.h"
#include "oct-locbuf.h"
#include "unwind-prot.h"
#include "defun-dld.h"
#include "error.h"
#include "errwarn.h"
#include "ov.h"
#include "oct-qhull.h"
Include dependency graph for convhulln.cc:

Go to the source code of this file.

Functions

OCTAVE_EXPORT octave_value_list Fconvhulln (const octave_value_list &, int)
 
static void free_qhull_memory (qhT *qh)
 
C OCTAVE_EXPORT octave_functionGconvhulln (const octave::dynamic_library &shl, bool relative)
 
static bool octave_qhull_dims_ok (octave_idx_type dim, octave_idx_type n, const char *who)
 

Function Documentation

◆ Fconvhulln()

◆ free_qhull_memory()

static void free_qhull_memory ( qhT *  qh)
static

Definition at line 61 of file convhulln.cc.

References warning().

Referenced by Fconvhulln().

◆ Gconvhulln()

C OCTAVE_EXPORT octave_function* Gconvhulln ( const octave::dynamic_library &  shl,
bool  relative 
)

Definition at line 124 of file convhulln.cc.

◆ octave_qhull_dims_ok()

static bool octave_qhull_dims_ok ( octave_idx_type  dim,
octave_idx_type  n,
const char *  who 
)
static

Definition at line 74 of file convhulln.cc.

References error(), max(), and n.

Referenced by Fconvhulln().