| bvp.cpp | Implementations and instantiations of the functions and classes declared in bvp.hpp |
| ddm.cpp | Implementations and instantiations of the functions and classes declared in ddm.hpp |
| diff_op.cpp | Implementations and instantiations of the functions and classes declared in diff_op.hpp |
| error.cpp | Implementations and instantiations of the functions and classes declared in error.hpp |
| func.cpp | Implementations and instantiations of the functions and classes declared in func.hpp |
| interp_values.cpp | |
| interpolator.cpp | Implementations and instantiations of the functions and classes declared in interpolator.hpp |
| linalg.cpp | Implementations and instantiations of the functions and classes declared in linalg.hpp |
| rbf.cpp | Implementations and pinstantiations of the functions and classes declared in rbf.hpp |
| utils.cpp | Implementations and instantiations of the functions and classes declared in utils.hpp |
| include/bvp.hpp [code] | Classes domain, BVP, and linear_BVP2 are declared here |
| include/ddm.hpp [code] | Domain decomposition methods declared here |
| include/diff_op.hpp [code] | Differential operators for boundary-value problems (BVP) are declared here |
| include/error.hpp [code] | Throw exceptions instead of using GSL error handler function which prefers to call abort() |
| include/func.hpp [code] | Real-valued functions defined here |
| include/interp_values.hpp [code] | |
| include/interpolator.hpp [code] | An interpolator , templated by RBFs, and its helper classes are declared here |
| include/linalg.hpp [code] | Wrapper linear algebra classes for the GSL |
| include/rbf.hpp [code] | Radial basis functions declared here |
| include/utils.hpp [code] | Defines some miscellaneous functions |
1.5.6