mirror of
https://github.com/ArashPartow/exprtk.git
synced 2025-06-12 16:27:23 +00:00
C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html
This commit is contained in:
@ -54,12 +54,6 @@ void savitzky_golay_filter()
|
||||
" }; "
|
||||
" "
|
||||
" v_out /= sum(weight); "
|
||||
" "
|
||||
" for (var i := 0; i < lower_bound; i += 1) "
|
||||
" { "
|
||||
" v_out[i] := 0; "
|
||||
" v_out[v_out[] - i - 1] := 0; "
|
||||
" }; "
|
||||
" } ";
|
||||
|
||||
const std::size_t n = 1024;
|
||||
|
Reference in New Issue
Block a user