finitediff.h
Go to the documentation of this file.
1 
7 #ifndef SYMENGINE_FINITEDIFF_H
8 #define SYMENGINE_FINITEDIFF_H
9 
10 #include <symengine/basic.h>
11 
12 namespace SymEngine
13 {
14 
15 vec_basic generate_fdiff_weights_vector(const vec_basic &grid,
16  const unsigned max_deriv,
17  const RCP<const Basic> around);
18 }
19 
20 #endif
The base class for SymEngine.
Main namespace for SymEngine package.
Definition: add.cpp:19