#include "lo-ieee.h"
#include "dNDArray.h"
#include "oct-locbuf.h"
#include "defun.h"
#include "error.h"
#include "ovl.h"
Go to the source code of this file.
Functions | |
OCTAVE_EXPORT octave_value_list | F__lin_interpn__ (const octave_value_list &args, int) |
template<typename T > | |
OCTAVE_NAMESPACE_BEGIN bool | isvector (const T &array) |
template<typename 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<typename T , typename M > | |
octave_value | lin_interpn (int n, M *X, const M V, M *Y) |
template<typename T > | |
octave_idx_type | lookup (const T *x, octave_idx_type n, T y) |
OCTAVE_EXPORT octave_value_list F__lin_interpn__ | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 270 of file __lin_interpn__.cc.
References error(), OCTAVE_LOCAL_BUFFER, print_usage(), and V.
OCTAVE_NAMESPACE_BEGIN bool isvector | ( | const T & | array | ) |
Definition at line 44 of file __lin_interpn__.cc.
References dim_vector::ndims().
Referenced by lin_interpn().
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 132 of file __lin_interpn__.cc.
References lookup(), OCTAVE_LOCAL_BUFFER, scale(), and x.
Referenced by lin_interpn().
Definition at line 190 of file __lin_interpn__.cc.
References error(), isvector(), lin_interpn(), M, OCTAVE_LOCAL_BUFFER, octave_NA, scale(), V, and x.
octave_idx_type lookup | ( | const T * | x, |
octave_idx_type | n, | ||
T | y | ||
) |
Definition at line 53 of file __lin_interpn__.cc.
References x.
Referenced by octave::url_handle_manager::get_object(), lin_interpn(), and octave::url_handle_manager::lookup().