Navigation

Operators and Keywords

Function List:

C++ API

__lin_interpn__.cc File Reference

#include "lo-ieee.h"
#include "dNDArray.h"
#include "oct-locbuf.h"
#include "defun-dld.h"
#include "error.h"
#include "oct-obj.h"

Include dependency graph for __lin_interpn__.cc:


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")

Function Documentation

DEFUN_DLD ( __lin_interpn__  ,
args   
)

template<class T >
bool isvector ( const T array  )  [inline]

template<class T , class M >
octave_value lin_interpn ( int  n,
M *  X,
const V,
M *  Y 
) [inline]

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 
) [inline]

template<class T >
octave_idx_type lookup ( const T x,
octave_idx_type  n,
T  y 
) [inline]