alglib_impl::rbfv2model Struct Reference
#include <interpolation.h>
| Public Attributes | |
| ae_int_t | basisfunction | 
| ae_int_t | bf | 
| rbfv2calcbuffer | calcbuf | 
| ae_vector | cw | 
| ae_vector | kdboxmax | 
| ae_vector | kdboxmin | 
| ae_vector | kdnodes | 
| ae_vector | kdroots | 
| ae_vector | kdsplits | 
| double | lambdareg | 
| ae_int_t | maxits | 
| ae_int_t | nh | 
| ae_int_t | nx | 
| ae_int_t | ny | 
| ae_vector | ri | 
| ae_vector | s | 
| double | supportr | 
| ae_matrix | v | 
Detailed Description
Definition at line 228 of file interpolation.h.
Member Data Documentation
◆ basisfunction
| ae_int_t alglib_impl::rbfv2model::basisfunction | 
Definition at line 246 of file interpolation.h.
◆ bf
| ae_int_t alglib_impl::rbfv2model::bf | 
Definition at line 232 of file interpolation.h.
◆ calcbuf
| rbfv2calcbuffer alglib_impl::rbfv2model::calcbuf | 
Definition at line 247 of file interpolation.h.
◆ cw
| ae_vector alglib_impl::rbfv2model::cw | 
Definition at line 241 of file interpolation.h.
◆ kdboxmax
| ae_vector alglib_impl::rbfv2model::kdboxmax | 
Definition at line 240 of file interpolation.h.
◆ kdboxmin
| ae_vector alglib_impl::rbfv2model::kdboxmin | 
Definition at line 239 of file interpolation.h.
◆ kdnodes
| ae_vector alglib_impl::rbfv2model::kdnodes | 
Definition at line 237 of file interpolation.h.
◆ kdroots
| ae_vector alglib_impl::rbfv2model::kdroots | 
Definition at line 236 of file interpolation.h.
◆ kdsplits
| ae_vector alglib_impl::rbfv2model::kdsplits | 
Definition at line 238 of file interpolation.h.
◆ lambdareg
| double alglib_impl::rbfv2model::lambdareg | 
Definition at line 243 of file interpolation.h.
◆ maxits
| ae_int_t alglib_impl::rbfv2model::maxits | 
Definition at line 244 of file interpolation.h.
◆ nh
| ae_int_t alglib_impl::rbfv2model::nh | 
Definition at line 233 of file interpolation.h.
◆ nx
| ae_int_t alglib_impl::rbfv2model::nx | 
Definition at line 231 of file interpolation.h.
◆ ny
| ae_int_t alglib_impl::rbfv2model::ny | 
Definition at line 230 of file interpolation.h.
◆ ri
| ae_vector alglib_impl::rbfv2model::ri | 
Definition at line 234 of file interpolation.h.
◆ s
| ae_vector alglib_impl::rbfv2model::s | 
Definition at line 235 of file interpolation.h.
◆ supportr
| double alglib_impl::rbfv2model::supportr | 
Definition at line 245 of file interpolation.h.
◆ v
| ae_matrix alglib_impl::rbfv2model::v | 
Definition at line 242 of file interpolation.h.
The documentation for this struct was generated from the following file:
- alglib/interpolation.h

