ANIMA
4.0
src
Anima
math-tools
special_functions
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
anima::legendre_second_derivative
double legendre_second_derivative(int L, int M, double value)
Definition:
animaLegendreDerivatives.cxx:45
anima::legendre_first_derivative
double legendre_first_derivative(int L, int M, double value)
Definition:
animaLegendreDerivatives.cxx:9
anima
Definition:
animaDTIEstimationImageFilter.h:7
Generated by
1.8.13