alglib_impl::barycentricinterpolant Struct Reference

#include <interpolation.h>

Public Attributes

ae_int_t n
 
double sy
 
ae_vector w
 
ae_vector x
 
ae_vector y
 

Detailed Description

Definition at line 74 of file interpolation.h.

Member Data Documentation

◆ n

ae_int_t alglib_impl::barycentricinterpolant::n

Definition at line 76 of file interpolation.h.

◆ sy

double alglib_impl::barycentricinterpolant::sy

Definition at line 77 of file interpolation.h.

◆ w

ae_vector alglib_impl::barycentricinterpolant::w

Definition at line 80 of file interpolation.h.

◆ x

ae_vector alglib_impl::barycentricinterpolant::x

Definition at line 78 of file interpolation.h.

◆ y

ae_vector alglib_impl::barycentricinterpolant::y

Definition at line 79 of file interpolation.h.


The documentation for this struct was generated from the following file:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich