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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

dgetrs & dgetrf

Status
Not open for further replies.

emanjamshidi

Technical User
Jul 29, 2012
1
Hi,
I have a fortran code,in this code use 2 function such below.and when i run this code it return an error.what's this function and where can i find this source.

best regards


call dgetrf( NUN, NUN, KG, NDOF, ipiv, info1 )
call dgetrs( 'N', NUN, 1_4, KG, NDOF, ipiv, RG, NDOF, info2 )
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top