TBCI Numerical high perf. C++ Library  2.8.0
Functions
prototypes.h File Reference
#include "tbci/lapack/f2c.h"
Include dependency graph for prototypes.h:

Go to the source code of this file.

Functions

double r_imag (const complex *)
 
double c_abs (const complex *)
 
double d_imag (const doublecomplex *)
 
double z_abs (const doublecomplex *)
 
void c_log (complex *, const complex *)
 
void z_log (doublecomplex *, const doublecomplex *)
 
void c_div (complex *, const complex *, const complex *)
 
void z_div (doublecomplex *, const doublecomplex *, const doublecomplex *)
 
void c_sin (complex *, const complex *)
 
void c_exp (complex *, const complex *)
 
double pow_di (const doublereal *, const integer *)
 
double d_int (const doublereal *)
 
double d_nint (const doublereal *)
 
double d_sign (const doublereal *, const doublereal *)
 
double d_lg10 (const doublereal *)
 
double pow_dd (const doublereal *, const doublereal *)
 
integer f_open (olist *)
 
integer s_rsle (cilist *)
 
integer s_wsle (cilist *)
 
integer s_wsfe (cilist *)
 
integer do_lio (integer *, integer *, char *, ftnlen)
 
integer do_fio (integer *, char *, ftnlen)
 
integer e_wsfe ()
 
integer e_rsle ()
 
integer e_wsle ()
 
int s_stop (const char *, ftnlen)
 
double log (const double)
 
double sqrt (const double)
 
double atan2 (const double, const double)
 
double sin (const double)
 
double cos (const double)
 
double sinh (const double)
 
double cosh (const double)
 
double exp (const double)
 
double atan (const double)
 

Function Documentation

double atan ( const double  )
double atan2 ( const double  ,
const double   
)

Referenced by arydiv_(), conhyp_(), and cplx< T >::theta().

double c_abs ( const complex )

Referenced by cgamma_().

void c_div ( complex ,
const complex ,
const complex  
)

Referenced by cgamma_().

void c_exp ( complex ,
const complex  
)

Referenced by cgamma_().

void c_log ( complex ,
const complex  
)

Referenced by cgamma_().

void c_sin ( complex ,
const complex  
)

Referenced by cgamma_().

double cos ( const double  )
double cosh ( const double  )
double d_imag ( const doublecomplex )

Referenced by chgf_(), conhyp_(), and conv12_().

double d_int ( const doublereal )

Referenced by armult_(), and chgf_().

double d_lg10 ( const doublereal )

Referenced by arydiv_().

double d_nint ( const doublereal )

Referenced by aradd_(), and chgf_().

double d_sign ( const doublereal ,
const doublereal  
)
integer do_fio ( integer ,
char *  ,
ftnlen   
)

Referenced by cgamma_(), and MAIN__().

integer do_lio ( integer ,
integer ,
char *  ,
ftnlen   
)

Referenced by MAIN__(), own_ew_(), and xerror_().

integer e_rsle ( )

Referenced by MAIN__().

integer e_wsfe ( )

Referenced by cgamma_(), i1mach_(), MAIN__(), and xerror_().

integer e_wsle ( )

Referenced by MAIN__(), own_ew_(), and xerror_().

double exp ( const double  )
integer f_open ( olist )

Referenced by MAIN__().

double log ( const double  )
double pow_dd ( const doublereal ,
const doublereal  
)

Referenced by arydiv_(), conv21_(), eadd_(), zairy_(), and zunhj_().

double pow_di ( const doublereal ,
const integer  
)

Referenced by chgf_().

double r_imag ( const complex )

Referenced by cgamma_().

integer s_rsle ( cilist )

Referenced by MAIN__().

int s_stop ( const char *  ,
ftnlen   
)

Referenced by i1mach_(), and MAIN__().

integer s_wsfe ( cilist )

Referenced by cgamma_(), i1mach_(), MAIN__(), and xerror_().

integer s_wsle ( cilist )

Referenced by MAIN__(), own_ew_(), and xerror_().

double sin ( const double  )
double sinh ( const double  )
double sqrt ( const double  )
double z_abs ( const doublecomplex )

Referenced by chgf_(), and conhyp_().

void z_div ( doublecomplex ,
const doublecomplex ,
const doublecomplex  
)

Referenced by chgf_(), and conhyp_().

void z_log ( doublecomplex ,
const doublecomplex  
)