
Jan. 12, 2012
2:21 p.m.
Dear all! I quite new to numpy and python. I am a matlab user, my work is mainly on multidimensional arrays, and I have a question on the svd function from numpy.linalg It seems that u,s,v=svd(a,full_matrices=False) returns u and v in the F-contiguous format. That is not in a good agreement with other numpy stuff, where C-ordering is default. For example, matrix multiplication, dot() ignores ordering and returns result always in C-ordering. (which is documented), but the svd feature is not documented. With best wishes, Ivan