Code Monkey home page Code Monkey logo

fortran90's Introduction

fortran90

http://fortran90.org source code examples

fcython_mesh/ is for the illustration purpose of http://fortran90.org/src/best-practices.html#interfacing-with-python

fcython_qpck_1/ is for the same goal, but one need here to wrap a function written on python/cython and called by the quadpack fortran integrator (also the code from http://people.sc.fsu.edu/~jburkardt/f_src/quadpack/quadpack.html was put here, which seems to be a more modern version than on the http://www.netlib.org/quadpack/ one)

f90_vs_numpy_arrays_5.f90 is the version of the source code from http://people.sc.fsu.edu/~jburkardt/f_src/quadpack/quadpack.html rewritten in to a modern fortran explicit interface style according to advices from http://fortran90.org/ (but gfortran still warns with debugging flags from http://fortran90.org/src/faq.html#what-compiler-options-should-i-use-for-development)

fcython_qpck_2/ is for another C/Fortran wrapping style due to kleinert.pdf

testIntelMKL/ is for relative benchmarking of array and matrices operations, because fortran and python/cython integration is viewed as very perspective especially on the array operations speedup http://technicaldiscovery.blogspot.ru/2011/06/speeding-up-python-numpy-cython-and.html It is also interesing whether some speedup would take place in direct fortran usage in the way given in http://fortran90.org/src/best-practices.html#interfacing-with-python in comparison to f2py wrapping.

fortran90's People

Contributors

cbcoutinho avatar certik avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.