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...