Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
See more:
How Can I Do fixed point all matrix functions supported to 4X4square Matrix with real and imaginary part.
fixed point addition 32 bit (qformat 32).
fixed point subtraction 32 bit (qformat 32).
fixed point multiplication 32 bit (qformat 32).
fixed point division 32 bit (qformat 32).
struct matrix
{
int real;
int imag;
};

please share code
Posted
Updated 20-Apr-15 20:56pm
v2
Comments
Sergey Alexandrovich Kryukov 10-Nov-14 8:45am    
What do you mean "how"? By doing appropriate software development work. And learning some of linear algebra, in case you are missing some knowledge on matrix operation. Any particular concerns?
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900