ANIMA
4.0
src
Anima
math-tools
special_functions
animaGammaFunctions.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
psi_function
(
unsigned
int
n,
double
emc);
9
ANIMASPECIALFUNCTIONS_EXPORT
double
gammaHalfPlusN
(
unsigned
int
n);
10
ANIMASPECIALFUNCTIONS_EXPORT
double
gammaHalfMinusN
(
unsigned
int
n);
11
12
}
// end of namespace anima
13
14
anima::psi_function
double psi_function(unsigned int n, double emc)
Definition:
animaGammaFunctions.cxx:11
anima::gammaHalfPlusN
double gammaHalfPlusN(unsigned int n)
Definition:
animaGammaFunctions.cxx:23
anima::gammaHalfMinusN
double gammaHalfMinusN(unsigned int n)
Definition:
animaGammaFunctions.cxx:33
anima
Definition:
animaDTIEstimationImageFilter.h:7
Generated by
1.8.13