|
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.
#include <cmath>#include <vector>#include <type_traits>#include "../mxException.hpp"#include "constants.hpp"Go to the source code of this file.
Namespaces | |
| namespace | 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. | |