Navigation

Operators and Keywords

Function List:

C++ API

__dsearchn__.cc File Reference

#include <iostream>
#include <fstream>
#include <string>
#include "lo-math.h"
#include "oct.h"

Include dependency graph for __dsearchn__.cc:


Defines

#define DIST(dd, y, yi, m)

Functions

 DEFUN_DLD (__dsearchn__, args,,"-*- texinfo -*-\n\ @deftypefn {Loadable Function} {[@var{idx}, @var{d}] =} dsearch (@var{x}, @var{xi})\n\ Undocumented internal function.\n\ @end deftypefn")

Define Documentation

#define DIST ( dd,
y,
yi,
 ) 

Value:

dd = 0.; \
  for (octave_idx_type k = 0; k < m; k++) \
   { \
     double yd = y[k] - yi[k]; \
     dd += yd * yd; \
   } \
  dd = sqrt (dd);


Function Documentation

DEFUN_DLD ( __dsearchn__  ,
args   
)