GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <iostream>
#include <fstream>
#include <string>
#include "lo-math.h"
#include "defun-dld.h"
#include "error.h"
#include "oct-obj.h"
Go to the source code of this file.
Macros | |
#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 DIST | ( | dd, | |
y, | |||
yi, | |||
m | |||
) |
Referenced by DEFUN_DLD().
DEFUN_DLD | ( | __dsearchn__ | , |
args | |||
) |
Definition at line 37 of file __dsearchn__.cc.
References Array< T >::columns(), d, DIST, error(), error_state, Array< T >::fortran_vec(), OCTAVE_QUIT, print_usage(), Array< T >::rows(), x, and xi.