Good .NET library for fast streaming / batching trigonometry (Atan)?

Posted by Sean on Stack Overflow See other posts from Stack Overflow or by Sean
Published on 2010-05-25T20:28:29Z Indexed on 2010/05/25 20:31 UTC
Read the original article Hit count: 295

I need to call Atan on millions of values per second. Is there a good library to perform this operation in batch very fast. For example, a library that streams the low level logic using something like SSE?

I know that there is support for this in OpenCL, but I would prefer to do this operation on the CPU. The target machine might not support OpenCL.

I also looked into using OpenCV, but it's accuracy for Atan angles is only ~0.3 degrees. I need accurate results.

© Stack Overflow or respective owner

Related posts about Performance

Related posts about streaming