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?
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?