GNU Octave  9.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"

Go to the source code of this file.

Functions

octave_value_list Fconvhulln (const octave_value_list &, int)
 
C octave_functionGconvhulln (const octave::dynamic_library &shl, bool relative)
 

Function Documentation

◆ Fconvhulln()

octave_value_list Fconvhulln ( const octave_value_list args,
int  nargout 
)

◆ Gconvhulln()

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

Definition at line 124 of file convhulln.cc.