~ubuntu-branches/ubuntu/maverick/openturns/maverick

« back to all changes in this revision

Viewing changes to lib/src/BlasLapack/dlasy2.f

  • Committer: Bazaar Package Importer
  • Author(s): Fabrice Coutadeur
  • Date: 2010-05-10 17:27:55 UTC
  • mfrom: (1.1.4 upstream) (5.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100510172755-cb5ynskknqqi5rhp
Tags: 0.13.2-2ubuntu1
* Merge with Debian testing. No changes left.
* ubuntu_fix-python-2.6.patch: fix detection of python 2.6 libs, to not use
  LOCALMODLIBS. This pulls a dependency on SSL and makes the package FTBFS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
      SUBROUTINE DLASY2( LTRANL, LTRANR, ISGN, N1, N2, TL, LDTL, TR,
2
2
     $                   LDTR, B, LDB, SCALE, X, LDX, XNORM, INFO )
3
3
*
4
 
*  -- LAPACK auxiliary routine (version 3.1) --
5
 
*     Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd..
 
4
*  -- LAPACK auxiliary routine (version 3.2) --
 
5
*  -- LAPACK is a software package provided by Univ. of Tennessee,    --
 
6
*  -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
6
7
*     November 2006
7
8
*
8
9
*     .. Scalar Arguments ..