~logan/ubuntu/trusty/suitesparse/4.2.1-3ubuntu1

« back to all changes in this revision

Viewing changes to CXSparse/Demo/cs_ci_demo.h

  • Committer: Bazaar Package Importer
  • Author(s): Christophe Prud'homme
  • Date: 2007-05-29 09:36:29 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070529093629-zowquo0b7slkk6nc
Tags: 3.0.0-2
* suitesparse builds properly twice in a row
* Bug fix: "suitesparse - FTBFS: Broken build depens: libgfortran1-dev",
  thanks to Bastian Blank (Closes: #426349).
* Bug fix: "suitesparse_3.0.0-1: FTBFS: build-depends on
  libgfortran1-dev", thanks to Steve Langasek (Closes: #426354).

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
    cs_ci *A ;
5
5
    cs_ci *C ;
6
6
    int sym ;
7
 
    double _Complex *x ;
8
 
    double _Complex *b ;
9
 
    double _Complex *resid ;
 
7
    cs_complex_t *x ;
 
8
    cs_complex_t *b ;
 
9
    cs_complex_t *resid ;
10
10
} problem ;
11
11
 
12
12
problem *get_problem (FILE *f, double tol) ;