#include <iostream>
#include <string>
#include "Cell.h"
#include "defun-dld.h"
#include "error.h"
#include "oct-obj.h"
#include "unwind-prot.h"
Go to the source code of this file.
Functions | |
static void | close_fcn (FILE *f) |
DEFUN_DLD (__delaunayn__, args,,"-*- texinfo -*-\n\ @deftypefn {Loadable Function} {@var{T} =} __delaunayn__ (@var{pts})\n\ @deftypefnx {Loadable Function} {@var{T} =} __delaunayn__ (@var{pts}, @var{options})\n\ Undocumented internal function.\n\ @end deftypefn") |
static void close_fcn | ( | FILE * | f | ) | [static] |
Definition at line 62 of file __delaunayn__.cc.
Referenced by DEFUN_DLD().
DEFUN_DLD | ( | __delaunayn__ | , | |
args | ||||
) |
Definition at line 67 of file __delaunayn__.cc.
References close_fcn(), Array< T >::columns(), error(), Array< T >::fortran_vec(), octave_value_list::length(), Array< T >::numel(), OCTAVE_LOCAL_BUFFER, print_usage(), Array< T >::rows(), Matrix::transpose(), and warning().