Hi,
I am having an issue with dynamic input arguements to the following functions;
LAPACKE_dgelss();
dgetrf();dgetri();
ippmInvert_m_64f();
When the input vector is static A[10 * 10] = {...}; the output is correct namely A inverse. If the same data values are read into a dynamic vector the output is incorrect. Why am I getting this anomally?
Thanks
Vince