0

The call to get the inverse square root of a matrix/vector using Intel MKL is

vdInvSqrt(numElements, inputArray, outputArray);

Are there other ways to perform this function using only netlib calls?

MadHatter
  • 321
  • 7
  • 17
  • netlib has a bunch of different libraries, each of which do their own wildly varying things, mostly very old and dusty. Which one(s) are you using? – Shawn Jan 28 '19 at 21:10
  • I'm using ESSL now; I have blas and lapack with C++. I'm trying to write this function instead of using MKL. – MadHatter Jan 29 '19 at 21:06

0 Answers0