#include "nf_Legendre.h"
클래스 | |
struct | nf_Legendre_from_ptwXY_callback_s |
int nf_Legendre_allocated | ( | nf_Legendre * | Legendre | ) |
nf_Legendre.cc 파일의 112 번째 라인에서 정의되었습니다.
다음을 참조함 : nf_Legendre_s::allocated.
nf_Legendre* nf_Legendre_clone | ( | nf_Legendre * | nfL, |
nfu_status * | status | ||
) |
nf_Legendre.cc 파일의 70 번째 라인에서 정의되었습니다.
다음을 참조함 : nf_Legendre_s::Cls, nf_Legendre_s::maxOrder, nf_Legendre_new().
double nf_Legendre_evauluateAtMu | ( | nf_Legendre * | Legendre, |
double | mu, | ||
nfu_status * | status | ||
) |
nf_Legendre.cc 파일의 160 번째 라인에서 정의되었습니다.
다음을 참조함 : nf_Legendre_s::Cls, nf_Legendre_s::maxOrder, nf_Legendre_PofL_atMu(), nfu_Okay, nfu_XOutsideDomain, P.
다음에 의해서 참조됨 : nf_Legendre_to_ptwXY2().
nf_Legendre* nf_Legendre_free | ( | nf_Legendre * | Legendre | ) |
nf_Legendre.cc 파일의 61 번째 라인에서 정의되었습니다.
다음을 참조함 : nf_Legendre_release(), nfu_free().
다음에 의해서 참조됨 : nf_Legendre_from_ptwXY().
nf_Legendre* nf_Legendre_from_ptwXY | ( | ptwXYPoints * | ptwXY, |
int | maxOrder, | ||
nfu_status * | status | ||
) |
nf_Legendre.cc 파일의 250 번째 라인에서 정의되었습니다.
다음을 참조함 : nf_Legendre_from_ptwXY_callback_s::f1, f1, nf_Legendre_from_ptwXY_callback_s::f2, f2, int(), nf_Legendre_from_ptwXY_callback_s::l, nf_Legendre_from_ptwXY_callback_s::mu1, nf_Legendre_from_ptwXY_callback_s::mu2, n, nf_Legendre_free(), nf_Legendre_from_ptwXY_callback(), nf_Legendre_GaussianQuadrature(), nf_Legendre_maxMaxOrder, nf_Legendre_new(), nf_Legendre_setCl(), nfu_Okay, nfu_XOutsideDomain, ptwXY_getStatus(), ptwXY_getXYPairAtIndex(), ptwXY_length().
|
static |
nf_Legendre.cc 파일의 300 번째 라인에서 정의되었습니다.
다음을 참조함 : nf_Legendre_from_ptwXY_callback_s::f1, nf_Legendre_from_ptwXY_callback_s::f2, nf_Legendre_from_ptwXY_callback_s::l, nf_Legendre_from_ptwXY_callback_s::mu1, nf_Legendre_from_ptwXY_callback_s::mu2, nf_Legendre_PofL_atMu(), nfu_Okay.
다음에 의해서 참조됨 : nf_Legendre_from_ptwXY().
double nf_Legendre_getCl | ( | nf_Legendre * | Legendre, |
int | l, | ||
nfu_status * | status | ||
) |
nf_Legendre.cc 파일의 119 번째 라인에서 정의되었습니다.
다음을 참조함 : nf_Legendre_s::Cls, nf_Legendre_s::maxOrder, nfu_badIndex, nfu_Okay.
int nf_Legendre_maxOrder | ( | nf_Legendre * | Legendre | ) |
nf_Legendre.cc 파일의 105 번째 라인에서 정의되었습니다.
다음을 참조함 : nf_Legendre_s::maxOrder.
nf_Legendre* nf_Legendre_new | ( | int | initialSize, |
int | maxOrder, | ||
double * | Cls, | ||
nfu_status * | status | ||
) |
nf_Legendre.cc 파일의 23 번째 라인에서 정의되었습니다.
다음을 참조함 : nf_Legendre_s::Cls, nf_Legendre_s::maxOrder, nf_Legendre_setup(), nfu_free(), nfu_malloc(), nfu_mallocError, nfu_Okay.
다음에 의해서 참조됨 : nf_Legendre_clone(), nf_Legendre_from_ptwXY().
nfu_status nf_Legendre_normalize | ( | nf_Legendre * | Legendre | ) |
nf_Legendre.cc 파일의 146 번째 라인에서 정의되었습니다.
다음을 참조함 : nf_Legendre_s::Cls, nf_Legendre_s::maxOrder, nfu_divByZero, nfu_Okay, norm.
double nf_Legendre_PofL_atMu | ( | int | l, |
double | mu | ||
) |
nf_Legendre.cc 파일의 175 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : nf_Legendre_evauluateAtMu(), nf_Legendre_from_ptwXY_callback().
nfu_status nf_Legendre_reallocateCls | ( | nf_Legendre * | Legendre, |
int | size, | ||
int | forceSmallerResize | ||
) |
nf_Legendre.cc 파일의 77 번째 라인에서 정의되었습니다.
다음을 참조함 : nf_Legendre_s::allocated, nf_Legendre_s::Cls, nf_Legendre_s::maxOrder, nf_Legendre_maxMaxOrder, nf_Legendre_minMaxOrder, nfu_mallocError, nfu_Okay, nfu_realloc().
다음에 의해서 참조됨 : nf_Legendre_setCl(), nf_Legendre_setup().
nfu_status nf_Legendre_release | ( | nf_Legendre * | Legendre | ) |
nf_Legendre.cc 파일의 52 번째 라인에서 정의되었습니다.
다음을 참조함 : nf_Legendre_s::allocated, nf_Legendre_s::Cls, nfu_free(), nfu_Okay.
다음에 의해서 참조됨 : nf_Legendre_free().
nfu_status nf_Legendre_setCl | ( | nf_Legendre * | Legendre, |
int | l, | ||
double | Cl | ||
) |
nf_Legendre.cc 파일의 131 번째 라인에서 정의되었습니다.
다음을 참조함 : nf_Legendre_s::allocated, nf_Legendre_s::Cls, nf_Legendre_s::maxOrder, nf_Legendre_reallocateCls(), nf_Legendre_sizeIncrement, nfu_badIndex, nfu_Okay.
다음에 의해서 참조됨 : nf_Legendre_from_ptwXY().
nfu_status nf_Legendre_setup | ( | nf_Legendre * | Legendre, |
int | initialSize, | ||
int | maxOrder | ||
) |
nf_Legendre.cc 파일의 40 번째 라인에서 정의되었습니다.
다음을 참조함 : nf_Legendre_s::maxOrder, nf_Legendre_maxMaxOrder, nf_Legendre_reallocateCls().
다음에 의해서 참조됨 : nf_Legendre_new().
ptwXYPoints* nf_Legendre_to_ptwXY | ( | nf_Legendre * | Legendre, |
double | accuracy, | ||
int | biSectionMax, | ||
int | checkForRoots, | ||
nfu_status * | status | ||
) |
nf_Legendre.cc 파일의 219 번째 라인에서 정의되었습니다.
다음을 참조함 : nf_Legendre_s::maxOrder, n, nf_Legendre_to_ptwXY2(), nfu_Okay, ptwXY_createFromFunction().
|
static |
nf_Legendre.cc 파일의 240 번째 라인에서 정의되었습니다.
다음을 참조함 : nf_Legendre_evauluateAtMu().
다음에 의해서 참조됨 : nf_Legendre_to_ptwXY().