On 01/12/2012 04:21 PM, Ivan Oseledets wrote:
> 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 a
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 wi