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

« back to all changes in this revision

Viewing changes to CHOLMOD/Doc/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere
  • Date: 2009-02-24 11:08:12 UTC
  • mfrom: (7.2.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090224110812-hawvr3dh5kjbvlae
debian/control: Add an epoch to the version number of
libsuitesparse-3.0.2 in replaces/conflicts for libcolamd-3.2.0
(really, closes: #516725)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Sept 20, 2008, version 1.7.0
 
2
 
 
3
    * update for SuiteSparseQR:
 
4
 
 
5
        - add SuiteSparseQR knobs and stats to CHOLMOD Common
 
6
        - SuiteSparseQR uses CHOLMOD for its multifrontal symbolic analysis
 
7
        - changed (char *) input parameters to (const char *), to avoid
 
8
            spurious compiler warnings when C++ calls C.
 
9
        - minor change to the AMD backup strategy in cholmod_analyze, to better
 
10
            suit SuiteSparseQR
 
11
        - modified cholmod_analyze and cholmod_super_symbolic,
 
12
            to add "for_cholesky" parameter; new function cholmod_analyze_p2.
 
13
            This parameter is false for SuiteSparseQR.
 
14
        - minor correction to comments in cholmod_postorder.c
 
15
        - performance enhancement to supernodal symbolic analysis, when
 
16
            A or AA' is fairly dense
 
17
 
1
18
Nov 1, 2007, version 1.6.0
2
19
 
3
20
    * minor lint cleanup (no bugs)