- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, I'm working on the design of a routine which would to Y = A*X + Y where A is a Matrix whose elements are complex numbers
X & Y are vectors which also consist of complex numbers.
I wanted to know if there is any optimized method to multiply a complex Matrix with a complex vector so as to minimize the memory references and also the arithmetic operations. ie to multiply an element in complex matrix with an element in vector would mean multiplying two complex numbers (a + ib)(c+id) = (ac-bd) + i( ad+bc) where a &b are elements of Matrix and c &d are elements of vector X.
Thanks in advance.....
X & Y are vectors which also consist of complex numbers.
I wanted to know if there is any optimized method to multiply a complex Matrix with a complex vector so as to minimize the memory references and also the arithmetic operations. ie to multiply an element in complex matrix with an element in vector would mean multiplying two complex numbers (a + ib)(c+id) = (ac-bd) + i( ad+bc) where a &b are elements of Matrix and c &d are elements of vector X.
Thanks in advance.....
Link Copied
0 Replies

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page