New submission from Christoph Reiter <[email protected]>:
This is needed for matplotlib
import numpy
A = numpy.array([
[1, 3, 3],
[1, 4, 3],
[1 ,3, 4],
])
A1 = numpy.array([
[7, -3, -3],
[-1, 1, 0],
[-1, 0, 1],
])
assert numpy.array_equal(numpy.linalg.inv(A), A1)
----------
messages: 6589
nosy: lazka, pypy-issue
priority: feature
status: unread
title: numpy: numpy.linalg.inv missing
________________________________________
PyPy bug tracker <[email protected]>
<https://bugs.pypy.org/issue1705>
________________________________________
_______________________________________________
pypy-issue mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-issue