MCPcopy Create free account
hub / github.com/BIMCoderLiang/LNLib / LNLIB_POLY_bernstein

Function LNLIB_POLY_bernstein

dotnet/CAPI/src/Polynomials_CAPI.cpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18
19double LNLIB_POLY_bernstein(int index, int degree, double param_t)
20{
21 return LNLib::Polynomials::Bernstein(index, degree, param_t);
22}
23
24void LNLIB_POLY_all_bernstein(int degree, double param_t, double* out_array)
25{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected