GNU Octave
4.0.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.h"
#include "error.h"
#include "oct-obj.h"
Go to the source code of this file.
Macros | |
#define | DIST(dd, y, yi, m) |
Functions | |
OCTAVE_EXPORT octave_value_list | F__dsearchn__ (const octave_value_list &args, int) |
#define DIST | ( | dd, | |
y, | |||
yi, | |||
m | |||
) |
Referenced by F__dsearchn__().
OCTAVE_EXPORT octave_value_list F__dsearchn__ | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 41 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.