Is there a netlib method similar to vdInvSqrt in intel MKL?

53 Views Asked by At

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?

0

There are 0 best solutions below