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

« back to all changes in this revision

Viewing changes to KLU/Tcov/klutests

  • 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:
 
1
#!/bin/csh
 
2
 
 
3
# 57 unique statements:
 
4
./klutest < ../Matrix/impcol_a.mtx
 
5
 
 
6
# 20:
 
7
./klutest < ../Matrix/GD99_cc.mtx
 
8
 
 
9
# 17:
 
10
./klutest < ../Matrix/two.mtx
 
11
 
 
12
# 10:
 
13
./klutest < ../Matrix/w156.mtx
 
14
 
 
15
# 3, xsize memgrow in klu_kernel
 
16
./klutest < ../Matrix/arrow.mtx
 
17
 
 
18
# 3, xsize memgrow in klu_kernel, 1 in klu_z_condest,
 
19
./klutest < ../Matrix/arrowc.mtx
 
20
 
 
21
# 2 in klu_z_kernel (if pivot == 0 and halt_if_singular, and in complex divide)
 
22
./klutest < ../Matrix/onec.mtx
 
23
 
 
24
# 1 in klu_kernel (if pivot == 0 and halt if singular)
 
25
./klutest < ../Matrix/one.mtx
 
26
 
 
27
# 1 in klu_z_condest:
 
28
./klutest < ../Matrix/1c.mtx
 
29
 
 
30
# 1 in klu_z_condest:
 
31
./klutest < ../Matrix/ctina.mtx