mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
2D integration of a radial profile More...
2D integration of a radial profile
Definition in file radprofIntegral.hpp.
Go to the source code of this file.
Namespaces | |
mx | |
The mxlib c++ namespace. | |
Functions | |
template<typename vectorScT , typename vectorT > | |
vectorT::value_type | mx::math::radprofIntegral (vectorScT r, vectorT p, bool inczero=false) |
Calculate the 2D integral given a radial profile. More... | |