Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations KootK 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: Gosik
  • Order by date
  1. Gosik

    [Fortran]Multiplying Matrices Using dgemm

    Hi! I would like to multiply two arrays in Fortran using DGEMM (BLAS procedure). I have written a simple program: program matrix implicit none double precision mac(m,n),mac2(n,k),mac3(m,k) integer R,L integer m,n,k m=4 n=2 k=3 call FILLMATRIX(m,n,mac) call...

Part and Inventory Search