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

Functions

int conj (const int arg)
 conj for elementary types
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

◆ abs()

unsigned std::abs ( const unsigned a)
inline

Definition at line 1258 of file basics.h.

References NAMESPACE_CSTD_END, and NAMESPACE_TBCI.

◆ conj() [1/7]

char std::conj ( const char arg)
inline

Definition at line 1061 of file basics.h.

References _REF_, arg(), and conj().

◆ conj() [2/7]

double std::conj ( const double arg)
inline

Definition at line 1063 of file basics.h.

References _REF_, arg(), and conj().

◆ conj() [3/7]

float std::conj ( const float arg)
inline

Definition at line 1062 of file basics.h.

References _REF_, arg(), and conj().

◆ conj() [4/7]

int std::conj ( const int arg)
inline

conj for elementary types

Definition at line 1057 of file basics.h.

References _REF_, arg(), and conj().

Referenced by conj(), conj(), conj(), conj(), conj(), conj(), and conj().

◆ conj() [5/7]

long std::conj ( const long arg)
inline

Definition at line 1059 of file basics.h.

References _REF_, arg(), and conj().

◆ conj() [6/7]

short std::conj ( const short arg)
inline

Definition at line 1060 of file basics.h.

References _REF_, arg(), and conj().

◆ conj() [7/7]

unsigned std::conj ( const unsigned arg)
inline

Definition at line 1058 of file basics.h.

References _REF_, arg(), and conj().

◆ fabs() [1/2]

double std::fabs ( const int a)
inline

Definition at line 1217 of file basics.h.

Referenced by fabs().

◆ fabs() [2/2]

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

Definition at line 1225 of file basics.h.

References a, and fabs().

◆ imag() [1/4]

double std::imag ( const double d)
inline

Definition at line 1073 of file basics.h.

References _REF_, and imag().

◆ imag() [2/4]

float std::imag ( const float d)
inline

Definition at line 1072 of file basics.h.

References _REF_, and imag().

◆ imag() [3/4]

int std::imag ( const int d)
inline

Definition at line 1070 of file basics.h.

References _REF_, and imag().

Referenced by imag(), imag(), imag(), and imag().

◆ imag() [4/4]

unsigned std::imag ( const unsigned d)
inline

Definition at line 1071 of file basics.h.

References _REF_, and imag().

◆ real() [1/4]

double std::real ( const double d)
inline

Definition at line 1068 of file basics.h.

References _REF_, and real().

◆ real() [2/4]

float std::real ( const float d)
inline

Definition at line 1067 of file basics.h.

References _REF_, and real().

◆ real() [3/4]

int std::real ( const int d)
inline

Definition at line 1065 of file basics.h.

References _REF_, and real().

Referenced by real(), real(), real(), and real().

◆ real() [4/4]

unsigned std::real ( const unsigned d)
inline

Definition at line 1066 of file basics.h.

References _REF_, and real().

◆ sqrt()

double std::sqrt ( const int a)
inline

Definition at line 1218 of file basics.h.

References SQRT.

Referenced by QMR().