Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

Search results for query: *

  • Users: mfm17
  • 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...
Back
Top