Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Looking for open source code for matrix ops and solver

Status
Not open for further replies.

OceanDesigner

Programmer
Oct 30, 2003
173
US
I am looking for two sets of code:
1) invert a matrix
2) linear solver
Are there any online repositories for C/C++ code that are available for public use?

Thanks - Jeff
 
Doesn't BLAS (Basic Linear Algebra... Something-or-another) do that kind of thing?
 
Looks like they have a linear solver, but I do not see code to invert a matrix. I will take it up with their message board. Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top