GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "lo-ieee.h"
#include "lo-math.h"
#include "defun.h"
#include "error.h"
#include "oct-obj.h"
Go to the source code of this file.
Macros | |
#define | REF(x, k, i) x(static_cast<octave_idx_type>(elem((k), (i))) - 1) |
Functions | |
OCTAVE_EXPORT octave_value_list | Ftsearch (const octave_value_list &args, int) |
double | max (double a, double b, double c) |
double | min (double a, double b, double c) |
#define REF | ( | x, | |
k, | |||
i | |||
) | x(static_cast<octave_idx_type>(elem((k), (i))) - 1) |
Definition at line 52 of file tsearch.cc.
Referenced by Ftsearch().
OCTAVE_EXPORT octave_value_list Ftsearch | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 71 of file tsearch.cc.
References c1, elem, eps, error_state, octave_value_list::length(), Array< T >::length(), lo_ieee_nan_value(), max(), min(), OCTAVE_QUIT, print_usage(), REF, Array< T >::rows(), x, and xi.
Definition at line 36 of file tsearch.cc.
Referenced by Ftsearch().
Definition at line 44 of file tsearch.cc.
Referenced by Ftsearch().