#include "f2c.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) |
| double atan2 | ( | const | double, | |
| const | double | |||
| ) |
Referenced by arydiv_(), conhyp_(), TBCI::polar(), and TBCI::cplx< T >::theta().
| double cos | ( | const | double | ) |
| double cosh | ( | const | double | ) |
Referenced by zshch_().
| double d_imag | ( | const doublecomplex * | ) |
| double d_int | ( | const doublereal * | ) |
| double d_lg10 | ( | const doublereal * | ) |
Referenced by arydiv_().
| double d_nint | ( | const doublereal * | ) |
| double d_sign | ( | const doublereal * | , | |
| const doublereal * | ||||
| ) |
| double exp | ( | const | double | ) |
Referenced by bernoulli(), TBCI::besselh1(), TBCI::besselh2(), chi_s(), erfc3(), std::exp(), poisson(), zbesy_(), zbknu_(), zexp_(), zkscl_(), zmlri_(), zseri_(), zuni1_(), zuni2_(), zunk1_(), zunk2_(), and zuoik_().
| double log | ( | const | double | ) |
Referenced by std::acos(), arydiv_(), std::asin(), asinh(), std::atanh(), TBCI::basis_trafo(), TBCI::Basis_Trafo(), cgamma_(), conhyp_(), dgamln_(), TBCI::cplx< T >::ln(), std::log10(), TBCI::cplx< T >::power(), zairy_(), zbesh_(), zbesk_(), zbknu_(), zkscl_(), zlog_(), zs1s2_(), zunhj_(), zuni1_(), zuni2_(), zunik_(), zunk1_(), zunk2_(), and zuoik_().
| double pow_dd | ( | const doublereal * | , | |
| const doublereal * | ||||
| ) |
| double pow_di | ( | const doublereal * | , | |
| const integer * | ||||
| ) |
Referenced by chgf_().
| double sin | ( | const | double | ) |
| double sinh | ( | const | double | ) |
Referenced by zshch_().
| double sqrt | ( | const | double | ) |
Referenced by TBCI::Vector< unsigned >::abs(), TBCI::FS_Vector< dims, T >::abs(), std::abs(), std::acos(), std::asin(), asinh(), std::atan(), TBCI::basis_trafo(), TBCI::Basis_Trafo(), TBCI::BiCG(), TBCI::BiCGSTAB(), TBCI::CGS(), erfc3(), TBCI::Vector< unsigned >::fabs(), TBCI::Matrix< T >::fabs(), TBCI::TSMatrix< T >::fabs(), TBCI::TMatrix< T >::fabs(), TBCI::FS_Vector< dims, T >::fabs(), TBCI::F_Matrix< T >::fabs(), TBCI::F_TSMatrix< T >::fabs(), std::fabs(), TBCI::hcplx::fabs(), fact(), TBCI::GeneratePlaneRotation(), TBCI::GMRES(), myzabs_(), own_ew_(), TBCI::QMR(), std::sqrt(), TBCI::sv_decomp(), TBCI::sv_decomp_pythag(), zairy_(), zasyi_(), zbesh_(), zbesi_(), zbesj_(), zbesk_(), zbknu_(), zmlri_(), zrati_(), zseri_(), zsqrt_(), and zunhj_().
| double z_abs | ( | const doublecomplex * | ) |
| void z_div | ( | doublecomplex * | , | |
| const doublecomplex * | , | |||
| const doublecomplex * | ||||
| ) |
| void z_log | ( | doublecomplex * | , | |
| const doublecomplex * | ||||
| ) |
1.5.6