search for: abscomplex

Displaying 1 result from an estimated 1 matches for "abscomplex".

2008 Dec 15
1
Pearson Correlation Speed
...plex& lhs, const complex& rhs); ^ ap.h(164): warning #858: type qualifier on return type is meaningless const bool operator!=(const complex& lhs, const complex& rhs); ^ ap.h(179): warning #858: type qualifier on return type is meaningless const double abscomplex(const complex &z); ^ icpc -shared -L/usr/local/lib -o correlation.so correlation.o - -- end output -- 4) Now this doesn't look brilliant! Any thoughts? Also, I'm assuming I need to do some other work with the C++ code in order to allow me to use it from within my R scrip...