TBCI Numerical high perf. C++ Library 2.8.0
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

◆ atan()

double atan ( const double )

References atan(), and exp().

◆ atan2()

double atan2 ( const double ,
const double  )

References atan2(), cos(), and sin().

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

◆ c_abs()

double c_abs ( const complex * )

References c_abs(), complex, and r_imag().

Referenced by c_abs(), c_abs(), and cgamma_().

◆ c_div()

void c_div ( complex * ,
const complex * ,
const complex *  )

References c_div(), and complex.

Referenced by c_div(), c_div(), and cgamma_().

◆ c_exp()

void c_exp ( complex * ,
const complex *  )

References c_exp(), c_sin(), and complex.

Referenced by c_exp(), c_exp(), and cgamma_().

◆ c_log()

void c_log ( complex * ,
const complex *  )

References c_log(), and complex.

Referenced by c_log(), and cgamma_().

◆ c_sin()

void c_sin ( complex * ,
const complex *  )

Referenced by c_exp(), and cgamma_().

◆ cos()

double cos ( const double )

◆ cosh()

double cosh ( const double )

References cosh(), and sinh().

◆ d_imag()

double d_imag ( const doublecomplex * )

References d_imag(), doublecomplex, and z_abs().

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

◆ d_int()

double d_int ( const doublereal * )

References d_int(), and doublereal.

Referenced by armult_(), chgf_(), and d_int().

◆ d_lg10()

double d_lg10 ( const doublereal * )

References d_lg10(), and doublereal.

Referenced by arydiv_(), and d_lg10().

◆ d_nint()

double d_nint ( const doublereal * )

References d_nint(), and doublereal.

Referenced by aradd_(), chgf_(), and d_nint().

◆ d_sign()

double d_sign ( const doublereal * ,
const doublereal *  )

◆ do_fio()

integer do_fio ( integer * ,
char * ,
ftnlen  )

References do_fio(), and integer.

Referenced by cgamma_(), do_fio(), and MAIN__().

◆ do_lio()

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

References do_lio(), and integer.

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

◆ e_rsle()

integer e_rsle ( )

References e_rsle(), e_wsfe(), e_wsle(), and integer.

Referenced by e_rsle(), and MAIN__().

◆ e_wsfe()

integer e_wsfe ( )

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

◆ e_wsle()

integer e_wsle ( )

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

◆ exp()

double exp ( const double )

◆ f_open()

integer f_open ( olist * )

References f_open(), and integer.

Referenced by f_open(), and MAIN__().

◆ log()

double log ( const double )

References log(), and sqrt().

◆ pow_dd()

double pow_dd ( const doublereal * ,
const doublereal *  )

References doublereal, and pow_dd().

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

◆ pow_di()

double pow_di ( const doublereal * ,
const integer *  )

References doublereal, integer, and pow_di().

Referenced by chgf_(), and pow_di().

◆ r_imag()

double r_imag ( const complex * )

Referenced by c_abs(), cgamma_(), and r_imag().

◆ s_rsle()

integer s_rsle ( cilist * )

References integer, s_rsle(), s_wsfe(), and s_wsle().

Referenced by MAIN__(), and s_rsle().

◆ s_stop()

int s_stop ( const char * ,
ftnlen  )

References s_stop().

Referenced by i1mach_(), MAIN__(), and s_stop().

◆ s_wsfe()

integer s_wsfe ( cilist * )

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

◆ s_wsle()

integer s_wsle ( cilist * )

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

◆ sin()

double sin ( const double )

◆ sinh()

double sinh ( const double )

◆ sqrt()

double sqrt ( const double )

◆ z_abs()

double z_abs ( const doublecomplex * )

Referenced by chgf_(), conhyp_(), d_imag(), and z_abs().

◆ z_div()

void z_div ( doublecomplex * ,
const doublecomplex * ,
const doublecomplex *  )

References doublecomplex, and z_div().

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

◆ z_log()

void z_log ( doublecomplex * ,
const doublecomplex *  )

References doublecomplex, and z_log().

Referenced by z_log().