TBCI Numerical high perf. C++ Library  2.8.0
Functions
std Namespace Reference

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)
 

Function Documentation

unsigned std::abs ( const unsigned  a)
inline

Definition at line 1256 of file basics.h.

int std::conj ( const int  arg)
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().

unsigned std::conj ( const unsigned  arg)
inline

Definition at line 1056 of file basics.h.

References arg().

long std::conj ( const long  arg)
inline

Definition at line 1057 of file basics.h.

short std::conj ( const short  arg)
inline

Definition at line 1058 of file basics.h.

References arg().

char std::conj ( const char  arg)
inline

Definition at line 1059 of file basics.h.

References arg().

float std::conj ( const float  arg)
inline

Definition at line 1060 of file basics.h.

References arg().

double std::conj ( const double  arg)
inline

Definition at line 1061 of file basics.h.

References arg().

double std::fabs ( const int  a)
inline
double std::fabs ( const unsigned int  a)
inline

Definition at line 1223 of file basics.h.

References a.

int std::imag ( const int  d)
inline

Definition at line 1068 of file basics.h.

Referenced by eig(), cplx< T >::exp(), and imag().

unsigned std::imag ( const unsigned  d)
inline

Definition at line 1069 of file basics.h.

float std::imag ( const float  d)
inline

Definition at line 1070 of file basics.h.

double std::imag ( const double  d)
inline

Definition at line 1071 of file basics.h.

int std::real ( const int  d)
inline

Definition at line 1063 of file basics.h.

References arg().

unsigned std::real ( const unsigned  d)
inline

Definition at line 1064 of file basics.h.

float std::real ( const float  d)
inline

Definition at line 1065 of file basics.h.

double std::real ( const double  d)
inline

Definition at line 1066 of file basics.h.

double std::sqrt ( const int  a)
inline