Program to solve Linear equations using Gauss elimination, Finding Inverse and LU Decomposition

M

mano

Hello....

Can anybody give me some idea ...
How to write programs on (...(In C++))
Gauss elimination
LU Decomposition
finding Inverse

Thanks
 
P

Preben

As Gianna said - look at uBLAS from boost...

If you wan't to use lapack download the boost bindings from the
boost-sandbox at sourceforge.


Regards,
Preben
 
M

mano

As Gianna said - look at uBLAS from boost...

If you wan't to use lapack download the boost bindings from the
boost-sandbox at sourceforge.

Regards,
Preben

Hey ...
Thanks to u guys


can u give me the link to sourceforge and ublas
As i am hearing those names for the first time

thanks
bye
 
P

Preben

can u give me the link to sourceforge and ublas
As i am hearing those names for the first time

http://boost.org/ (ublas part of the boost-library)
http://sourceforge.net/projects/boost-sandbox/


ublas documentation:
http://www.boost.org/libs/numeric/ublas/doc/index.htm

and the sandbox documentation is still not available.

You should probably also look at general blas and general lapack
distributions (these will be needed).

I would search for the atlas implementations. These are probably in your
package tree in your linux distribution (or for Windows search google)


/ Preben
 

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
473,780
Messages
2,569,611
Members
45,276
Latest member
Sawatmakal

Latest Threads

Top