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 bkrike 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: Zioivan
  • Content: Threads
  • Order by date
  1. Zioivan

    Fast 3D array Multiplication with DGEMM.....help

    Hello! I wrote this routine that takes two 3D arrays and performs a multiplication....... function matmull(a,b) ! This in-line function performs array muliplication of two 3-D arrays double precision :: a(:,:,:),b(:,:,:) double precision :: matmull(size(a,1),size(b,3)) integer i...

Part and Inventory Search

Back
Top