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

Search results for query: *

  • Users: mfm17
  • Content: Threads
  • Order by date
  1. mfm17

    Help understanding code!

    Hi, I am new with Fortran and have some understanding of what this code does but would anyone be able to describe what is going on inside each loop? Thanks! SUBROUTINE gaussj(a,n,np,b,m,mp) INTEGER m,mp,n,np,NMAX REAL a(np,np),b(np,mp) PARAMETER (NMAX=50) INTEGER...

Part and Inventory Search

Back
Top