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
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