is there a library for matrix manipulation?

S

Sam

Hello, in my coding work I'm going to using a lot of matix
manipulation, just basic matrix addition, multiplication, Gaussian
method solving for roots, least square... But I don't know if there's
a library which defines matrix and its manipulation. I know there must
be one and it's somethere but I just have no experience.

Thanks.
 
K

Karl Heinz Buchegger

Sam said:
Hello, in my coding work I'm going to using a lot of matix
manipulation, just basic matrix addition, multiplication, Gaussian
method solving for roots, least square... But I don't know if there's
a library which defines matrix and its manipulation. I know there must
be one and it's somethere but I just have no experience.

As always when searching for some library or source code, your
first thinking should be: What does google know about it:

http://www.google.com
Search text: matrix C++ download

turns up lots of hits, choose one.
 
V

Victor Bazarov

Sam said:
Hello, in my coding work I'm going to using a lot of matix
manipulation, just basic matrix addition, multiplication, Gaussian
method solving for roots, least square... But I don't know if there's
a library which defines matrix and its manipulation. I know there must
be one and it's somethere but I just have no experience.

Try Googling for OONumerics. Also check out the periodic posting
by Nikki Locke titled "Available C++ Libraries FAQ".

Victor
 
E

Evan Carew

Sam,

You could try the uBLAS library provided within BOOST. This seems to be
a place to start for dense matrix ops.

Evan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,159
Messages
2,570,881
Members
47,418
Latest member
NoellaXku

Latest Threads

Top