hey, i have an algorithm that computes two matrices like that:

A(i,k) = (x(i,k) + y(i,k))/norm
B(i,k) = (x(i,k) - y(i,k))/norm

it would be convenient to have the method like that:

>>> A, B = mod.meth(C, prob=.95)

is ith possible to return two arrays?

best regards

_______________________________________________
NumPy-Discussion mailing list
[email protected]
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to