- Timestamp:
- May 24, 2008, 12:46:25 PM (17 years ago)
- Children:
- d6f7f3
- Parents:
- 35051f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pcp/src/mymath.h
r35051f rcd028d 60 60 #define CNORMSQ3(a) ((a).re[0]*(a).re[0] + (a).re[1]*(a).re[1] + (a).re[2]*(a).re[2] + (a).im[0]*(a).im[0] + (a).im[1]*(a).im[1] + (a).im[2]*(a).im[2]) //!< square of complex euclidian norm 61 61 62 inline double tpow(double, int);63 62 inline int Rest(int n, int m); 64 63 inline void RTranspose3(double *A);
Note:
See TracChangeset
for help on using the changeset viewer.