log axis transform 더 자세히 ...
#include <c2_function.hh>
Public 멤버 함수 | |
c2_transformation_log () | |
constructor 더 자세히 ... | |
virtual | ~c2_transformation_log () |
destructor 더 자세히 ... | |
virtual float_type | fIn (float_type x) const |
virtual input X transform 더 자세히 ... | |
virtual float_type | fInPrime (float_type x) const |
virtual input X transform derivative 더 자세히 ... | |
virtual float_type | fInDPrime (float_type x) const |
virtual input X transform second derivative 더 자세히 ... | |
virtual float_type | fOut (float_type x) const |
virtual output X transform 더 자세히 ... | |
Public 속성 | |
const bool | fTransformed |
flag to indicate if this transform is not the identity 더 자세히 ... | |
const bool | fHasStaticTransforms |
flag to indicate if the static function pointers can be used for efficiency 더 자세히 ... | |
float_type(*const | pIn )(float_type) |
non-virtual pointer to input X transform 더 자세히 ... | |
float_type(*const | pInPrime )(float_type) |
non-virtual pointer to input X transform derivative 더 자세히 ... | |
float_type(*const | pInDPrime )(float_type) |
non-virtual pointer to input X transform second derivative 더 자세히 ... | |
float_type(*const | pOut )(float_type) |
non-virtual pointer to output X transform 더 자세히 ... | |
정적 Protected 멤버 함수 | |
static float_type | report_error (float_type x) |
utility function for unimplemented conversion 더 자세히 ... | |
static float_type | ident (float_type x) |
utility function f(x)=x useful in axis transforms 더 자세히 ... | |
static float_type | one (float_type) |
utility function f(x)=1 useful in axis transforms 더 자세히 ... | |
static float_type | zero (float_type) |
utility function f(x)=0 useful in axis transforms 더 자세히 ... | |
static float_type | recip (float_type x) |
utility function f(x)=1/x useful in axis transforms 더 자세히 ... | |
static float_type | recip_prime (float_type x) |
utility function f(x)=-1/x**2 useful in axis transforms 더 자세히 ... | |
static float_type | recip_prime2 (float_type x) |
utility function f(x)=2/x**3 useful in axis transforms 더 자세히 ... | |
log axis transform
c2_function.hh 파일의 1345 번째 라인에서 정의되었습니다.
|
inline |
constructor
c2_function.hh 파일의 1349 번째 라인에서 정의되었습니다.
|
inlinevirtual |
destructor
c2_function.hh 파일의 1353 번째 라인에서 정의되었습니다.
|
inlinevirtualinherited |
virtual input X transform
c2_function.hh 파일의 1303 번째 라인에서 정의되었습니다.
다음을 참조함 : c2_transformation< float_type >::pIn.
|
inlinevirtualinherited |
virtual input X transform second derivative
c2_function.hh 파일의 1307 번째 라인에서 정의되었습니다.
다음을 참조함 : c2_transformation< float_type >::pInDPrime.
|
inlinevirtualinherited |
virtual input X transform derivative
c2_function.hh 파일의 1305 번째 라인에서 정의되었습니다.
다음을 참조함 : c2_transformation< float_type >::pInPrime.
|
inlinevirtualinherited |
virtual output X transform
c2_function.hh 파일의 1309 번째 라인에서 정의되었습니다.
다음을 참조함 : c2_transformation< float_type >::pOut.
|
inlinestaticprotectedinherited |
utility function f(x)=x useful in axis transforms
c2_function.hh 파일의 1317 번째 라인에서 정의되었습니다.
다음을 참조함 : x.
|
inlinestaticprotectedinherited |
utility function f(x)=1 useful in axis transforms
c2_function.hh 파일의 1319 번째 라인에서 정의되었습니다.
|
inlinestaticprotectedinherited |
utility function f(x)=1/x useful in axis transforms
c2_function.hh 파일의 1323 번째 라인에서 정의되었습니다.
다음을 참조함 : x.
|
inlinestaticprotectedinherited |
utility function f(x)=-1/x**2 useful in axis transforms
c2_function.hh 파일의 1325 번째 라인에서 정의되었습니다.
다음을 참조함 : x.
|
inlinestaticprotectedinherited |
utility function f(x)=2/x**3 useful in axis transforms
c2_function.hh 파일의 1327 번째 라인에서 정의되었습니다.
다음을 참조함 : x.
|
inlinestaticprotectedinherited |
|
inlinestaticprotectedinherited |
utility function f(x)=0 useful in axis transforms
c2_function.hh 파일의 1321 번째 라인에서 정의되었습니다.
|
inherited |
flag to indicate if the static function pointers can be used for efficiency
c2_function.hh 파일의 1287 번째 라인에서 정의되었습니다.
|
inherited |
flag to indicate if this transform is not the identity
c2_function.hh 파일의 1284 번째 라인에서 정의되었습니다.
|
inherited |
non-virtual pointer to input X transform
c2_function.hh 파일의 1294 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : c2_transformation< float_type >::fIn().
|
inherited |
non-virtual pointer to input X transform second derivative
c2_function.hh 파일의 1298 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : c2_transformation< float_type >::fInDPrime().
|
inherited |
non-virtual pointer to input X transform derivative
c2_function.hh 파일의 1296 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : c2_transformation< float_type >::fInPrime().
|
inherited |
non-virtual pointer to output X transform
c2_function.hh 파일의 1300 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : c2_transformation< float_type >::fOut().