~ubuntu-branches/ubuntu/raring/python-scipy/raring-proposed

« back to all changes in this revision

Viewing changes to Lib/sandbox/pysparse/umfpack/umf_ltsolve.h

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-01-07 14:12:12 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070107141212-mm0ebkh5b37hcpzn
* Remove build dependency on python-numpy-dev.
* python-scipy: Depend on python-numpy instead of python-numpy-dev.
* Package builds on other archs than i386. Closes: #402783.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* -------------------------------------------------------------------------- */
 
2
/* UMFPACK Version 4.1 (Apr. 30, 2003), Copyright (c) 2003 by Timothy A.      */
 
3
/* Davis.  All Rights Reserved.  See ../README for License.                   */
 
4
/* email: davis@cise.ufl.edu    CISE Department, Univ. of Florida.            */
 
5
/* web: http://www.cise.ufl.edu/research/sparse/umfpack                       */
 
6
/* -------------------------------------------------------------------------- */
 
7
 
 
8
GLOBAL double UMF_ltsolve
 
9
(
 
10
    NumericType *Numeric,
 
11
    Entry X [ ],
 
12
    Int Pattern [ ]
 
13
) ;
 
14
 
 
15
GLOBAL double UMF_lhsolve
 
16
(
 
17
    NumericType *Numeric,
 
18
    Entry X [ ],
 
19
    Int Pattern [ ]
 
20
) ;