summaryrefslogtreecommitdiff
path: root/src/include/cctk_Complex.h
Commit message (Expand)AuthorAge
* Replace Cactus complex number type with C/C++ complex numberseschnett2013-03-08
* This patch makes complex arithmetic in C and C++ more efficient, andschnetter2007-04-27
* Patch from Yaakoub to add a complex version of the 'pow' function.goodale2005-01-24
* Use new HAVE_CCTK_<datatype> macro names.tradke2004-06-26
* change #if CCTK_HAVE_REAL16 --> #ifdef CCTK_HAVE_REAL16jthorn2004-06-23
* Fixed typo in macros names in my previous commit: HAVE_CCTK_REAL* should readtradke2004-06-20
* Use '#if CCTK_HAVE_REAL*' rather than '#ifdef CCTK_REAL*'.tradke2004-06-20
* Fix typo.schnetter2003-10-08
* Fixed typos from last commit.tradke2003-01-07
* Added missing prototypes for CCTK_Cmplx{Sin,Cos,Exp,Sqrt}().tradke2003-01-07
* Get rid of macro recursions when declaring prototypes of CCTK_COMPLEX routines.tradke2003-01-06
* Undefine NOTHING to avoid compiler warning if this macro gets redefined later.tradke2002-01-02
* Fixed the complex div() and abs() routines to conform to the GNU Scientific L...tradke2001-12-12
* Added CCTK complex functions for all possible precisions.tradke2001-02-20
* All include files for thorns now have cctk_ then a capital letter (!)allen2000-01-16