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

« back to all changes in this revision

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

  • 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
 
/* -------------------------------------------------------------------------- */
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 Int UMF_store_lu
9
 
(
10
 
    NumericType *Numeric,
11
 
    WorkType *Work
12
 
) ;