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 1237 of file basics.h.

int std::conj ( const int  arg)
inline

conj for elementary types

Definition at line 1036 of file basics.h.

Referenced by BiCG(), cediv(), cemul(), do_bdmat_vec_dotmult(), and dot().

unsigned std::conj ( const unsigned  arg)
inline

Definition at line 1037 of file basics.h.

References arg().

long std::conj ( const long  arg)
inline

Definition at line 1038 of file basics.h.

short std::conj ( const short  arg)
inline

Definition at line 1039 of file basics.h.

References arg().

char std::conj ( const char  arg)
inline

Definition at line 1040 of file basics.h.

References arg().

float std::conj ( const float  arg)
inline

Definition at line 1041 of file basics.h.

References arg().

double std::conj ( const double  arg)
inline

Definition at line 1042 of file basics.h.

References arg().

Referenced by TBCI::dot().

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

Definition at line 1204 of file basics.h.

References a().

int std::imag ( const int  d)
inline

Definition at line 1049 of file basics.h.

Referenced by eig().

unsigned std::imag ( const unsigned  d)
inline

Definition at line 1050 of file basics.h.

float std::imag ( const float  d)
inline

Definition at line 1051 of file basics.h.

double std::imag ( const double  d)
inline

Definition at line 1052 of file basics.h.

int std::real ( const int  d)
inline

Definition at line 1044 of file basics.h.

References arg().

unsigned std::real ( const unsigned  d)
inline

Definition at line 1045 of file basics.h.

float std::real ( const float  d)
inline

Definition at line 1046 of file basics.h.

double std::real ( const double  d)
inline

Definition at line 1047 of file basics.h.

Referenced by TBCI::sign().

double std::sqrt ( const int  a)
inline