#include "lo-ieee.h"
#include "dNDArray.h"
#include "oct-locbuf.h"
#include "defun-dld.h"
#include "error.h"
#include "oct-obj.h"
Go to the source code of this file.
Functions | |
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") | |
template<class T > | |
bool | isvector (const T &array) |
template<class T , class M > | |
octave_value | lin_interpn (int n, M *X, const M V, M *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 > | |
octave_idx_type | lookup (const T *x, octave_idx_type n, T y) |
DEFUN_DLD | ( | __lin_interpn__ | , | |
args | ||||
) |
Definition at line 270 of file __lin_interpn__.cc.
References octave_value::array_value(), error(), error_state, octave_value::float_array_value(), OCTAVE_LOCAL_BUFFER, print_usage(), and V.
bool isvector | ( | const T & | array | ) |
Definition at line 39 of file __lin_interpn__.cc.
References dim_vector::length().
Referenced by lin_interpn(), and xnorm().
octave_value lin_interpn | ( | int | n, | |
M * | X, | |||
const M | V, | |||
M * | Y | |||
) |
Definition at line 186 of file __lin_interpn__.cc.
References error(), isvector(), lin_interpn(), M, OCTAVE_LOCAL_BUFFER, octave_NA, scale(), size(), and x.
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 | |||
) |
Definition at line 127 of file __lin_interpn__.cc.
References lookup(), and OCTAVE_LOCAL_BUFFER.
Referenced by lin_interpn().
octave_idx_type lookup | ( | const T * | x, | |
octave_idx_type | n, | |||
T | y | |||
) |
Definition at line 48 of file __lin_interpn__.cc.
Referenced by calc_dimensions(), DEFUN(), delete_graphics_object(), do_cleanup_waitfor_listener(), is_handle(), is_handle_visible(), lin_interpn(), make_graphics_object(), reparent(), and waitfor_listener().