Search found 13 matches

by workless
Sun Mar 25, 2018 5:58 am
Forum: Programs, Libraries and Tools
Topic: Matrix manipulation modules (umatrix, ulinalg)
Replies: 14
Views: 13454

Re: Matrix manipulation modules (umatrix, ulinalg)

What would it take to convert the key parts of this module to use Micropython arrays and assembler for the inner loops? So, I had a go at writing some functions in assembler to do some basic array computations (add, subtract, negative, multiply, divide, etc.). Take a look and feel free to give me s...
by workless
Sat Mar 24, 2018 8:37 pm
Forum: Programs, Libraries and Tools
Topic: Matrix manipulation modules (umatrix, ulinalg)
Replies: 14
Views: 13454

Re: Matrix manipulation modules (umatrix, ulinalg)

As far as I know this is the only attempt to add matrix manipulation capabilities to Micropython. What would it take to convert the key parts of this module to use Micropython arrays and assembler for the inner loops? (Not sure I have the skills or time but willing to help if someone more knowledgab...
by workless
Sat Mar 24, 2018 7:58 pm
Forum: MicroPython pyboard
Topic: Installing NumPy on the Pyboard
Replies: 3
Views: 14262

Re: Installing NumPy on the Pyboard

[quote=Iyassou post_id=11775 time=1467287560 user_id=1808] Hello, I want to install Numpy on my Pyboard so that I can use the handy numpy.linalg.det() function to find a matrix determinant. I was wondering if this is possible and if it is how is it done. Thanks. [/quote] I knew that numpy would not ...