Defines | Functions

tsearch.cc File Reference

#include <iostream>
#include <fstream>
#include <string>
#include "lo-ieee.h"
#include "lo-math.h"
#include "defun-dld.h"
#include "error.h"
#include "oct-obj.h"
#include "parse.h"
Include dependency graph for tsearch.cc:

Go to the source code of this file.

Defines

#define REF(x, k, i)   x(static_cast<octave_idx_type>(elem((k), (i))) - 1)

Functions

 DEFUN_DLD (tsearch, args,,"-*- texinfo -*-\n\ @deftypefn {Loadable Function} {@var{idx} =} tsearch (@var{x}, @var{y}, @var{t}, @var{xi}, @var{yi})\n\ Search 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")
double max (double a, double b, double c)
double min (double a, double b, double c)

Define Documentation

#define REF (   x,
  k,
  i 
)    x(static_cast<octave_idx_type>(elem((k), (i))) - 1)

Definition at line 57 of file tsearch.cc.

Referenced by DEFUN_DLD().


Function Documentation

DEFUN_DLD ( tsearch  ,
args   
)
double max ( double  a,
double  b,
double  c 
) [inline]
double min ( double  a,
double  b,
double  c 
) [inline]
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines