Matrix left division C implementation

Hello

I want to implement matrix left division in C using fixed point arithmetics.
c=A
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
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories