ANIMA
4.0
|
#include "animaLegendreDerivatives.h"
#include <itkMacro.h>
#include <boost/math/special_functions/legendre.hpp>
Go to the source code of this file.
Namespaces | |
anima | |
Functions | |
double | anima::legendre_first_derivative (int L, int M, double value) |
double | anima::legendre_second_derivative (int L, int M, double value) |