#include "lo-ieee.h"
#include "dNDArray.h"
#include "oct-locbuf.h"
#include "defun-dld.h"
#include "error.h"
#include "oct-obj.h"
Functions | |
template<class T > | |
bool | isvector (const T &array) |
template<class T > | |
octave_idx_type | lookup (const T *x, octave_idx_type n, T y) |
template<class T > | |
void | lin_interpn (int n, const octave_idx_type *size, const octave_idx_type *scale, octave_idx_type Ni, T extrapval, const T **x, const T *v, const T **y, T *vi) |
template<class T , class M > | |
octave_value | lin_interpn (int n, M *X, const M V, M *Y) |
DEFUN_DLD (__lin_interpn__, args,,"-*- texinfo -*-\n\ @deftypefn {Loadable Function} {@var{vi} =} __lin_interpn__ (@var{x1}, @var{x2}, @dots{}, @var{xn}, @var{v}, @var{y1}, @var{y2}, @dots{}, @var{yn})\n\ Undocumented internal function.\n\ @end deftypefn") |
DEFUN_DLD | ( | __lin_interpn__ | , | |
args | ||||
) |
octave_value lin_interpn | ( | int | n, | |
M * | X, | |||
const M | V, | |||
M * | Y | |||
) | [inline] |
void lin_interpn | ( | int | n, | |
const octave_idx_type * | size, | |||
const octave_idx_type * | scale, | |||
octave_idx_type | Ni, | |||
T | extrapval, | |||
const T ** | x, | |||
const T * | v, | |||
const T ** | y, | |||
T * | vi | |||
) | [inline] |
octave_idx_type lookup | ( | const T * | x, | |
octave_idx_type | n, | |||
T | y | |||
) | [inline] |