My Project

Exponential of input. More...

Functions

AFAPI array exp (const array &in)
 C++ Interface for exponential of an array.
 
AFAPI af_err af_exp (af_array *out, const af_array in)
 C Interface for exponential of an array.
 

Detailed Description

Exponential of input.

Function Documentation

◆ af_exp()

AFAPI af_err af_exp ( af_array out,
const af_array  in 
)

C Interface for exponential of an array.

Parameters
[out]outwill contain the exponential of in
[in]inis exponent
Returns
AF_SUCCESS if the execution completes properly

◆ exp()

AFAPI array exp ( const array in)

C++ Interface for exponential of an array.

Parameters
[in]inis exponent
Returns
the exponential of in
Examples
financial/heston_model.cpp.