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

« back to all changes in this revision

Viewing changes to lib/src/BlasLapack/ddot.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
*  Purpose
10
10
*  =======
11
11
*
12
 
*     forms the dot product of two vectors.
 
12
*     DDOT forms the dot product of two vectors.
13
13
*     uses unrolled loops for increments equal to one.
 
14
*
 
15
*  Further Details
 
16
*  ===============
 
17
*
14
18
*     jack dongarra, linpack, 3/11/78.
15
19
*     modified 12/3/93, array(1) declarations changed to array(*)
16
20
*
 
21
*  =====================================================================
17
22
*
18
23
*     .. Local Scalars ..
19
24
      DOUBLE PRECISION DTEMP