我不明白digamma function of boost如何在程序中使用。任何例子,讚賞。我包括提高如何在boost中使用digamma函數
#include <boost/math/special_functions/digamma.hpp>
但函數調用digamma(x)
,其中x是一個double
提供了以下錯誤:
error: there are no arguments to ‘digamma’ that depend on a template parameter, so a declaration of ‘digamma’ must be available [-fpermissive]
你有什麼不明白的?您只需插入一個值並獲取記錄的結果,並不容易。 –
更具體地說,如果該功能不知何故不適合你,請出示你的[mcve],這樣我們就可以看到你在做什麼錯誤/你沒有正確理解。 –
剛剛編輯了這個問題。 – user3639557