ANIMA  4.0
animaLegendreDerivatives.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "AnimaSpecialFunctionsExport.h"
4 
5 namespace anima
6 {
7 
8 ANIMASPECIALFUNCTIONS_EXPORT double legendre_first_derivative(int L, int M, double value);
9 ANIMASPECIALFUNCTIONS_EXPORT double legendre_second_derivative(int L, int M, double value);
10 
11 }
12 
13 
double legendre_second_derivative(int L, int M, double value)
double legendre_first_derivative(int L, int M, double value)