Skip to content

Commit b277f86

Browse files
committed
deploy: 4826add
1 parent 9f8896a commit b277f86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

qinterp1_8h_source.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,10 +203,10 @@
203203
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"> 103</span><span class="preprocessor">#endif</span></div>
204204
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"> 104</span> </div>
205205
<div class="line"><a id="l00105" name="l00105"></a><span class="lineno"> 105</span><span class="preprocessor">#endif</span></div>
206-
<div class="ttc" id="agroup__qinterp1_html_ga14d87ce60d9f4c67e79f8588ad16105b"><div class="ttname"><a href="group__qinterp1.html#ga14d87ce60d9f4c67e79f8588ad16105b">qInterp1_Get</a></div><div class="ttdeci">float qInterp1_Get(qInterp1_t *const i, const float x)</div><div class="ttdoc">Interpolate input point x to determine the value of y at the points xi using the current method....</div><div class="ttdef"><b>Definition</b> qinterp1.c:121</div></div>
207-
<div class="ttc" id="agroup__qinterp1_html_ga28d258ad80976c5eaa0e7dc5c8663a15"><div class="ttname"><a href="group__qinterp1.html#ga28d258ad80976c5eaa0e7dc5c8663a15">qInterp1_SetMethod</a></div><div class="ttdeci">int qInterp1_SetMethod(qInterp1_t *const i, const qInterp1Method_t m)</div><div class="ttdoc">Specify the interpolation method to use.</div><div class="ttdef"><b>Definition</b> qinterp1.c:97</div></div>
206+
<div class="ttc" id="agroup__qinterp1_html_ga14d87ce60d9f4c67e79f8588ad16105b"><div class="ttname"><a href="group__qinterp1.html#ga14d87ce60d9f4c67e79f8588ad16105b">qInterp1_Get</a></div><div class="ttdeci">float qInterp1_Get(qInterp1_t *const i, const float x)</div><div class="ttdoc">Interpolate input point x to determine the value of y at the points xi using the current method....</div><div class="ttdef"><b>Definition</b> qinterp1.c:122</div></div>
207+
<div class="ttc" id="agroup__qinterp1_html_ga28d258ad80976c5eaa0e7dc5c8663a15"><div class="ttname"><a href="group__qinterp1.html#ga28d258ad80976c5eaa0e7dc5c8663a15">qInterp1_SetMethod</a></div><div class="ttdeci">int qInterp1_SetMethod(qInterp1_t *const i, const qInterp1Method_t m)</div><div class="ttdoc">Specify the interpolation method to use.</div><div class="ttdef"><b>Definition</b> qinterp1.c:98</div></div>
208208
<div class="ttc" id="agroup__qinterp1_html_ga5369a761eea910fea8cdf8ec48debd8c"><div class="ttname"><a href="group__qinterp1.html#ga5369a761eea910fea8cdf8ec48debd8c">qInterp1_Setup</a></div><div class="ttdeci">int qInterp1_Setup(qInterp1_t *const i, const float *const xTable, const float *const yTable, const size_t sizeTable)</div><div class="ttdoc">Setup and initialize the 1D interpolation instance.</div><div class="ttdef"><b>Definition</b> qinterp1.c:72</div></div>
209-
<div class="ttc" id="agroup__qinterp1_html_gaa8daa1490fdfb3965f5c4aeb199c709b"><div class="ttname"><a href="group__qinterp1.html#gaa8daa1490fdfb3965f5c4aeb199c709b">qInterp1_SetData</a></div><div class="ttdeci">int qInterp1_SetData(qInterp1_t *const i, const float *const xTable, const float *const yTable, const size_t sizeTable)</div><div class="ttdoc">Set the data table for the 1D interpolation instance.</div><div class="ttdef"><b>Definition</b> qinterp1.c:89</div></div>
209+
<div class="ttc" id="agroup__qinterp1_html_gaa8daa1490fdfb3965f5c4aeb199c709b"><div class="ttname"><a href="group__qinterp1.html#gaa8daa1490fdfb3965f5c4aeb199c709b">qInterp1_SetData</a></div><div class="ttdeci">int qInterp1_SetData(qInterp1_t *const i, const float *const xTable, const float *const yTable, const size_t sizeTable)</div><div class="ttdoc">Set the data table for the 1D interpolation instance.</div><div class="ttdef"><b>Definition</b> qinterp1.c:90</div></div>
210210
<div class="ttc" id="agroup__qinterp1_html_gade2d688f3958e8f1583300d0e3a5558d"><div class="ttname"><a href="group__qinterp1.html#gade2d688f3958e8f1583300d0e3a5558d">qInterp1Method_t</a></div><div class="ttdeci">qInterp1Method_t</div><div class="ttdoc">An enum with all the available interpolation methods.</div><div class="ttdef"><b>Definition</b> qinterp1.h:27</div></div>
211211
<div class="ttc" id="agroup__qinterp1_html_ggade2d688f3958e8f1583300d0e3a5558da1f626c27e56868ab6eb2042afbc78631"><div class="ttname"><a href="group__qinterp1.html#ggade2d688f3958e8f1583300d0e3a5558da1f626c27e56868ab6eb2042afbc78631">QINTERP1_NEAREST</a></div><div class="ttdeci">@ QINTERP1_NEAREST</div><div class="ttdef"><b>Definition</b> qinterp1.h:30</div></div>
212212
<div class="ttc" id="agroup__qinterp1_html_ggade2d688f3958e8f1583300d0e3a5558da380de6e18a7f83eec33b791dfb87209c"><div class="ttname"><a href="group__qinterp1.html#ggade2d688f3958e8f1583300d0e3a5558da380de6e18a7f83eec33b791dfb87209c">QINTERP1_LINEAR</a></div><div class="ttdeci">@ QINTERP1_LINEAR</div><div class="ttdef"><b>Definition</b> qinterp1.h:31</div></div>

0 commit comments

Comments
 (0)