#include <iostream>
#include <fstream>
#include <string>
#include "oct.h"
#include "parse.h"
#include "lo-ieee.h"
#include "lo-math.h"
Defines | |
#define | REF(x, k, i) x(static_cast<octave_idx_type>(elem((k), (i))) - 1) |
Functions | |
double | max (double a, double b, double c) |
double | min (double a, double b, double c) |
DEFUN_DLD (tsearch, args,,"-*- texinfo -*-\n\ @deftypefn {Loadable Function} {@var{idx} =} tsearch (@var{x}, @var{y}, @var{t}, @var{xi}, @var{yi})\n\ Searches for the enclosing Delaunay convex hull. For @code{@var{t} =\n\ delaunay (@var{x}, @var{y})}, finds the index in @var{t} containing the\n\ points @code{(@var{xi}, @var{yi})}. For points outside the convex hull,\n\ @var{idx} is NaN.\n\ @seealso{delaunay, delaunayn}\n\ @end deftypefn") |
#define REF | ( | x, | |||
k, | |||||
i | ) | x(static_cast<octave_idx_type>(elem((k), (i))) - 1) |
DEFUN_DLD | ( | tsearch | , | |
args | ||||
) |