Assuming that we have a C vector real myVector[50] = {3,2.2,31...}
and I want to turn take the abs, than or sin or why not max(0, m)
or sigmoid.
Is there any BLAS routine for that, or do I need to use a for-loop? Can I improve the for-loop if there is no BLAS routines for what I'm seeking?