Re: [Numpy-discussion] General Array -> Into Index Array + Value Array of Nonzero Elements
Thanks for the quick answer. I think this will help me further for the moment. Best Benjamin ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion
[Numpy-discussion] General Array -> Into Index Array + Value Array of Nonzero Elements
Hello everyone, at the moment i like to create a numpy interface to a library for numerical optimization. This library uses a special format to include symmetric matrices, basically if you have A = np.array([ [1.0, 0.0, 2.0] [0.0, 3.0, 0.0] [2.