|
class | c2_sin_p< float_type > |
| compute sin(x) with its derivatives.The factory function c2_factory::sin() creates *new c2_sin_p More...
|
|
class | c2_cos_p< float_type > |
| compute cos(x) with its derivatives.The factory function c2_factory::cos() creates *new c2_cos_p More...
|
|
class | c2_tan_p< float_type > |
| compute tan(x) with its derivatives.The factory function c2_factory::tan() creates *new c2_tan_p More...
|
|
class | c2_log_p< float_type > |
| compute log(x) with its derivatives.The factory function c2_factory::log() creates *new c2_log_p More...
|
|
class | c2_exp_p< float_type > |
| compute exp(x) with its derivatives.The factory function c2_factory::exp() creates *new c2_exp_p More...
|
|
class | c2_sqrt_p< float_type > |
| compute sqrt(x) with its derivatives.The factory function c2_factory::sqrt() creates *new c2_sqrt_p() More...
|
|
class | c2_identity_p< float_type > |
| compute x with its derivatives.The factory function c2_factory::identity() creates *new c2_identity_p More...
|
|