Home
last modified time | relevance | path

Searched refs:orth_poly_expansion_approx_vec (Results 1 – 6 of 6) sorted by relevance

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/C3/test/lib_funcs_test/
H A Dpoly_test.c104 int res = orth_poly_expansion_approx_vec(cpoly,fw,NULL); in Test_cheb_approx()
130 orth_poly_expansion_approx_vec(cpoly,fw,NULL); in Test_cheb_approx_nonnormal()
609 int res = orth_poly_expansion_approx_vec(cpoly,fw,NULL); in Test_legendre_approx()
671 int res = orth_poly_expansion_approx_vec(cpoly,fw,NULL); in Test_legendre_approx_nonnormal()
1478 orth_poly_expansion_approx_vec(cpoly, fw1, NULL); in Test_fourier_inner()
1481 orth_poly_expansion_approx_vec(cpoly2, fw2, NULL); in Test_fourier_inner()
1514 orth_poly_expansion_approx_vec(cpoly, fw1, NULL); in Test_fourier_product()
1517 orth_poly_expansion_approx_vec(cpoly, fw2, NULL); in Test_fourier_product()
1563 orth_poly_expansion_approx_vec(cpoly, fw1, NULL); in Test_fourier_axpy()
1566 orth_poly_expansion_approx_vec(cpoly2, fw2, NULL); in Test_fourier_axpy()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/C3/src/lib_funcs/
H A Dpolynomials.h331 orth_poly_expansion_approx_vec(struct OrthPolyExpansion *,
H A Dfourier.c380 int res = orth_poly_expansion_approx_vec(fourier, fw, opts); in fourier_expansion_prod()
H A Dpiecewisepoly.c2382 orth_poly_expansion_approx_vec(poly->ope,fw,aopts->opeopts); in piecewise_poly_approx1()
2420 orth_poly_expansion_approx_vec(poly->branches[ii]->ope,fw,aopts->opeopts); in piecewise_poly_approx1()
2535 orth_poly_expansion_approx_vec(poly->ope,fw,aopts->opeopts); in piecewise_poly_approx1_adapt()
H A Dpolynomials.c3717 orth_poly_expansion_approx_vec(struct OrthPolyExpansion * poly, in orth_poly_expansion_approx_vec() function
3837 orth_poly_expansion_approx_vec(poly, fw, NULL); in orth_poly_expansion_approx_adapt()
3848 orth_poly_expansion_approx_vec(poly,fw,aopts); in orth_poly_expansion_approx_adapt()
3879 orth_poly_expansion_approx_vec(poly,fw,aopts); in orth_poly_expansion_approx_adapt()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/C3/examples/fourier1d/
H A Dfourier1d.c233 int res = orth_poly_expansion_approx_vec(fourier, fw, opts); in main()