GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "oct-locbuf.h"
#include "Cell.h"
#include "defun-dld.h"
#include "error.h"
#include "oct-obj.h"
#include "parse.h"
#include "unwind-prot.h"
#include "oct-qhull.h"
Go to the source code of this file.
Functions | |
static void | close_fcn (FILE *f) |
OCTAVE_EXPORT octave_value_list | Fconvhulln (const octave_value_list &args, int nargout) |
C OCTAVE_EXPORT octave_function * | Gconvhulln (const octave_shlib &shl, bool relative) |
static bool | octave_qhull_dims_ok (octave_idx_type dim, octave_idx_type n, const char *who) |
|
static |
Definition at line 53 of file convhulln.cc.
Referenced by Gconvhulln().
OCTAVE_EXPORT octave_value_list Fconvhulln | ( | const octave_value_list & | args, |
int | nargout | ||
) |
Definition at line 108 of file convhulln.cc.
C OCTAVE_EXPORT octave_function* Gconvhulln | ( | const octave_shlib & | shl, |
bool | relative | ||
) |
Definition at line 108 of file convhulln.cc.
References action_container::add_fcn(), close_fcn(), Array< T >::columns(), error(), Array< T >::fortran_vec(), octave_value_list::length(), Array< T >::numel(), OCTAVE_LOCAL_BUFFER, octave_qhull_dims_ok(), octave_value(), print_usage(), Matrix::resize(), Array< T >::rows(), Matrix::transpose(), and warning().
|
static |
Definition at line 59 of file convhulln.cc.
References error(), and max().
Referenced by Gconvhulln().