GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <cstdio>
#include <list>
#include "lo-ieee.h"
#include "Cell.h"
#include "defun-dld.h"
#include "error.h"
#include "oct-obj.h"
#include "unwind-prot.h"
#include "oct-qhull.h"
Go to the source code of this file.
Functions | |
static void | close_fcn (FILE *f) |
DEFUN_DLD (__voronoi__, args,,"-*- texinfo -*-\n\ @deftypefn {Loadable Function} {@var{C}, @var{F} =} __voronoi__ (@var{caller}, @var{pts})\n\ @deftypefnx {Loadable Function} {@var{C}, @var{F} =} __voronoi__ (@var{caller}, @var{pts}, @var{options})\n\ @deftypefnx {Loadable Function} {@var{C}, @var{F}, @var{Inf_Pts} =} __voronoi__ (@dots{})\n\ Undocumented internal function.\n\ @end deftypefn") | |
static bool | octave_qhull_dims_ok (octave_idx_type dim, octave_idx_type n, const char *who) |
|
static |
Definition at line 57 of file __voronoi__.cc.
Referenced by DEFUN_DLD().
DEFUN_DLD | ( | __voronoi__ | , |
args | |||
) |
Definition at line 79 of file __voronoi__.cc.
References action_container::add_fcn(), C, octave_value::cellstr_value(), close_fcn(), Array< T >::columns(), d, error(), F(), Array< T >::fortran_vec(), octave_value::is_cellstr(), octave_value::is_empty(), octave_value::is_string(), octave_value_list::length(), Array< T >::numel(), octave_Inf, OCTAVE_LOCAL_BUFFER, octave_qhull_dims_ok(), print_usage(), Array< T >::rows(), octave_value::string_value(), Matrix::transpose(), and warning().
|
static |
Definition at line 63 of file __voronoi__.cc.
References error(), and max().
Referenced by DEFUN_DLD().