cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
multiply two complex matrix
multiply two complex matrix
Apr 10, 2015 at 9:24am UTC
abhinav raj
(1)
hii actually i m new to c++
actually i want to multiply two complex matrix (1*2 with 2*2)
can anybody help me to have some idea to get .. i m not getting the idea
Last edited on
Apr 10, 2015 at 9:25am UTC
Apr 10, 2015 at 1:09pm UTC
LB
(13399)
Find a template matrix library that has already been written, and use the
std::complex
type:
http://www.cplusplus.com/reference/complex/complex/
Topic archived. No new replies allowed.