Advertisement
Rujeerat

Untitled

Oct 22nd, 2019
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.15 KB | None | 0 0
  1. import numpy as np
  2. import numpy.f2py as f2py
  3. fid = open( 'K.f90')
  4. source = fid.read()
  5. fid.close()
  6. f2py.compile( source , modulename = 'forMatMul')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement