~ubuntu-branches/ubuntu/saucy/python-scipy/saucy

« back to all changes in this revision

Viewing changes to Lib/lib/lapack/flapack_gevc.pyf.src

  • Committer: Bazaar Package Importer
  • Author(s): Ondrej Certik
  • Date: 2008-06-16 22:58:01 UTC
  • mfrom: (2.1.24 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080616225801-irdhrpcwiocfbcmt
Tags: 0.6.0-12
* The description updated to match the current SciPy (Closes: #489149).
* Standards-Version bumped to 3.8.0 (no action needed)
* Build-Depends: netcdf-dev changed to libnetcdf-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
! -*- f90 -*-
2
 
!
3
 
! Contains wrappers for the following LAPACK routines:
4
 
!
5
 
!  Computational routines for the generalized nonsymmetric eigenproblem:
6
 
!
7
 
!   gghrd (general, Hessenberg reduction) - Not Implemented
8
 
!   ggbal (general, balancing) - Not Implemented
9
 
!   ggbak (general, back transforming) - Not Implemented
10
 
!   hgeqz (Hessenberg, Schur factorization) - Not Implemented
11
 
!   tgevc ((quasi)triangular, eigenvectors) - Not Implemented
12
 
!   tgexc ((quasi)triangular, reordering Schur decomposition) - Not Implemented
13
 
!   tgsyl ((quasi)triangular, Sylvester equation) - Not Implemented
14
 
!   tgsna ((quasi)triangular condition numbers of eigenvalues/vectors) - Not Implemented
15
 
!   tgsen ((quasi)triangular condition numbers of eigenvalue cluster/deflating subspaces) - Not Implemented
16
 
!
 
 
b'\\ No newline at end of file'