Algorithms

Moderators: None (Apply to moderate this forum)
Number of threads: 384
Number of posts: 762

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Matrix left division C implementation Posted by entki on 29 Aug 2012 at 2:08 AM
Hello

I want to implement matrix left division in C using fixed point arithmetics.
c=A\b
where
A - matrix n x 3 (where n >> 3)
b - n x 1
c - should be 3 x 1
Anyone could give some hint how to start or give some example?
Regards



 

Recent Jobs