|
TBCI Numerical high perf. C++ Library
2.8.0
|
Functions | |
| int | conj (const int arg) |
| conj for elementary types More... | |
| unsigned | conj (const unsigned arg) |
| long | conj (const long arg) |
| short | conj (const short arg) |
| char | conj (const char arg) |
| float | conj (const float arg) |
| double | conj (const double arg) |
| int | real (const int d) |
| unsigned | real (const unsigned d) |
| float | real (const float d) |
| double | real (const double d) |
| int | imag (const int d) |
| unsigned | imag (const unsigned d) |
| float | imag (const float d) |
| double | imag (const double d) |
| double | fabs (const int a) |
| double | sqrt (const int a) |
| double | fabs (const unsigned int a) |
| unsigned | abs (const unsigned a) |
|
inline |
conj for elementary types
Definition at line 1055 of file basics.h.
Referenced by BiCG(), cediv(), cemul(), conj(), do_bdmat_vec_dotmult(), dot(), and TBCI::dot().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 1215 of file basics.h.
Referenced by asinh(), BdMatrix< T >::autoinsert(), bernoulli(), besselh1(), besselh2(), besseli(), besselj(), besselk(), bessely(), BiCGSTAB(), expm3(), cplx< T >::fabs(), fabs(), CSCMatrix< T >::fill(), fix_condition(), gaussj(), lev_mar(), LM_fit_2D(), cplx< T >::ln(), lu_decomp(), lu_solve(), norm_1(), operator<(), operator<=(), BdMatrix< T >::operator==(), operator>(), operator>=(), cplx< T >::power(), cplx< T >::sqrt(), sv_decomp(), and sv_decomp_pythag().
|
inline |
|
inline |
Definition at line 1068 of file basics.h.
Referenced by eig(), cplx< T >::exp(), and imag().
|
inline |
Definition at line 1216 of file basics.h.
Referenced by FS_Vector< dims, T >::abs(), cplx< T >::abs(), Vector< unsigned >::abs(), cplx< T >::acos(), cplx< T >::acosh(), cplx< T >::asin(), asinh(), cplx< T >::asinh(), basis_trafo(), BiCG(), BiCGSTAB(), CGS(), erfc3(), fabs(), FS_Vector< dims, T >::fabs(), cplx< T >::fabs(), TMatrix< T >::fabs(), F_TSMatrix< T >::fabs(), TSMatrix< T >::fabs(), F_Matrix< T >::fabs(), Vector< unsigned >::fabs(), Matrix< T >::fabs(), fact(), myzabs_(), own_ew_(), QMR(), cplx< T >::sqrt(), sv_decomp(), sv_decomp_pythag(), zairy_(), zasyi_(), zbesh_(), zbesi_(), zbesj_(), zbesk_(), zbknu_(), zmlri_(), zrati_(), zseri_(), zsqrt_(), and zunhj_().
1.8.5