~ubuntu-branches/ubuntu/karmic/python-scipy/karmic

« back to all changes in this revision

Viewing changes to Lib/linalg/generic_cblas.pyf

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T. Chen (new)
  • Date: 2005-03-16 02:15:29 UTC
  • Revision ID: james.westby@ubuntu.com-20050316021529-xrjlowsejs0cijig
Tags: upstream-0.3.2
ImportĀ upstreamĀ versionĀ 0.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
!%f90 -*- f90 -*-
 
2
! Signatures for f2py-wrappers of ATLAS C BLAS functions.
 
3
!
 
4
! Author: Pearu Peterson
 
5
! Created: Jan-Feb 2002
 
6
! $Revision: 1.1 $ $Date: 2002/04/07 15:03:46 $
 
7
 
8
! Usage:
 
9
!  f2py -c cblas.pyf -L/usr/local/lib/atlas -lf77blas -lcblas  -latlas -lg2c
 
10
 
 
11
python module generic_cblas
 
12
    interface
 
13
 
 
14
       <include_file=generic_cblas1.pyf>
 
15
 
 
16
    end interface
 
17
end python module generic_cblas