Searched refs:matx (Results 1 – 1 of 1) sorted by relevance
319 static INLINE int SVD(double *U, double *W, double *V, double *matx, int M, in SVD() argument342 memcpy(&(nrU[i][0]), matx + N * i, N * sizeof(*matx)); in SVD()