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

« back to all changes in this revision

Viewing changes to lib/src/BlasLapack/dscal.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:
9
9
*
10
10
*  Purpose
11
11
*  =======
12
 
**
13
 
*     scales a vector by a constant.
 
12
*
 
13
*     DSCAL scales a vector by a constant.
14
14
*     uses unrolled loops for increment equal to one.
 
15
*
 
16
*  Further Details
 
17
*  ===============
 
18
*
15
19
*     jack dongarra, linpack, 3/11/78.
16
20
*     modified 3/93 to return if incx .le. 0.
17
21
*     modified 12/3/93, array(1) declarations changed to array(*)
18
22
*
 
23
*  =====================================================================
19
24
*
20
25
*     .. Local Scalars ..
21
26
      INTEGER I,M,MP1,NINCX