diff options
Diffstat (limited to 'src/meantools_deriv.h')
-rw-r--r-- | src/meantools_deriv.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/meantools_deriv.h b/src/meantools_deriv.h index 4ea36a9..7425fd1 100644 --- a/src/meantools_deriv.h +++ b/src/meantools_deriv.h @@ -1,5 +1,5 @@ /* -Copyright 2015 Ian Jauslin +Copyright 2015-2022 Ian Jauslin Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,7 +21,7 @@ limitations under the License. // read arguments int tool_deriv_read_args(int argc, const char* argv[], Str_Array* str_args, Meantools_Options* opts); -// derive a flow equation +// differentiate a flow equation int tool_deriv(Str_Array str_args, Meantools_Options opts); // n first derivatives of a flow equation wrt to variables int flow_equation_derivative(int n, Int_Array variables, Grouped_Polynomial flow_equation, Grouped_Polynomial* flow_equation_derivs); |