50int main (
int argc ,
char * argv[] )
54 std::cout << std::fixed << std::showpoint
55 << std::showpos << std::setprecision(6) ;
68 v1 [ 50 ] = std::complex<float> ( 3.3 , 2.2 ) ;
91 std::complex<float> out ;
93 for (
int k = -12 ; k < 13 ; k++ )
98 ev.eval ( in , out ) ;
99 std::cout <<
"1. ev(" << in <<
") = " << out << std::endl ;
102 std::cout <<
"2. ev(" << in <<
") = " << ev(in) << std::endl ;
105 std::cout <<
"3. ev(" << in <<
") = " << ev(50.0f + k * 0.1f) << std::endl ;
110 for (
int k = -12 ; k < 13 ; k++ )
124 std::cout <<
"ev(" << vk <<
") = " << ev(vk) << std::endl ;
vspline::evaluator< coordinate_type, float > ev_type
class evaluator encodes evaluation of a spline-like object. This is a generalization of b-spline eval...
int main(int argc, char *argv[])
code to distribute the processing of bulk data to several threads
class bspline now builds on class bspline_base, adding coefficient storage, while bspline_base provid...
void prefilter(vspline::xlf_type boost=vspline::xlf_type(1), int njobs=vspline::default_njobs)
prefilter converts the knot point data in the 'core' area into b-spline coefficients....
vector_traits< coordinate_type, vsize >::type in_v
vectorized in_type and out_type. vspline::vector_traits supplies these types so that multidimensional...
includes all headers from vspline (most of them indirectly)