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

« back to all changes in this revision

Viewing changes to CHOLMOD/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, version 1.6.0
 
2
 
 
3
    * minor lint cleanup (no bugs)
 
4
 
 
5
    * new CHOLMOD_CLEAR_FLAG macro, which speeds up the calls to
 
6
        cholmod_clear_flag, avoiding the function call if not needed.  Note
 
7
        that this leads to untested lines in the Tcov test, but the lines of
 
8
        the macro are tested in several places, just not everywhere it appers.
 
9
 
 
10
    * port to MATLAB 7.5 (mex -lmwblas option now required for Linux)
 
11
 
 
12
    * minor bug fix to cholmod_add.c to avoid potential Int overflow
 
13
 
 
14
    * extra option added to cholmod2 mexFunction
 
15
 
 
16
    * sparse2 mexFunction modified to ensure nnz(A) == nzmax(A) always holds
 
17
        (It didn't in v1.5.0 if numerically zero entries were dropped in A).
 
18
 
 
19
    * correction to Help comments for spsym function
 
20
 
 
21
    * bug fix to cholmod_symmetry.c: determination of Hermitian vs non-Hermitian
 
22
        matrices was incorrect if the diagonal was imaginary.
 
23
 
 
24
    * performance fix for cholmod_nesdis.c and nesdis mexFunction
 
25
 
1
26
May 31, 2007, version 1.5.0
2
27
 
3
28
    * 64-bit MATLAB interface