~ubuntu-branches/ubuntu/hardy/suitesparse/hardy

« back to all changes in this revision

Viewing changes to CSparse/Doc/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere, Rafael Laboissiere, Ondrej Certik
  • Date: 2008-02-21 14:46:50 UTC
  • mfrom: (1.1.2 upstream) (5.1.1 hardy)
  • Revision ID: james.westby@ubuntu.com-20080221144650-tgeppgj0t7s759i8
Tags: 3.1.0-3
[ Rafael Laboissiere ]
* Upload to unstable

[ Ondrej Certik ]
* XS-DM-Upload-Allowed: yes field added
* Ondrej Certik added to uploaders

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Nov 1, 2007, v2.2.1
 
2
 
 
3
    * very minor change to Include/cs.h:  Changed name of 2nd argument of
 
4
        cs_permute, to match the code.  This has no affect on the code itself,
 
5
        since the type ("int *") is unchanged.  It's just a documentation issue.
 
6
 
 
7
    * minor lint cleanup in mexFunctions
 
8
 
1
9
Mar 31, 2007, v2.2.0
2
10
 
3
11
    * few changes to primary Source/ files.  Changes mostly affect MATLAB
50
58
 
51
59
    * No changes to C Source code, except for version number and date.
52
60
 
53
 
    * Added two test matrices: ibm32a and ibm32b.  ibm32ais the Harwell/
 
61
    * Added two test matrices: ibm32a and ibm32b.  ibm32a is the Harwell/
54
62
        Boeing matrix ibm32, but with the last column removed.  ibm32b
55
63
        is the transpose of ibm32a.  With optimization enabled (-O),
56
64
        2 lines in cs_maxtrans.c are not tested; these matrices correct
112
120
    * minor typos in comments corrected.  No change in code itself,
113
121
        and no change in version number or date.
114
122
 
115
 
May 27, 2006, v2.0.1:
 
123
May 27, 2006, v2.0.1: (this version is printed in the book)
116
124
 
117
125
    * minor bug fix.  cs_util.c modified, so that cs_sprealloc (T,0) works
118
126
        properly for a triplet matrix T (setting T->nzmax equal to T->nz).