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

« back to all changes in this revision

Viewing changes to Lib/lib/lapack/flapack_svdc.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 singular value decomposition:
6
 
!
7
 
!   gebrd - (general, bidiagonal reduction) - Not Implemented
8
 
!   gbbrd - (general band, bidiagonal reduction) - Not Implemented
9
 
!   orgbr, ungber (orthogonal/unitary, generate matrix after bidiagonal reduction) - Not Implemented
10
 
!   ormbr, unmber (orthogonal/unitary, multiply matrix after bidiagonal reduction) - Not Implemented
11
 
!   bdsqr (bidiagonal, SVD using QR or dqds) - Not Implemented
12
 
!   bdsdc (bidiagonal, SVD using D&C, real) - Not Implemented
13
 
!
14
 
!  Computational routines for the generalized singular value decomposition:
15
 
!
16
 
!   ggsvp (triangular reduction) - Not Implemented
17
 
!   tgsja (GSVD of a pair of triangular matrices) - Not Implemented
18
 
!