Quantcast
Channel: Programmers Heaven Forums RSS Feed
Viewing all articles
Browse latest Browse all 2703

Matrix left division C implementation

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

Viewing all articles
Browse latest Browse all 2703

Trending Articles