alglib_impl::rbfv1model Struct Reference
#include <interpolation.h>
| Public Attributes | |
| ae_vector | calcbuftags | 
| ae_matrix | calcbufx | 
| ae_vector | calcbufxcx | 
| ae_int_t | nc | 
| ae_int_t | nl | 
| ae_int_t | nx | 
| ae_int_t | ny | 
| double | rmax | 
| kdtree | tree | 
| ae_matrix | v | 
| ae_matrix | wr | 
| ae_matrix | xc | 
Detailed Description
Definition at line 288 of file interpolation.h.
Member Data Documentation
◆ calcbuftags
| ae_vector alglib_impl::rbfv1model::calcbuftags | 
Definition at line 301 of file interpolation.h.
◆ calcbufx
| ae_matrix alglib_impl::rbfv1model::calcbufx | 
Definition at line 300 of file interpolation.h.
◆ calcbufxcx
| ae_vector alglib_impl::rbfv1model::calcbufxcx | 
Definition at line 299 of file interpolation.h.
◆ nc
| ae_int_t alglib_impl::rbfv1model::nc | 
Definition at line 292 of file interpolation.h.
◆ nl
| ae_int_t alglib_impl::rbfv1model::nl | 
Definition at line 293 of file interpolation.h.
◆ nx
| ae_int_t alglib_impl::rbfv1model::nx | 
Definition at line 291 of file interpolation.h.
◆ ny
| ae_int_t alglib_impl::rbfv1model::ny | 
Definition at line 290 of file interpolation.h.
◆ rmax
| double alglib_impl::rbfv1model::rmax | 
Definition at line 297 of file interpolation.h.
◆ tree
| kdtree alglib_impl::rbfv1model::tree | 
Definition at line 294 of file interpolation.h.
◆ v
| ae_matrix alglib_impl::rbfv1model::v | 
Definition at line 298 of file interpolation.h.
◆ wr
| ae_matrix alglib_impl::rbfv1model::wr | 
Definition at line 296 of file interpolation.h.
◆ xc
| ae_matrix alglib_impl::rbfv1model::xc | 
Definition at line 295 of file interpolation.h.
The documentation for this struct was generated from the following file:
- alglib/interpolation.h

