Searched defs:linalg (Results 1 - 2 of 2) sorted by relevance

/inkscape/share/extensions/
H A Ddxf_outlines.py47 from numpy.linalg import solve
49 inkex.errormsg(_("Failed to import the numpy or numpy.linalg modules. These modules are required by this extension. Please install them and try again.")) namespace
H A Dperspective.py42 from numpy.linalg import *
44 inkex.errormsg(_("Failed to import the numpy or numpy.linalg modules. These modules are required by this extension. Please install them and try again. On a Debian-like system this can be done with the command, sudo apt-get install python-numpy.")) namespace

Completed in 13 milliseconds