[Pkg-scicomp-devel] suitesparse/branches/upstream/current [POSSIBLY UNSAFE]

Christophe Prud'homme prudhomm at debian.org
Wed May 23 09:36:24 UTC 2007


SVN commit 1565 by prudhomm:

[svn-upgrade] Integrating new upstream version, suitesparse (3.0.0)

 M  +4 -6      suitesparse/branches/upstream/current/AMD/Demo/Makefile  
 M  +1 -1      suitesparse/branches/upstream/current/AMD/Demo/amd_demo.c  
 M  +4 -3      suitesparse/branches/upstream/current/AMD/Demo/amd_demo.out  
 M  +1 -1      suitesparse/branches/upstream/current/AMD/Demo/amd_demo2.c  
 M  +3 -2      suitesparse/branches/upstream/current/AMD/Demo/amd_demo2.out  
 M  +1 -1      suitesparse/branches/upstream/current/AMD/Demo/amd_f77cross.f  
 M  +1 -1      suitesparse/branches/upstream/current/AMD/Demo/amd_f77demo.f  
 M  +1 -1      suitesparse/branches/upstream/current/AMD/Demo/amd_f77simple.f  
 M  +1 -1      suitesparse/branches/upstream/current/AMD/Demo/amd_f77wrapper.c  
 M  +1 -1      suitesparse/branches/upstream/current/AMD/Demo/amd_l_demo.c  
 M  +5 -4      suitesparse/branches/upstream/current/AMD/Demo/amd_l_demo.out  
 M  +1 -1      suitesparse/branches/upstream/current/AMD/Demo/amd_simple.c  
 M             suitesparse/branches/upstream/current/AMD/Doc/AMD_UserGuide.pdf  
 M  +19 -16    suitesparse/branches/upstream/current/AMD/Doc/AMD_UserGuide.tex  
 M  +8 -0      suitesparse/branches/upstream/current/AMD/Doc/ChangeLog  
 M  +1 -1      suitesparse/branches/upstream/current/AMD/Doc/License  
 M  +4 -4      suitesparse/branches/upstream/current/AMD/Include/amd.h  
 M  +1 -1      suitesparse/branches/upstream/current/AMD/Include/amd_internal.h  
 A             suitesparse/branches/upstream/current/AMD/Lib/GNUmakefile  
 A             suitesparse/branches/upstream/current/AMD/Lib/Makefile  
 M  +4 -7      suitesparse/branches/upstream/current/AMD/MATLAB/Contents.m  
 M  +12 -5     suitesparse/branches/upstream/current/AMD/MATLAB/Makefile  
 M  +1 -1      suitesparse/branches/upstream/current/AMD/MATLAB/amd2.m  
 M  +5 -15     suitesparse/branches/upstream/current/AMD/MATLAB/amd_demo.m  
 M  +3 -47     suitesparse/branches/upstream/current/AMD/MATLAB/amd_demo.m.out  
 A             suitesparse/branches/upstream/current/AMD/MATLAB/amd_install.m  
 M  +12 -10    suitesparse/branches/upstream/current/AMD/MATLAB/amd_make.m  
 M  +13 -13    suitesparse/branches/upstream/current/AMD/MATLAB/amd_mex.c  
 M  +7 -7      suitesparse/branches/upstream/current/AMD/Makefile  
 M  +10 -9     suitesparse/branches/upstream/current/AMD/README.txt  
 D             suitesparse/branches/upstream/current/AMD/Source/GNUmakefile  
 D             suitesparse/branches/upstream/current/AMD/Source/Makefile  
 M  +1 -1      suitesparse/branches/upstream/current/AMD/Source/amd_1.c  
 M  +1 -1      suitesparse/branches/upstream/current/AMD/Source/amd_2.c  
 M  +1 -1      suitesparse/branches/upstream/current/AMD/Source/amd_aat.c  
 M  +7 -5      suitesparse/branches/upstream/current/AMD/Source/amd_control.c  
 M  +2 -1      suitesparse/branches/upstream/current/AMD/Source/amd_defaults.c  
 M  +5 -2      suitesparse/branches/upstream/current/AMD/Source/amd_dump.c   [POSSIBLY UNSAFE: scanf]
 M  +1 -1      suitesparse/branches/upstream/current/AMD/Source/amd_global.c  
 M  +5 -4      suitesparse/branches/upstream/current/AMD/Source/amd_info.c  
 M  +1 -1      suitesparse/branches/upstream/current/AMD/Source/amd_order.c  
 M  +1 -1      suitesparse/branches/upstream/current/AMD/Source/amd_post_tree.c  
 M  +1 -1      suitesparse/branches/upstream/current/AMD/Source/amd_postorder.c  
 M  +1 -1      suitesparse/branches/upstream/current/AMD/Source/amd_preprocess.c  
 M  +2 -1      suitesparse/branches/upstream/current/AMD/Source/amd_valid.c  
 M  +25 -0     suitesparse/branches/upstream/current/BTF/Doc/ChangeLog  
 M  +120 -77   suitesparse/branches/upstream/current/BTF/Include/btf.h  
 M  +17 -2     suitesparse/branches/upstream/current/BTF/Include/btf_internal.h  
 M  +16 -4     suitesparse/branches/upstream/current/BTF/Lib/Makefile  
 M  +13 -14    suitesparse/branches/upstream/current/BTF/MATLAB/Contents.m  
 M  +19 -25    suitesparse/branches/upstream/current/BTF/MATLAB/Makefile  
 D             suitesparse/branches/upstream/current/BTF/MATLAB/README.txt  
 A             suitesparse/branches/upstream/current/BTF/MATLAB/Test (directory)  
 A             suitesparse/branches/upstream/current/BTF/MATLAB/Test/checkbtf.m  
 A             suitesparse/branches/upstream/current/BTF/MATLAB/Test/test1.m  
 A             suitesparse/branches/upstream/current/BTF/MATLAB/Test/test2.m  
 A             suitesparse/branches/upstream/current/BTF/MATLAB/Test/test3.m  
 A             suitesparse/branches/upstream/current/BTF/MATLAB/Test/test4.m  
 A             suitesparse/branches/upstream/current/BTF/MATLAB/Test/test4b.m  
 A             suitesparse/branches/upstream/current/BTF/MATLAB/Test/test5.m  
 A             suitesparse/branches/upstream/current/BTF/MATLAB/btf.c   [License: UNKNOWN]
 A             suitesparse/branches/upstream/current/BTF/MATLAB/btf.m  
 A             suitesparse/branches/upstream/current/BTF/MATLAB/btf_demo.m  
 A             suitesparse/branches/upstream/current/BTF/MATLAB/btf_install.m  
 A             suitesparse/branches/upstream/current/BTF/MATLAB/btf_make.m  
 D             suitesparse/branches/upstream/current/BTF/MATLAB/btf_mex.c  
 D             suitesparse/branches/upstream/current/BTF/MATLAB/checkbtf.m  
 D             suitesparse/branches/upstream/current/BTF/MATLAB/dmperm.c  
 D             suitesparse/branches/upstream/current/BTF/MATLAB/dmperm.fig  
 D             suitesparse/branches/upstream/current/BTF/MATLAB/dmperm.pdf  
 D             suitesparse/branches/upstream/current/BTF/MATLAB/dp.m  
 D             suitesparse/branches/upstream/current/BTF/MATLAB/dp_mex.c  
 M  +4 -4      suitesparse/branches/upstream/current/BTF/MATLAB/drawbtf.m  
 A             suitesparse/branches/upstream/current/BTF/MATLAB/maxtrans.c   [License: UNKNOWN]
 M  +22 -19    suitesparse/branches/upstream/current/BTF/MATLAB/maxtrans.m  
 D             suitesparse/branches/upstream/current/BTF/MATLAB/maxtrans_mex.c  
 A             suitesparse/branches/upstream/current/BTF/MATLAB/strongcomp.c   [License: UNKNOWN]
 M  +12 -15    suitesparse/branches/upstream/current/BTF/MATLAB/strongcomp.m  
 D             suitesparse/branches/upstream/current/BTF/MATLAB/strongcomp_mex.c  
 D             suitesparse/branches/upstream/current/BTF/MATLAB/td.m  
 D             suitesparse/branches/upstream/current/BTF/MATLAB/toobig.m  
 D             suitesparse/branches/upstream/current/BTF/MATLAB/trav.m  
 M  +1 -1      suitesparse/branches/upstream/current/BTF/Makefile  
 M  +80 -3     suitesparse/branches/upstream/current/BTF/README.txt  
 A             suitesparse/branches/upstream/current/BTF/Source/btf_maxtrans.c   [License: UNKNOWN]
 M  +119 -12   suitesparse/branches/upstream/current/BTF/Source/btf_order.c  
 A             suitesparse/branches/upstream/current/BTF/Source/btf_strongcomp.c   [License: UNKNOWN]
 D             suitesparse/branches/upstream/current/BTF/Source/maxtrans.c  
 D             suitesparse/branches/upstream/current/BTF/Source/strongcomp.c  
 M  +1 -1      suitesparse/branches/upstream/current/CAMD/Demo/Makefile  
 M  +1 -1      suitesparse/branches/upstream/current/CAMD/Demo/camd_demo.c  
 M  +2 -2      suitesparse/branches/upstream/current/CAMD/Demo/camd_demo.out  
 M  +1 -1      suitesparse/branches/upstream/current/CAMD/Demo/camd_demo2.c  
 M  +1 -1      suitesparse/branches/upstream/current/CAMD/Demo/camd_demo2.out  
 M  +1 -1      suitesparse/branches/upstream/current/CAMD/Demo/camd_l_demo.c  
 M  +3 -3      suitesparse/branches/upstream/current/CAMD/Demo/camd_l_demo.out  
 M  +1 -1      suitesparse/branches/upstream/current/CAMD/Demo/camd_simple.c  
 M             suitesparse/branches/upstream/current/CAMD/Doc/CAMD_UserGuide.pdf  
 M  +13 -7     suitesparse/branches/upstream/current/CAMD/Doc/CAMD_UserGuide.tex  
 M  +12 -5     suitesparse/branches/upstream/current/CAMD/Doc/ChangeLog  
 M  +2 -1      suitesparse/branches/upstream/current/CAMD/Doc/License  
 M  +1 -1      suitesparse/branches/upstream/current/CAMD/Doc/docdiff  
 M  +4 -4      suitesparse/branches/upstream/current/CAMD/Include/camd.h  
 M  +1 -1      suitesparse/branches/upstream/current/CAMD/Include/camd_internal.h  
 A             suitesparse/branches/upstream/current/CAMD/Lib/GNUmakefile  
 A             suitesparse/branches/upstream/current/CAMD/Lib/Makefile  
 M  +3 -7      suitesparse/branches/upstream/current/CAMD/MATLAB/Contents.m  
 M  +12 -5     suitesparse/branches/upstream/current/CAMD/MATLAB/Makefile  
 M  +4 -7      suitesparse/branches/upstream/current/CAMD/MATLAB/camd.m  
 M  +12 -16    suitesparse/branches/upstream/current/CAMD/MATLAB/camd_demo.m  
 M  +2 -224    suitesparse/branches/upstream/current/CAMD/MATLAB/camd_demo.m.out  
 M  +12 -10    suitesparse/branches/upstream/current/CAMD/MATLAB/camd_make.m  
 M  +14 -13    suitesparse/branches/upstream/current/CAMD/MATLAB/camd_mex.c  
 M  +5 -5      suitesparse/branches/upstream/current/CAMD/Makefile  
 M  +10 -9     suitesparse/branches/upstream/current/CAMD/README.txt  
 D             suitesparse/branches/upstream/current/CAMD/Source/GNUmakefile  
 D             suitesparse/branches/upstream/current/CAMD/Source/Makefile  
 M  +1 -1      suitesparse/branches/upstream/current/CAMD/Source/camd_1.c  
 M  +1 -1      suitesparse/branches/upstream/current/CAMD/Source/camd_2.c  
 M  +1 -1      suitesparse/branches/upstream/current/CAMD/Source/camd_aat.c  
 M  +1 -1      suitesparse/branches/upstream/current/CAMD/Source/camd_control.c  
 M  +1 -1      suitesparse/branches/upstream/current/CAMD/Source/camd_defaults.c  
 M  +5 -3      suitesparse/branches/upstream/current/CAMD/Source/camd_dump.c   [POSSIBLY UNSAFE: scanf]
 M  +1 -1      suitesparse/branches/upstream/current/CAMD/Source/camd_global.c  
 M  +1 -1      suitesparse/branches/upstream/current/CAMD/Source/camd_info.c  
 M  +1 -1      suitesparse/branches/upstream/current/CAMD/Source/camd_order.c  
 M  +1 -1      suitesparse/branches/upstream/current/CAMD/Source/camd_postorder.c  
 M  +1 -1      suitesparse/branches/upstream/current/CAMD/Source/camd_preprocess.c  
 M  +1 -1      suitesparse/branches/upstream/current/CAMD/Source/camd_valid.c  
 D             suitesparse/branches/upstream/current/CCOLAMD/ChangeLog  
 D             suitesparse/branches/upstream/current/CCOLAMD/Contents.m  
 A             suitesparse/branches/upstream/current/CCOLAMD/Demo (directory)  
 A             suitesparse/branches/upstream/current/CCOLAMD/Demo/Makefile  
 A             suitesparse/branches/upstream/current/CCOLAMD/Demo/ccolamd_example.c   [License: UNKNOWN]
 A             suitesparse/branches/upstream/current/CCOLAMD/Demo/ccolamd_example.out  
 A             suitesparse/branches/upstream/current/CCOLAMD/Demo/ccolamd_l_example.c   [License: UNKNOWN]
 A             suitesparse/branches/upstream/current/CCOLAMD/Demo/ccolamd_l_example.out  
 A             suitesparse/branches/upstream/current/CCOLAMD/Doc (directory)  
 A             suitesparse/branches/upstream/current/CCOLAMD/Doc/ChangeLog  
 A             suitesparse/branches/upstream/current/CCOLAMD/Doc/lesser.txt  
 A             suitesparse/branches/upstream/current/CCOLAMD/Include (directory)  
 A             suitesparse/branches/upstream/current/CCOLAMD/Include/ccolamd.h   [License: UNKNOWN]
 A             suitesparse/branches/upstream/current/CCOLAMD/Lib (directory)  
 A             suitesparse/branches/upstream/current/CCOLAMD/Lib/Makefile  
 A             suitesparse/branches/upstream/current/CCOLAMD/MATLAB (directory)  
 A             suitesparse/branches/upstream/current/CCOLAMD/MATLAB/Contents.m  
 A             suitesparse/branches/upstream/current/CCOLAMD/MATLAB/Makefile  
 A             suitesparse/branches/upstream/current/CCOLAMD/MATLAB/ccolamd.m  
 A             suitesparse/branches/upstream/current/CCOLAMD/MATLAB/ccolamd_demo.m  
 A             suitesparse/branches/upstream/current/CCOLAMD/MATLAB/ccolamd_install.m  
 A             suitesparse/branches/upstream/current/CCOLAMD/MATLAB/ccolamd_make.m  
 A             suitesparse/branches/upstream/current/CCOLAMD/MATLAB/ccolamd_test.m  
 A             suitesparse/branches/upstream/current/CCOLAMD/MATLAB/ccolamdmex.c   [License: UNKNOWN]
 A             suitesparse/branches/upstream/current/CCOLAMD/MATLAB/ccolamdtestmex.c   [License: UNKNOWN]
 A             suitesparse/branches/upstream/current/CCOLAMD/MATLAB/ccolamdtestmex.m  
 A             suitesparse/branches/upstream/current/CCOLAMD/MATLAB/csymamd.m  
 A             suitesparse/branches/upstream/current/CCOLAMD/MATLAB/csymamdmex.c   [License: UNKNOWN]
 A             suitesparse/branches/upstream/current/CCOLAMD/MATLAB/csymamdtestmex.c   [License: UNKNOWN]
 A             suitesparse/branches/upstream/current/CCOLAMD/MATLAB/csymamdtestmex.m  
 A             suitesparse/branches/upstream/current/CCOLAMD/MATLAB/luflops.m  
 M  +36 -38    suitesparse/branches/upstream/current/CCOLAMD/Makefile  
 M  +57 -51    suitesparse/branches/upstream/current/CCOLAMD/README.txt  
 A             suitesparse/branches/upstream/current/CCOLAMD/Source (directory)  
 A             suitesparse/branches/upstream/current/CCOLAMD/Source/ccolamd.c   [POSSIBLY UNSAFE: scanf] [License: LGPL]
 A             suitesparse/branches/upstream/current/CCOLAMD/Source/ccolamd_global.c   [License: UNKNOWN]
 D             suitesparse/branches/upstream/current/CCOLAMD/ccolamd.c   [POSSIBLY UNSAFE: scanf]
 D             suitesparse/branches/upstream/current/CCOLAMD/ccolamd.h  
 D             suitesparse/branches/upstream/current/CCOLAMD/ccolamd.m  
 D             suitesparse/branches/upstream/current/CCOLAMD/ccolamd_demo.m  
 D             suitesparse/branches/upstream/current/CCOLAMD/ccolamd_example.c  
 D             suitesparse/branches/upstream/current/CCOLAMD/ccolamd_example.out  
 D             suitesparse/branches/upstream/current/CCOLAMD/ccolamd_global.c  
 D             suitesparse/branches/upstream/current/CCOLAMD/ccolamd_l_example.c  
 D             suitesparse/branches/upstream/current/CCOLAMD/ccolamd_l_example.out  
 D             suitesparse/branches/upstream/current/CCOLAMD/ccolamd_make.m  
 D             suitesparse/branches/upstream/current/CCOLAMD/ccolamd_test.m  
 D             suitesparse/branches/upstream/current/CCOLAMD/ccolamdmex.c  
 D             suitesparse/branches/upstream/current/CCOLAMD/ccolamdtestmex.c  
 D             suitesparse/branches/upstream/current/CCOLAMD/ccolamdtestmex.m  
 D             suitesparse/branches/upstream/current/CCOLAMD/csymamd.m  
 D             suitesparse/branches/upstream/current/CCOLAMD/csymamdmex.c  
 D             suitesparse/branches/upstream/current/CCOLAMD/csymamdtestmex.c  
 D             suitesparse/branches/upstream/current/CCOLAMD/csymamdtestmex.m  
 D             suitesparse/branches/upstream/current/CCOLAMD/lesser.txt  
 D             suitesparse/branches/upstream/current/CCOLAMD/luflops.m  
 M  +9 -0      suitesparse/branches/upstream/current/CHOLMOD/Check/cholmod_check.c  
 M  +5 -4      suitesparse/branches/upstream/current/CHOLMOD/Check/cholmod_read.c  
 M  +14 -7     suitesparse/branches/upstream/current/CHOLMOD/Cholesky/cholmod_solve.c  
 M  +4 -4      suitesparse/branches/upstream/current/CHOLMOD/Demo/Makefile  
 M  +19 -0     suitesparse/branches/upstream/current/CHOLMOD/Doc/ChangeLog  
 M  +0 -2      suitesparse/branches/upstream/current/CHOLMOD/Doc/Makefile  
 M             suitesparse/branches/upstream/current/CHOLMOD/Doc/UserGuide.pdf  
 M  +8 -5      suitesparse/branches/upstream/current/CHOLMOD/Doc/UserGuide.tex  
 M  +2 -2      suitesparse/branches/upstream/current/CHOLMOD/Include/cholmod_core.h  
 M  +2 -2      suitesparse/branches/upstream/current/CHOLMOD/Include/cholmod_internal.h  
 M  +1 -1      suitesparse/branches/upstream/current/CHOLMOD/Include/cholmod_matrixops.h  
 M  +3 -4      suitesparse/branches/upstream/current/CHOLMOD/Lib/Makefile  
 M  +26 -25    suitesparse/branches/upstream/current/CHOLMOD/MATLAB/Contents.m  
 M  +161 -161  suitesparse/branches/upstream/current/CHOLMOD/MATLAB/Makefile  
 M  +1 -1      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/Test/Contents.m  
 M             suitesparse/branches/upstream/current/CHOLMOD/MATLAB/Test/Results.mat  
 M  +1 -1      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/Test/cholmod_test.m  
 A             suitesparse/branches/upstream/current/CHOLMOD/MATLAB/Test/cholmod_test_11-May-2007_13-29-15.txt  
 D             suitesparse/branches/upstream/current/CHOLMOD/MATLAB/Test/cholmod_test_13-Dec-2006_18-56-31.txt  
 M  +2 -1      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/Test/dg.m  
 M  +1 -1      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/Test/n2.m  
 M  +1 -1      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/Test/nn.m  
 M  +3 -3      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/Test/test0.m  
 M  +2 -2      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/Test/test1.m  
 M  +1 -1      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/Test/test10.m  
 M  +1 -2      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/Test/test11.m  
 M  +1 -1      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/Test/test11results.m  
 M  +7 -7      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/Test/test12.m  
 M  +1 -3      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/Test/test13.m  
 M  +1 -1      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/Test/test14.m  
 M  +1 -1      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/Test/test15.m  
 M  +1 -1      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/Test/test16.m  
 M  +1 -1      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/Test/test17.m  
 M  +1 -1      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/Test/test18.m  
 M  +1 -1      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/Test/test19.m  
 M  +1 -1      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/Test/test2.m  
 M  +1 -2      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/Test/test20.m  
 M  +1 -1      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/Test/test21.m  
 M  +4 -4      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/Test/test22.m  
 M  +1 -1      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/Test/test23.m  
 M  +2 -2      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/Test/test24.m  
 M  +1 -1      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/Test/test25.m  
 M  +1 -1      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/Test/test26.m  
 M  +1 -1      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/Test/test27.m  
 M  +1 -5      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/Test/test28.m  
 M  +1 -1      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/Test/test3.m  
 M  +2 -2      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/Test/test4.m  
 M  +1 -1      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/Test/test5.m  
 M  +1 -1      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/Test/test6.m  
 M  +1 -1      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/Test/test7.m  
 M  +1 -1      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/Test/test8.m  
 M  +22 -16    suitesparse/branches/upstream/current/CHOLMOD/MATLAB/Test/test9.m  
 M  +1 -1      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/Test/testmm.m  
 M  +3 -3      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/Test/testsolve.m  
 M  +9 -9      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/analyze.c  
 M  +1 -1      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/analyze.m  
 M  +11 -11    suitesparse/branches/upstream/current/CHOLMOD/MATLAB/bisect.c  
 M  +1 -1      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/bisect.m  
 M  +15 -17    suitesparse/branches/upstream/current/CHOLMOD/MATLAB/chol2.c  
 M  +1 -1      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/chol2.m  
 M  +13 -17    suitesparse/branches/upstream/current/CHOLMOD/MATLAB/cholmod2.c  
 M  +1 -1      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/cholmod2.m  
 M  +1 -1      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/cholmod_demo.m  
 A             suitesparse/branches/upstream/current/CHOLMOD/MATLAB/cholmod_install.m  
 M  +87 -100   suitesparse/branches/upstream/current/CHOLMOD/MATLAB/cholmod_make.m  
 M  +216 -155  suitesparse/branches/upstream/current/CHOLMOD/MATLAB/cholmod_matlab.c  
 M  +35 -27    suitesparse/branches/upstream/current/CHOLMOD/MATLAB/cholmod_matlab.h  
 M  +16 -16    suitesparse/branches/upstream/current/CHOLMOD/MATLAB/etree2.c  
 M  +1 -1      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/etree2.m  
 M  +23 -7     suitesparse/branches/upstream/current/CHOLMOD/MATLAB/graph_demo.m  
 A             suitesparse/branches/upstream/current/CHOLMOD/MATLAB/lcc_lib (directory)  
 A             suitesparse/branches/upstream/current/CHOLMOD/MATLAB/lcc_lib/lapacksyms.def  
 AM            suitesparse/branches/upstream/current/CHOLMOD/MATLAB/lcc_lib/libmwlapack.lib  
 M  +13 -15    suitesparse/branches/upstream/current/CHOLMOD/MATLAB/lchol.c  
 M  +1 -1      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/lchol.m  
 M  +6 -3      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/ldl_normest.m  
 M  +13 -15    suitesparse/branches/upstream/current/CHOLMOD/MATLAB/ldlchol.c  
 M  +1 -1      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/ldlchol.m  
 M  +13 -17    suitesparse/branches/upstream/current/CHOLMOD/MATLAB/ldlsolve.c  
 M  +1 -1      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/ldlsolve.m  
 M  +1 -1      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/ldlsplit.m  
 M  +12 -12    suitesparse/branches/upstream/current/CHOLMOD/MATLAB/ldlupdate.c  
 M  +1 -1      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/ldlupdate.m  
 M  +11 -11    suitesparse/branches/upstream/current/CHOLMOD/MATLAB/metis.c  
 M  +1 -1      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/metis.m  
 M  +13 -12    suitesparse/branches/upstream/current/CHOLMOD/MATLAB/mread.c  
 M  +1 -1      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/mread.m  
 M  +8 -12     suitesparse/branches/upstream/current/CHOLMOD/MATLAB/mwrite.c  
 M  +1 -1      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/mwrite.m  
 M  +16 -16    suitesparse/branches/upstream/current/CHOLMOD/MATLAB/nesdis.c  
 M  +1 -1      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/nesdis.m  
 M  +13 -17    suitesparse/branches/upstream/current/CHOLMOD/MATLAB/resymbol.c  
 M  +1 -1      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/resymbol.m  
 M  +7 -10     suitesparse/branches/upstream/current/CHOLMOD/MATLAB/sdmult.c  
 M  +1 -1      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/sdmult.m  
 M  +10 -10    suitesparse/branches/upstream/current/CHOLMOD/MATLAB/septree.c  
 M  +1 -1      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/septree.m  
 M  +1 -1      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/sparse2.m  
 M  +6 -6      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/spsym.c  
 M  +1 -1      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/spsym.m  
 M  +33 -31    suitesparse/branches/upstream/current/CHOLMOD/MATLAB/symbfact2.c  
 M  +1 -1      suitesparse/branches/upstream/current/CHOLMOD/MATLAB/symbfact2.m  
 M  +5 -3      suitesparse/branches/upstream/current/CHOLMOD/Modify/cholmod_rowadd.c  
 M  +4 -10     suitesparse/branches/upstream/current/CHOLMOD/Modify/cholmod_updown.c  
 M  +3 -3      suitesparse/branches/upstream/current/CHOLMOD/Partition/cholmod_camd.c  
 M  +1 -1      suitesparse/branches/upstream/current/CHOLMOD/Partition/cholmod_metis.c  
 M  +1 -1      suitesparse/branches/upstream/current/CHOLMOD/Partition/cholmod_nesdis.c  
 M  +4 -3      suitesparse/branches/upstream/current/CHOLMOD/README.txt  
 M  +12 -12    suitesparse/branches/upstream/current/CHOLMOD/Supernodal/cholmod_super_solve.c  
 M  +16 -15    suitesparse/branches/upstream/current/CHOLMOD/Tcov/Makefile  
 M  +7 -2      suitesparse/branches/upstream/current/CHOLMOD/Tcov/huge.c  
 M  +8 -0      suitesparse/branches/upstream/current/CHOLMOD/Tcov/solve.c  
 D             suitesparse/branches/upstream/current/COLAMD/ChangeLog  
 D             suitesparse/branches/upstream/current/COLAMD/Contents.m  
 A             suitesparse/branches/upstream/current/COLAMD/Demo (directory)  
 A             suitesparse/branches/upstream/current/COLAMD/Demo/Makefile  
 A             suitesparse/branches/upstream/current/COLAMD/Demo/colamd_example.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/COLAMD/Demo/colamd_example.out  
 A             suitesparse/branches/upstream/current/COLAMD/Demo/colamd_l_example.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/COLAMD/Demo/colamd_l_example.out  
 A             suitesparse/branches/upstream/current/COLAMD/Doc (directory)  
 A             suitesparse/branches/upstream/current/COLAMD/Doc/ChangeLog  
 A             suitesparse/branches/upstream/current/COLAMD/Doc/lesser.txt  
 A             suitesparse/branches/upstream/current/COLAMD/Include (directory)  
 A             suitesparse/branches/upstream/current/COLAMD/Include/colamd.h   [License: UNKNOWN]
 A             suitesparse/branches/upstream/current/COLAMD/Lib (directory)  
 A             suitesparse/branches/upstream/current/COLAMD/Lib/Makefile  
 A             suitesparse/branches/upstream/current/COLAMD/MATLAB (directory)  
 A             suitesparse/branches/upstream/current/COLAMD/MATLAB/Contents.m  
 A             suitesparse/branches/upstream/current/COLAMD/MATLAB/Makefile  
 A             suitesparse/branches/upstream/current/COLAMD/MATLAB/colamd2.m  
 A             suitesparse/branches/upstream/current/COLAMD/MATLAB/colamd_demo.m  
 A             suitesparse/branches/upstream/current/COLAMD/MATLAB/colamd_install.m  
 A             suitesparse/branches/upstream/current/COLAMD/MATLAB/colamd_make.m  
 A             suitesparse/branches/upstream/current/COLAMD/MATLAB/colamd_test.m  
 A             suitesparse/branches/upstream/current/COLAMD/MATLAB/colamdmex.c   [License: UNKNOWN]
 A             suitesparse/branches/upstream/current/COLAMD/MATLAB/colamdtestmex.c   [License: UNKNOWN]
 A             suitesparse/branches/upstream/current/COLAMD/MATLAB/luflops.m  
 A             suitesparse/branches/upstream/current/COLAMD/MATLAB/symamd2.m  
 A             suitesparse/branches/upstream/current/COLAMD/MATLAB/symamdmex.c   [License: UNKNOWN]
 A             suitesparse/branches/upstream/current/COLAMD/MATLAB/symamdtestmex.c   [License: UNKNOWN]
 M  +36 -38    suitesparse/branches/upstream/current/COLAMD/Makefile  
 M  +53 -34    suitesparse/branches/upstream/current/COLAMD/README.txt  
 A             suitesparse/branches/upstream/current/COLAMD/Source (directory)  
 A             suitesparse/branches/upstream/current/COLAMD/Source/colamd.c   [POSSIBLY UNSAFE: scanf] [License: LGPL]
 A             suitesparse/branches/upstream/current/COLAMD/Source/colamd_global.c   [License: UNKNOWN]
 D             suitesparse/branches/upstream/current/COLAMD/colamd.c   [POSSIBLY UNSAFE: scanf]
 D             suitesparse/branches/upstream/current/COLAMD/colamd.h  
 D             suitesparse/branches/upstream/current/COLAMD/colamd2.m  
 D             suitesparse/branches/upstream/current/COLAMD/colamd_demo.m  
 D             suitesparse/branches/upstream/current/COLAMD/colamd_example.c  
 D             suitesparse/branches/upstream/current/COLAMD/colamd_example.out  
 D             suitesparse/branches/upstream/current/COLAMD/colamd_global.c  
 D             suitesparse/branches/upstream/current/COLAMD/colamd_l_example.c  
 D             suitesparse/branches/upstream/current/COLAMD/colamd_l_example.out  
 D             suitesparse/branches/upstream/current/COLAMD/colamd_make.m  
 D             suitesparse/branches/upstream/current/COLAMD/colamd_test.m  
 D             suitesparse/branches/upstream/current/COLAMD/colamdmex.c  
 D             suitesparse/branches/upstream/current/COLAMD/colamdtestmex.c  
 D             suitesparse/branches/upstream/current/COLAMD/lesser.txt  
 D             suitesparse/branches/upstream/current/COLAMD/luflops.m  
 D             suitesparse/branches/upstream/current/COLAMD/symamd2.m  
 D             suitesparse/branches/upstream/current/COLAMD/symamdmex.c  
 D             suitesparse/branches/upstream/current/COLAMD/symamdtestmex.c  
 D             suitesparse/branches/upstream/current/CSparse/ChangeLog  
 M  +3 -3      suitesparse/branches/upstream/current/CSparse/Demo/Makefile  
 M  +16 -16    suitesparse/branches/upstream/current/CSparse/Demo/cs_demo.out  
 A             suitesparse/branches/upstream/current/CSparse/Doc (directory)  
 A             suitesparse/branches/upstream/current/CSparse/Doc/ChangeLog  
 A             suitesparse/branches/upstream/current/CSparse/Doc/License.txt  
 A             suitesparse/branches/upstream/current/CSparse/Doc/lesser.txt  
 A             suitesparse/branches/upstream/current/CSparse/Include (directory)  
 A             suitesparse/branches/upstream/current/CSparse/Include/cs.h   [License: UNKNOWN]
 A             suitesparse/branches/upstream/current/CSparse/Lib (directory)  
 A             suitesparse/branches/upstream/current/CSparse/Lib/Makefile  
 D             suitesparse/branches/upstream/current/CSparse/License.txt  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/CSparse/Contents.m  
 M  +3 -2      suitesparse/branches/upstream/current/CSparse/MATLAB/CSparse/Makefile  
 M  +8 -5      suitesparse/branches/upstream/current/CSparse/MATLAB/CSparse/ccspy.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/CSparse/cs_add.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/CSparse/cs_amd.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/CSparse/cs_chol.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/CSparse/cs_cholsol.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/CSparse/cs_counts.m  
 M  +5 -5      suitesparse/branches/upstream/current/CSparse/MATLAB/CSparse/cs_dmperm.m  
 M  +2 -2      suitesparse/branches/upstream/current/CSparse/MATLAB/CSparse/cs_dmperm_mex.c  
 M  +4 -4      suitesparse/branches/upstream/current/CSparse/MATLAB/CSparse/cs_dmsol.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/CSparse/cs_dmspy.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/CSparse/cs_droptol.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/CSparse/cs_esep.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/CSparse/cs_etree.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/CSparse/cs_gaxpy.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/CSparse/cs_lsolve.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/CSparse/cs_ltsolve.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/CSparse/cs_lu.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/CSparse/cs_lusol.m  
 M  +57 -19    suitesparse/branches/upstream/current/CSparse/MATLAB/CSparse/cs_make.m  
 M  +12 -6     suitesparse/branches/upstream/current/CSparse/MATLAB/CSparse/cs_mex.c  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/CSparse/cs_multiply.m  
 M  +2 -4      suitesparse/branches/upstream/current/CSparse/MATLAB/CSparse/cs_must_compile.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/CSparse/cs_nd.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/CSparse/cs_nsep.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/CSparse/cs_permute.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/CSparse/cs_print.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/CSparse/cs_qleft.m  
 M  +14 -7     suitesparse/branches/upstream/current/CSparse/MATLAB/CSparse/cs_qr.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/CSparse/cs_qright.m  
 M  +3 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/CSparse/cs_qrsol.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/CSparse/cs_randperm.m  
 M  +2 -2      suitesparse/branches/upstream/current/CSparse/MATLAB/CSparse/cs_scc.m  
 M  +8 -4      suitesparse/branches/upstream/current/CSparse/MATLAB/CSparse/cs_scc2.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/CSparse/cs_sep.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/CSparse/cs_sparse.m  
 M  +1 -2      suitesparse/branches/upstream/current/CSparse/MATLAB/CSparse/cs_sparse_mex.c  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/CSparse/cs_sqr.m  
 M  +5 -2      suitesparse/branches/upstream/current/CSparse/MATLAB/CSparse/cs_sqr_mex.c  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/CSparse/cs_symperm.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/CSparse/cs_transpose.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/CSparse/cs_updown.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/CSparse/cs_usolve.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/CSparse/cs_utsolve.m  
 M  +3 -3      suitesparse/branches/upstream/current/CSparse/MATLAB/CSparse/cspy.m  
 M  +6 -2      suitesparse/branches/upstream/current/CSparse/MATLAB/CSparse/private/drawbox.m  
 M  +5 -0      suitesparse/branches/upstream/current/CSparse/MATLAB/CSparse/private/drawboxes.m  
 M  +4 -2      suitesparse/branches/upstream/current/CSparse/MATLAB/Demo/Contents.m  
 M  +12 -7     suitesparse/branches/upstream/current/CSparse/MATLAB/Demo/cs_demo.m  
 M  +28 -10    suitesparse/branches/upstream/current/CSparse/MATLAB/Demo/cs_demo1.m  
 M  +20 -4     suitesparse/branches/upstream/current/CSparse/MATLAB/Demo/cs_demo2.m  
 M  +20 -4     suitesparse/branches/upstream/current/CSparse/MATLAB/Demo/cs_demo3.m  
 M  +4 -4      suitesparse/branches/upstream/current/CSparse/MATLAB/Demo/private/demo2.m  
 M  +9 -9      suitesparse/branches/upstream/current/CSparse/MATLAB/Demo/private/demo3.m  
 M  +2 -2      suitesparse/branches/upstream/current/CSparse/MATLAB/Demo/private/ex2.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Demo/private/ex3.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Demo/private/ex_1.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Demo/private/frand.m  
 M  +7 -7      suitesparse/branches/upstream/current/CSparse/MATLAB/Demo/private/get_problem.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Demo/private/is_sym.m  
 M  +2 -2      suitesparse/branches/upstream/current/CSparse/MATLAB/Demo/private/mesh2d1.m  
 M  +2 -2      suitesparse/branches/upstream/current/CSparse/MATLAB/Demo/private/mesh2d2.m  
 M  +3 -3      suitesparse/branches/upstream/current/CSparse/MATLAB/Demo/private/mesh3d1.m  
 M  +2 -2      suitesparse/branches/upstream/current/CSparse/MATLAB/Demo/private/mesh3d2.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Demo/private/print_order.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Demo/private/print_resid.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Demo/private/rhs.m  
 M  +2 -0      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/Contents.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/Makefile  
 M  +4 -4      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/another_colormap.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/check_if_same.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/chol_downdate.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/chol_example.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/chol_left.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/chol_left2.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/chol_right.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/chol_super.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/chol_up.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/chol_update.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/chol_updown.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/choldn.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/cholup.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/cholupdown.m  
 M  +2 -3      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/cond1est.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/cs_fiedler.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/cs_frand.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/cs_ipvec.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/cs_maxtransr.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/cs_pvec.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/cs_q1.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/cs_reach.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/cs_reachr.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/cs_rowcnt.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/cs_sparse2.m  
 M  +3 -3      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/cs_test_make.m  
 M  +2 -10     suitesparse/branches/upstream/current/CSparse/MATLAB/Test/cspy_test.m  
 M  +11 -9     suitesparse/branches/upstream/current/CSparse/MATLAB/Test/dmperm_test.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/dmspy_test.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/etree_sample.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/givens2.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/gqr3.m  
 M  +2 -2      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/happly.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/hmake1.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/house.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/lu_left.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/lu_right.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/lu_rightp.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/lu_rightpr.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/lu_rightr.m  
 M  +5 -16     suitesparse/branches/upstream/current/CSparse/MATLAB/Test/mynormest1.m  
 M  +2 -2      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/myqr.m  
 M  +2 -2      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/norm1est.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/qr2.m  
 M  +2 -2      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/qr_givens.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/qr_givens_full.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/qr_left.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/qr_right.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/sample_colormap.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/signum.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/sqr_example.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/test1.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/test10.m  
 M  +2 -2      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/test11.m  
 M  +2 -2      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/test12.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/test13.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/test14.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/test15.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/test16.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/test17.m  
 M  +2 -2      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/test18.m  
 M  +1 -5      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/test19.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/test2.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/test20.m  
 M  +2 -2      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/test21.m  
 M  +2 -2      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/test22.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/test23.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/test24.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/test25.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/test26.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/test27.m  
 M  +3 -3      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/test28.m  
 M  +2 -2      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/test3.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/test4.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/test5.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/test6.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/test7.m  
 M  +11 -10    suitesparse/branches/upstream/current/CSparse/MATLAB/Test/test8.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/test9.m  
 M  +5 -5      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/test_qr.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/test_qr1.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/test_qrsol.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/test_randperms.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/test_sep.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/testall.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/Test/testh.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/UFget/Contents.m  
 M  +3 -2      suitesparse/branches/upstream/current/CSparse/MATLAB/UFget/README.txt  
 M  +2 -2      suitesparse/branches/upstream/current/CSparse/MATLAB/UFget/UFget.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/UFget/UFget_defaults.m  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/MATLAB/UFget/UFget_example.m  
 M  +2 -2      suitesparse/branches/upstream/current/CSparse/MATLAB/UFget/UFget_lookup.m  
 M  +6 -6      suitesparse/branches/upstream/current/CSparse/MATLAB/UFget/UFgrep.m  
 M  +2 -2      suitesparse/branches/upstream/current/CSparse/MATLAB/UFget/UFweb.m  
 M             suitesparse/branches/upstream/current/CSparse/MATLAB/UFget/mat/UF_Index.mat  
 M  +30 -6     suitesparse/branches/upstream/current/CSparse/MATLAB/cs_install.m  
 M  +4 -4      suitesparse/branches/upstream/current/CSparse/Makefile  
 M  +11 -5     suitesparse/branches/upstream/current/CSparse/README.txt  
 D             suitesparse/branches/upstream/current/CSparse/Source/Makefile  
 D             suitesparse/branches/upstream/current/CSparse/Source/cs.h  
 M  +1 -0      suitesparse/branches/upstream/current/CSparse/Source/cs_add.c  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/Source/cs_house.c  
 M  +1 -0      suitesparse/branches/upstream/current/CSparse/Source/cs_multiply.c  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/Source/cs_qr.c  
 M  +1 -1      suitesparse/branches/upstream/current/CSparse/Source/cs_updown.c  
 M  +2 -2      suitesparse/branches/upstream/current/CSparse/Tcov/Makefile  
 D             suitesparse/branches/upstream/current/CSparse/lesser.txt  
 M  +76 -59    suitesparse/branches/upstream/current/CSparse_to_CXSparse  
 D             suitesparse/branches/upstream/current/CXSparse/ChangeLog  
 M  +8 -4      suitesparse/branches/upstream/current/CXSparse/Demo/Makefile  
 M  +11 -11    suitesparse/branches/upstream/current/CXSparse/Demo/cs_ci_demo.c  
 M  +3 -3      suitesparse/branches/upstream/current/CXSparse/Demo/cs_ci_demo.h  
 M  +11 -11    suitesparse/branches/upstream/current/CXSparse/Demo/cs_cl_demo.c  
 M  +3 -3      suitesparse/branches/upstream/current/CXSparse/Demo/cs_cl_demo.h  
 M  +316 -264  suitesparse/branches/upstream/current/CXSparse/Demo/cs_demo.out  
 M  +1 -1      suitesparse/branches/upstream/current/CXSparse/Demo/cs_idemo.c  
 M  +1 -1      suitesparse/branches/upstream/current/CXSparse/Demo/cs_ldemo.c  
 A             suitesparse/branches/upstream/current/CXSparse/Doc (directory)  
 A             suitesparse/branches/upstream/current/CXSparse/Doc/ChangeLog  
 A             suitesparse/branches/upstream/current/CXSparse/Doc/License.txt  
 A             suitesparse/branches/upstream/current/CXSparse/Doc/lesser.txt  
 A             suitesparse/branches/upstream/current/CXSparse/Include (directory)  
 A             suitesparse/branches/upstream/current/CXSparse/Include/cs.h   [License: UNKNOWN]
 A             suitesparse/branches/upstream/current/CXSparse/Lib (directory)  
 A             suitesparse/branches/upstream/current/CXSparse/Lib/Makefile  
 D             suitesparse/branches/upstream/current/CXSparse/License.txt  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB (directory)  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse (directory)  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/Contents.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/Makefile  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/README.txt  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/ccspy.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_add.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_add_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_amd.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_amd_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_chol.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_chol_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_cholsol.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_cholsol_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_counts.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_counts_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_dmperm.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_dmperm_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_dmsol.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_dmspy.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_droptol.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_droptol_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_esep.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_etree.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_etree_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_gaxpy.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_gaxpy_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_lsolve.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_lsolve_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_ltsolve.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_ltsolve_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_lu.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_lu_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_lusol.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_lusol_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_make.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_mex.h   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_multiply.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_multiply_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_must_compile.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_nd.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_nsep.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_permute.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_permute_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_print.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_print_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_qleft.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_qr.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_qr_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_qright.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_qrsol.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_qrsol_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_randperm.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_randperm_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_scc.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_scc2.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_scc_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_sep.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_sparse.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_sparse_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_sqr.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_sqr_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_symperm.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_symperm_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_thumb_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_transpose.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_transpose_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_updown.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_updown_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_usolve.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_usolve_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_utsolve.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cs_utsolve_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/cspy.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/private (directory)  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/private/cs_make_helper.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/private/drawbox.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/CSparse/private/drawboxes.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Demo (directory)  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Demo/Contents.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Demo/README.txt  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Demo/cs_demo.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Demo/cs_demo1.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Demo/cs_demo2.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Demo/cs_demo3.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Demo/private (directory)  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Demo/private/demo2.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Demo/private/demo3.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Demo/private/ex2.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Demo/private/ex3.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Demo/private/ex_1.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Demo/private/frand.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Demo/private/get_problem.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Demo/private/is_sym.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Demo/private/mesh2d1.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Demo/private/mesh2d2.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Demo/private/mesh3d1.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Demo/private/mesh3d2.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Demo/private/print_order.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Demo/private/print_resid.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Demo/private/rhs.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Makefile  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/README.txt  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test (directory)  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/Contents.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/Makefile  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/README.txt  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/another_colormap.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/check_if_same.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/chol_downdate.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/chol_example.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/chol_left.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/chol_left2.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/chol_right.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/chol_super.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/chol_up.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/chol_update.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/chol_updown.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/chol_updown2.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/choldn.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/cholup.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/cholupdown.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/cond1est.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/cs_fiedler.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/cs_frand.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/cs_frand_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/cs_ipvec.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/cs_ipvec_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/cs_maxtransr.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/cs_maxtransr_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/cs_pvec.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/cs_pvec_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/cs_q1.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/cs_reach.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/cs_reach_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/cs_reachr.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/cs_reachr_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/cs_rowcnt.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/cs_rowcnt_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/cs_sparse2.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/cs_sparse2_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/cs_test_make.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/cspy_test.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/dmperm_test.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/dmspy_test.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/etree_sample.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/givens2.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/gqr3.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/happly.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/hmake1.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/house.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/lu_left.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/lu_right.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/lu_rightp.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/lu_rightpr.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/lu_rightr.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/mynormest1.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/myqr.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/norm1est.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/qr2.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/qr_givens.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/qr_givens_full.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/qr_left.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/qr_right.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/sample_colormap.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/signum.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/sqr_example.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/test1.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/test10.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/test11.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/test12.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/test13.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/test14.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/test15.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/test16.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/test17.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/test18.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/test19.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/test2.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/test20.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/test21.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/test22.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/test23.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/test24.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/test25.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/test26.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/test27.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/test28.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/test3.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/test4.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/test5.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/test6.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/test7.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/test8.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/test9.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/test_qr.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/test_qr1.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/test_qrsol.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/test_randperms.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/test_sep.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/testall.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/Test/testh.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/UFget (directory)  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/UFget/Contents.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/UFget/README.txt  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/UFget/UFget.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/UFget/UFget_defaults.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/UFget/UFget_example.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/UFget/UFget_lookup.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/UFget/UFgrep.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/UFget/UFweb.m  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/UFget/mat (directory)  
 AM            suitesparse/branches/upstream/current/CXSparse/MATLAB/UFget/mat/UF_Index.mat  
 A             suitesparse/branches/upstream/current/CXSparse/MATLAB/cs_install.m  
 M  +10 -5     suitesparse/branches/upstream/current/CXSparse/Makefile  
 A             suitesparse/branches/upstream/current/CXSparse/Matrix/c4  
 M  +315 -11   suitesparse/branches/upstream/current/CXSparse/README.txt  
 D             suitesparse/branches/upstream/current/CXSparse/Source/Makefile  
 D             suitesparse/branches/upstream/current/CXSparse/Source/cs.h  
 M  +1 -0      suitesparse/branches/upstream/current/CXSparse/Source/cs_add.c  
 M  +1 -1      suitesparse/branches/upstream/current/CXSparse/Source/cs_chol.c  
 M  +4 -4      suitesparse/branches/upstream/current/CXSparse/Source/cs_convert.c  
 M  +2 -2      suitesparse/branches/upstream/current/CXSparse/Source/cs_cumsum.c  
 M  +1 -1      suitesparse/branches/upstream/current/CXSparse/Source/cs_happly.c  
 M  +6 -5      suitesparse/branches/upstream/current/CXSparse/Source/cs_house.c  
 M  +1 -0      suitesparse/branches/upstream/current/CXSparse/Source/cs_multiply.c  
 M  +3 -2      suitesparse/branches/upstream/current/CXSparse/Source/cs_qr.c  
 M  +1 -1      suitesparse/branches/upstream/current/CXSparse/Source/cs_qrsol.c  
 M  +1 -1      suitesparse/branches/upstream/current/CXSparse/Source/cs_symperm.c  
 M  +14 -4     suitesparse/branches/upstream/current/CXSparse/Source/cs_updown.c  
 M  +6 -2      suitesparse/branches/upstream/current/CXSparse/Tcov/Makefile  
 D             suitesparse/branches/upstream/current/CXSparse/lesser.txt  
 M             suitesparse/branches/upstream/current/CXSparse_newfiles.tar.gz  
 M  +8 -4      suitesparse/branches/upstream/current/CXSparse_newfiles/Demo/Makefile  
 M  +1 -1      suitesparse/branches/upstream/current/CXSparse_newfiles/Demo/cs_idemo.c  
 M  +1 -1      suitesparse/branches/upstream/current/CXSparse_newfiles/Demo/cs_ldemo.c  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/Doc (directory)  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/Doc/License.txt  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/Include (directory)  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/Include/cs.h   [License: UNKNOWN]
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/Lib (directory)  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/Lib/Makefile  
 D             suitesparse/branches/upstream/current/CXSparse_newfiles/License.txt  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB (directory)  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/CSparse (directory)  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/CSparse/Contents.m  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/CSparse/Makefile  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/CSparse/README.txt  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/CSparse/cs_add_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/CSparse/cs_amd_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/CSparse/cs_chol_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/CSparse/cs_cholsol_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/CSparse/cs_counts_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/CSparse/cs_dmperm_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/CSparse/cs_droptol_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/CSparse/cs_esep.m  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/CSparse/cs_etree_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/CSparse/cs_gaxpy_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/CSparse/cs_lsolve_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/CSparse/cs_ltsolve_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/CSparse/cs_lu_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/CSparse/cs_lusol_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/CSparse/cs_make.m  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/CSparse/cs_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/CSparse/cs_mex.h   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/CSparse/cs_multiply_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/CSparse/cs_permute_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/CSparse/cs_print_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/CSparse/cs_qr_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/CSparse/cs_qrsol_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/CSparse/cs_randperm_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/CSparse/cs_scc_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/CSparse/cs_sparse_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/CSparse/cs_sqr_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/CSparse/cs_symperm_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/CSparse/cs_thumb_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/CSparse/cs_transpose.m  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/CSparse/cs_transpose_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/CSparse/cs_updown_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/CSparse/cs_usolve_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/CSparse/cs_utsolve_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/CSparse/private (directory)  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/CSparse/private/cs_make_helper.m  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/Demo (directory)  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/Demo/Contents.m  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/Demo/README.txt  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/Demo/cs_demo.m  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/README.txt  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/Test (directory)  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/Test/Contents.m  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/Test/Makefile  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/Test/README.txt  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/Test/chol_updown2.m  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/Test/cholupdown.m  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/Test/cs_fiedler.m  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/Test/cs_frand_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/Test/cs_ipvec_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/Test/cs_maxtransr_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/Test/cs_pvec_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/Test/cs_reach_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/Test/cs_reachr_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/Test/cs_rowcnt_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/Test/cs_sparse2_mex.c   [License: no copyright]
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/Test/cs_test_make.m  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/Test/house.m  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/Test/norm1est.m  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/Test/test1.m  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/Test/test10.m  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/Test/test11.m  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/Test/test12.m  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/Test/test13.m  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/Test/test14.m  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/Test/test15.m  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/Test/test16.m  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/Test/test17.m  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/Test/test18.m  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/Test/test19.m  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/Test/test2.m  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/Test/test20.m  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/Test/test21.m  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/Test/test22.m  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/Test/test23.m  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/Test/test24.m  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/Test/test25.m  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/Test/test26.m  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/Test/test27.m  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/Test/test28.m  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/Test/test3.m  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/Test/test4.m  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/Test/test5.m  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/Test/test6.m  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/Test/test7.m  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/Test/test8.m  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/Test/test9.m  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/Test/testall.m  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/Test/testh.m  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/MATLAB/cs_install.m  
 D             suitesparse/branches/upstream/current/CXSparse_newfiles/Makefile  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/Matrix/c4  
 M  +315 -11   suitesparse/branches/upstream/current/CXSparse_newfiles/README.txt  
 D             suitesparse/branches/upstream/current/CXSparse_newfiles/Source/Makefile  
 D             suitesparse/branches/upstream/current/CXSparse_newfiles/Source/cs.h  
 M  +4 -4      suitesparse/branches/upstream/current/CXSparse_newfiles/Source/cs_convert.c  
 M  +6 -5      suitesparse/branches/upstream/current/CXSparse_newfiles/Source/cs_house.c  
 A             suitesparse/branches/upstream/current/CXSparse_newfiles/Source/cs_updown.c   [License: no copyright]
 M  +6 -2      suitesparse/branches/upstream/current/CXSparse_newfiles/Tcov/Makefile  
 M  +28 -36    suitesparse/branches/upstream/current/Contents.m  
 D             suitesparse/branches/upstream/current/KLU/Demo/Hamm_scircuit  
 M  +52 -24    suitesparse/branches/upstream/current/KLU/Demo/Makefile  
 D             suitesparse/branches/upstream/current/KLU/Demo/README.txt  
 D             suitesparse/branches/upstream/current/KLU/Demo/c.awk  
 D             suitesparse/branches/upstream/current/KLU/Demo/dsecnd.c  
 D             suitesparse/branches/upstream/current/KLU/Demo/dsecnd.h  
 A             suitesparse/branches/upstream/current/KLU/Demo/klu_simple.c   [License: no copyright]
 M  +219 -638  suitesparse/branches/upstream/current/KLU/Demo/kludemo.c   [POSSIBLY UNSAFE: scanf]
 D             suitesparse/branches/upstream/current/KLU/Demo/kludemo.m  
 A             suitesparse/branches/upstream/current/KLU/Demo/kludemo.out  
 A             suitesparse/branches/upstream/current/KLU/Demo/kluldemo.c   [License: no copyright]
 D             suitesparse/branches/upstream/current/KLU/Demo/m.awk  
 D             suitesparse/branches/upstream/current/KLU/Demo/r.awk  
 D             suitesparse/branches/upstream/current/KLU/Demo/tictoc.c  
 D             suitesparse/branches/upstream/current/KLU/Demo/tictoc.h  
 D             suitesparse/branches/upstream/current/KLU/Demo/tklu.m  
 D             suitesparse/branches/upstream/current/KLU/Demo/tmp (directory)  
 D             suitesparse/branches/upstream/current/KLU/Demo/tmp_s (directory)  
 D             suitesparse/branches/upstream/current/KLU/Demo/tmp_small (directory)  
 D             suitesparse/branches/upstream/current/KLU/Demo/tmp_tiny (directory)  
 D             suitesparse/branches/upstream/current/KLU/Demo/tmp_west0479 (directory)  
 M  +43 -0     suitesparse/branches/upstream/current/KLU/Doc/ChangeLog  
 A             suitesparse/branches/upstream/current/KLU/Doc/KLU_UserGuide.bib  
 AM            suitesparse/branches/upstream/current/KLU/Doc/KLU_UserGuide.pdf  
 A             suitesparse/branches/upstream/current/KLU/Doc/KLU_UserGuide.tex  
 A             suitesparse/branches/upstream/current/KLU/Doc/Makefile  
 M  +299 -125  suitesparse/branches/upstream/current/KLU/Include/klu.h  
 M  +103 -101  suitesparse/branches/upstream/current/KLU/Include/klu_internal.h  
 M  +128 -8    suitesparse/branches/upstream/current/KLU/Include/klu_version.h  
 M  +113 -6    suitesparse/branches/upstream/current/KLU/Lib/Makefile  
 A             suitesparse/branches/upstream/current/KLU/MATLAB/Contents.m  
 M  +685 -25   suitesparse/branches/upstream/current/KLU/MATLAB/Makefile  
 A             suitesparse/branches/upstream/current/KLU/MATLAB/Makefile_no_CHOLMOD  
 A             suitesparse/branches/upstream/current/KLU/MATLAB/Test (directory)  
 A             suitesparse/branches/upstream/current/KLU/MATLAB/Test/test1.m  
 A             suitesparse/branches/upstream/current/KLU/MATLAB/Test/test2.m  
 A             suitesparse/branches/upstream/current/KLU/MATLAB/Test/test3.m  
 A             suitesparse/branches/upstream/current/KLU/MATLAB/Test/test4.m  
 A             suitesparse/branches/upstream/current/KLU/MATLAB/Test/test5.m  
 M  +58 -22    suitesparse/branches/upstream/current/KLU/MATLAB/klu.m  
 A             suitesparse/branches/upstream/current/KLU/MATLAB/klu_demo.m  
 A             suitesparse/branches/upstream/current/KLU/MATLAB/klu_demo.m.out  
 A             suitesparse/branches/upstream/current/KLU/MATLAB/klu_install.m  
 A             suitesparse/branches/upstream/current/KLU/MATLAB/klu_make.m  
 M  +1864 -234 suitesparse/branches/upstream/current/KLU/MATLAB/klu_mex.c  
 D             suitesparse/branches/upstream/current/KLU/MATLAB/klus.c  
 D             suitesparse/branches/upstream/current/KLU/MATLAB/tt.m  
 A             suitesparse/branches/upstream/current/KLU/Matrix (directory)  
 A             suitesparse/branches/upstream/current/KLU/Matrix/1c.mtx  
 A             suitesparse/branches/upstream/current/KLU/Matrix/GD99_cc.mtx  
 A             suitesparse/branches/upstream/current/KLU/Matrix/arrow.mtx  
 A             suitesparse/branches/upstream/current/KLU/Matrix/arrowc.mtx  
 A             suitesparse/branches/upstream/current/KLU/Matrix/ctina.mtx  
 A             suitesparse/branches/upstream/current/KLU/Matrix/impcol_a.mtx  
 A             suitesparse/branches/upstream/current/KLU/Matrix/one.mtx  
 A             suitesparse/branches/upstream/current/KLU/Matrix/onec.mtx  
 A             suitesparse/branches/upstream/current/KLU/Matrix/two.mtx  
 A             suitesparse/branches/upstream/current/KLU/Matrix/w156.mtx  
 M  +108 -6    suitesparse/branches/upstream/current/KLU/README.txt  
 M  +114 -126  suitesparse/branches/upstream/current/KLU/Source/klu.c  
 M  +207 -374  suitesparse/branches/upstream/current/KLU/Source/klu_analyze.c  
 M  +90 -83    suitesparse/branches/upstream/current/KLU/Source/klu_analyze_given.c  
 M  +16 -7     suitesparse/branches/upstream/current/KLU/Source/klu_defaults.c  
 M  +153 -147  suitesparse/branches/upstream/current/KLU/Source/klu_diagnostics.c  
 M  +14 -14    suitesparse/branches/upstream/current/KLU/Source/klu_dump.c  
 M  +34 -30    suitesparse/branches/upstream/current/KLU/Source/klu_extract.c  
 M  +111 -172  suitesparse/branches/upstream/current/KLU/Source/klu_factor.c  
 M  +42 -41    suitesparse/branches/upstream/current/KLU/Source/klu_free_numeric.c  
 M  +13 -11    suitesparse/branches/upstream/current/KLU/Source/klu_free_symbolic.c  
 M  +221 -313  suitesparse/branches/upstream/current/KLU/Source/klu_kernel.c  
 M  +66 -48    suitesparse/branches/upstream/current/KLU/Source/klu_memory.c  
 M  +165 -318  suitesparse/branches/upstream/current/KLU/Source/klu_refactor.c  
 M  +22 -13    suitesparse/branches/upstream/current/KLU/Source/klu_scale.c  
 M  +30 -30    suitesparse/branches/upstream/current/KLU/Source/klu_solve.c  
 M  +28 -30    suitesparse/branches/upstream/current/KLU/Source/klu_sort.c  
 M  +32 -32    suitesparse/branches/upstream/current/KLU/Source/klu_tsolve.c  
 M  +227 -30   suitesparse/branches/upstream/current/KLU/Tcov/Makefile  
 M  +4 -7      suitesparse/branches/upstream/current/KLU/Tcov/README.txt  
 D             suitesparse/branches/upstream/current/KLU/Tcov/control_test.m  
 M  +2 -11     suitesparse/branches/upstream/current/KLU/Tcov/coverage  
 D             suitesparse/branches/upstream/current/KLU/Tcov/do_att.m  
 D             suitesparse/branches/upstream/current/KLU/Tcov/gcovs  
 D             suitesparse/branches/upstream/current/KLU/Tcov/get_sandia_matrix_list.m  
 D             suitesparse/branches/upstream/current/KLU/Tcov/gku.m  
 D             suitesparse/branches/upstream/current/KLU/Tcov/greps  
 D             suitesparse/branches/upstream/current/KLU/Tcov/jtest.m  
 D             suitesparse/branches/upstream/current/KLU/Tcov/kdense.m  
 AM            suitesparse/branches/upstream/current/KLU/Tcov/klultests  
 A             suitesparse/branches/upstream/current/KLU/Tcov/klutest.c   [License: no copyright]
 AM            suitesparse/branches/upstream/current/KLU/Tcov/klutests  
 D             suitesparse/branches/upstream/current/KLU/Tcov/ktest.m  
 D             suitesparse/branches/upstream/current/KLU/Tcov/kwrite.m  
 D             suitesparse/branches/upstream/current/KLU/Tcov/mycondest.m  
 D             suitesparse/branches/upstream/current/KLU/Tcov/mynormest.m  
 D             suitesparse/branches/upstream/current/KLU/Tcov/mynormest1.m  
 D             suitesparse/branches/upstream/current/KLU/Tcov/stat.m  
 D             suitesparse/branches/upstream/current/KLU/Tcov/stuff.m  
 D             suitesparse/branches/upstream/current/KLU/Tcov/tcirc.m  
 D             suitesparse/branches/upstream/current/KLU/Tcov/test.m  
 D             suitesparse/branches/upstream/current/KLU/Tcov/testklu.m  
 D             suitesparse/branches/upstream/current/KLU/Tcov/testopts.m  
 D             suitesparse/branches/upstream/current/KLU/Tcov/tp.m  
 D             suitesparse/branches/upstream/current/KLU/Tcov/ts.m  
 D             suitesparse/branches/upstream/current/KLU/Tcov/tt.m  
 D             suitesparse/branches/upstream/current/KLU/Tcov/ut.c   [POSSIBLY UNSAFE: scanf]
 D             suitesparse/branches/upstream/current/KLU/Tcov/utest.m  
 AM            suitesparse/branches/upstream/current/KLU/Tcov/vklultests  
 AM            suitesparse/branches/upstream/current/KLU/Tcov/vklutests  
 M  +2 -1      suitesparse/branches/upstream/current/KLU/User/Makefile  
 D             suitesparse/branches/upstream/current/KLU/User/README  
 A             suitesparse/branches/upstream/current/KLU/User/README.txt  
 M  +42 -78    suitesparse/branches/upstream/current/KLU/User/klu_cholmod.c  
 M  +6 -1      suitesparse/branches/upstream/current/KLU/User/klu_cholmod.h  
 A             suitesparse/branches/upstream/current/KLU/User/klu_l_cholmod.c   [License: no copyright]
 D             suitesparse/branches/upstream/current/LDL/ChangeLog  
 D             suitesparse/branches/upstream/current/LDL/Contents.m  
 A             suitesparse/branches/upstream/current/LDL/Demo (directory)  
 A             suitesparse/branches/upstream/current/LDL/Demo/Makefile  
 A             suitesparse/branches/upstream/current/LDL/Demo/ldlamd.out  
 A             suitesparse/branches/upstream/current/LDL/Demo/ldllamd.out  
 A             suitesparse/branches/upstream/current/LDL/Demo/ldllsimple.c   [License: UNKNOWN]
 A             suitesparse/branches/upstream/current/LDL/Demo/ldlmain.c   [POSSIBLY UNSAFE: scanf] [License: UNKNOWN]
 A             suitesparse/branches/upstream/current/LDL/Demo/ldlmain.out  
 A             suitesparse/branches/upstream/current/LDL/Demo/ldlsimple.c   [License: UNKNOWN]
 A             suitesparse/branches/upstream/current/LDL/Demo/ldlsimple.out  
 A             suitesparse/branches/upstream/current/LDL/Doc (directory)  
 A             suitesparse/branches/upstream/current/LDL/Doc/ChangeLog  
 A             suitesparse/branches/upstream/current/LDL/Doc/Makefile  
 A             suitesparse/branches/upstream/current/LDL/Doc/ldl.bib  
 AM            suitesparse/branches/upstream/current/LDL/Doc/ldl_userguide.pdf  
 A             suitesparse/branches/upstream/current/LDL/Doc/ldl_userguide.tex  
 A             suitesparse/branches/upstream/current/LDL/Doc/lesser.txt  
 A             suitesparse/branches/upstream/current/LDL/Include (directory)  
 A             suitesparse/branches/upstream/current/LDL/Include/ldl.h   [License: UNKNOWN]
 A             suitesparse/branches/upstream/current/LDL/Lib (directory)  
 A             suitesparse/branches/upstream/current/LDL/Lib/Makefile  
 D             suitesparse/branches/upstream/current/LDL/License  
 A             suitesparse/branches/upstream/current/LDL/MATLAB (directory)  
 A             suitesparse/branches/upstream/current/LDL/MATLAB/Contents.m  
 A             suitesparse/branches/upstream/current/LDL/MATLAB/Makefile  
 A             suitesparse/branches/upstream/current/LDL/MATLAB/ldl_install.m  
 A             suitesparse/branches/upstream/current/LDL/MATLAB/ldl_make.m  
 A             suitesparse/branches/upstream/current/LDL/MATLAB/ldldemo.m  
 A             suitesparse/branches/upstream/current/LDL/MATLAB/ldldemo.out  
 A             suitesparse/branches/upstream/current/LDL/MATLAB/ldlmain2.m  
 A             suitesparse/branches/upstream/current/LDL/MATLAB/ldlmain2.out  
 A             suitesparse/branches/upstream/current/LDL/MATLAB/ldlmex.c   [License: UNKNOWN]
 A             suitesparse/branches/upstream/current/LDL/MATLAB/ldlrow.m  
 A             suitesparse/branches/upstream/current/LDL/MATLAB/ldlsparse.m  
 A             suitesparse/branches/upstream/current/LDL/MATLAB/ldlsymbol.m  
 A             suitesparse/branches/upstream/current/LDL/MATLAB/ldlsymbolmex.c   [License: UNKNOWN]
 A             suitesparse/branches/upstream/current/LDL/MATLAB/ldltest.m  
 A             suitesparse/branches/upstream/current/LDL/MATLAB/ldltest.out  
 M  +40 -83    suitesparse/branches/upstream/current/LDL/Makefile  
 M  +17 -9     suitesparse/branches/upstream/current/LDL/README.txt  
 A             suitesparse/branches/upstream/current/LDL/Source (directory)  
 A             suitesparse/branches/upstream/current/LDL/Source/ldl.c   [License: UNKNOWN]
 D             suitesparse/branches/upstream/current/LDL/ldl.bib  
 D             suitesparse/branches/upstream/current/LDL/ldl.c  
 D             suitesparse/branches/upstream/current/LDL/ldl.h  
 D             suitesparse/branches/upstream/current/LDL/ldl_userguide.pdf  
 D             suitesparse/branches/upstream/current/LDL/ldl_userguide.ps  
 D             suitesparse/branches/upstream/current/LDL/ldl_userguide.tex  
 D             suitesparse/branches/upstream/current/LDL/ldlamd.out  
 D             suitesparse/branches/upstream/current/LDL/ldldemo.m  
 D             suitesparse/branches/upstream/current/LDL/ldldemo.out  
 D             suitesparse/branches/upstream/current/LDL/ldlmain.c   [POSSIBLY UNSAFE: scanf]
 D             suitesparse/branches/upstream/current/LDL/ldlmain.out  
 D             suitesparse/branches/upstream/current/LDL/ldlmain2.m  
 D             suitesparse/branches/upstream/current/LDL/ldlmain2.out  
 D             suitesparse/branches/upstream/current/LDL/ldlmex.c  
 D             suitesparse/branches/upstream/current/LDL/ldlrow.m  
 D             suitesparse/branches/upstream/current/LDL/ldlsimple.c  
 D             suitesparse/branches/upstream/current/LDL/ldlsimple.out  
 D             suitesparse/branches/upstream/current/LDL/ldlsparse.m  
 D             suitesparse/branches/upstream/current/LDL/ldlsymbol.m  
 D             suitesparse/branches/upstream/current/LDL/ldlsymbolmex.c  
 D             suitesparse/branches/upstream/current/LDL/ldltest.m  
 D             suitesparse/branches/upstream/current/LDL/ldltest.out  
 D             suitesparse/branches/upstream/current/LDL/lesser.txt  
 M  +4 -7      suitesparse/branches/upstream/current/Makefile  
 M  +3 -2      suitesparse/branches/upstream/current/RBio/Contents.m  
 M  +5 -0      suitesparse/branches/upstream/current/RBio/Doc/ChangeLog  
 M  +1 -2      suitesparse/branches/upstream/current/RBio/Doc/License.txt  
 AM            suitesparse/branches/upstream/current/RBio/Doc/dodiff  
 D             suitesparse/branches/upstream/current/RBio/Makefile  
 D             suitesparse/branches/upstream/current/RBio/RBcread.f  
 A             suitesparse/branches/upstream/current/RBio/RBcread_32.f  
 A             suitesparse/branches/upstream/current/RBio/RBcread_64.f  
 D             suitesparse/branches/upstream/current/RBio/RBcsplit.f  
 A             suitesparse/branches/upstream/current/RBio/RBcsplit_32.f  
 A             suitesparse/branches/upstream/current/RBio/RBcsplit_64.f  
 M  +6 -6      suitesparse/branches/upstream/current/RBio/RBfix.m  
 M  +4 -16     suitesparse/branches/upstream/current/RBio/RBinstall.m  
 D             suitesparse/branches/upstream/current/RBio/RBint.f  
 A             suitesparse/branches/upstream/current/RBio/RBmake.m  
 D             suitesparse/branches/upstream/current/RBio/RBraw.f  
 M  +2 -2      suitesparse/branches/upstream/current/RBio/RBraw.m  
 A             suitesparse/branches/upstream/current/RBio/RBraw_mex_32.f  
 A             suitesparse/branches/upstream/current/RBio/RBraw_mex_64.f  
 D             suitesparse/branches/upstream/current/RBio/RBread.f  
 M  +2 -2      suitesparse/branches/upstream/current/RBio/RBread.m  
 A             suitesparse/branches/upstream/current/RBio/RBread_32.f  
 A             suitesparse/branches/upstream/current/RBio/RBread_64.f  
 D             suitesparse/branches/upstream/current/RBio/RBread_mex.f  
 A             suitesparse/branches/upstream/current/RBio/RBread_mex_32.f  
 A             suitesparse/branches/upstream/current/RBio/RBread_mex_64.f  
 M  +8 -5      suitesparse/branches/upstream/current/RBio/RBreade.m  
 D             suitesparse/branches/upstream/current/RBio/RBrread.f  
 A             suitesparse/branches/upstream/current/RBio/RBrread_32.f  
 A             suitesparse/branches/upstream/current/RBio/RBrread_64.f  
 D             suitesparse/branches/upstream/current/RBio/RBtype.f  
 M  +2 -2      suitesparse/branches/upstream/current/RBio/RBtype.m  
 A             suitesparse/branches/upstream/current/RBio/RBtype_mex_32.f  
 A             suitesparse/branches/upstream/current/RBio/RBtype_mex_64.f  
 D             suitesparse/branches/upstream/current/RBio/RBwrite.f  
 M  +2 -2      suitesparse/branches/upstream/current/RBio/RBwrite.m  
 A             suitesparse/branches/upstream/current/RBio/RBwrite_32.f  
 A             suitesparse/branches/upstream/current/RBio/RBwrite_64.f  
 D             suitesparse/branches/upstream/current/RBio/RBwrite_mex.f  
 A             suitesparse/branches/upstream/current/RBio/RBwrite_mex_32.f  
 A             suitesparse/branches/upstream/current/RBio/RBwrite_mex_64.f  
 M  +48 -31    suitesparse/branches/upstream/current/RBio/README.txt  
 M  +7 -2      suitesparse/branches/upstream/current/RBio/Test/testRB1.m  
 M  +10 -6     suitesparse/branches/upstream/current/RBio/Test/testRB2.m  
 M  +43 -60    suitesparse/branches/upstream/current/README.txt  
 A             suitesparse/branches/upstream/current/SuiteSparse_demo.m  
 M  +221 -65   suitesparse/branches/upstream/current/SuiteSparse_install.m  
 M  +1 -1      suitesparse/branches/upstream/current/UFcollection/Contents.m  
 M  +4 -0      suitesparse/branches/upstream/current/UFcollection/Doc/ChangeLog  
 D             suitesparse/branches/upstream/current/UFcollection/Makefile  
 M  +2 -2      suitesparse/branches/upstream/current/UFcollection/README.txt  
 M  +2 -2      suitesparse/branches/upstream/current/UFcollection/UFallpages.m  
 M  +19 -10    suitesparse/branches/upstream/current/UFcollection/UFcollection_install.m  
 M  +8 -7      suitesparse/branches/upstream/current/UFcollection/UFexport.m  
 M  +2 -2      suitesparse/branches/upstream/current/UFcollection/UFfull_read.m  
 M  +10 -5     suitesparse/branches/upstream/current/UFcollection/UFfull_write.c  
 M  +4 -4      suitesparse/branches/upstream/current/UFcollection/UFfull_write.m  
 M  +2 -2      suitesparse/branches/upstream/current/UFcollection/UFgplot.m  
 M  +3 -3      suitesparse/branches/upstream/current/UFcollection/UFindex.m  
 M  +2 -2      suitesparse/branches/upstream/current/UFcollection/UFint.m  
 M  +2 -2      suitesparse/branches/upstream/current/UFcollection/UFlist.m  
 M  +2 -2      suitesparse/branches/upstream/current/UFcollection/UFlists.m  
 M  +2 -2      suitesparse/branches/upstream/current/UFcollection/UFlocation.m  
 M  +5 -8      suitesparse/branches/upstream/current/UFcollection/UFpage.m  
 M  +2 -2      suitesparse/branches/upstream/current/UFcollection/UFpages.m  
 M  +4 -4      suitesparse/branches/upstream/current/UFcollection/UFread.m  
 M  +2 -2      suitesparse/branches/upstream/current/UFcollection/UFstats.m  
 M  +6 -5      suitesparse/branches/upstream/current/UFcollection/UFwrite.m  
 M  +1 -1      suitesparse/branches/upstream/current/UFcollection/dsxy2figxy.m  
 M  +28 -23    suitesparse/branches/upstream/current/UFconfig/README.txt  
 M  +19 -21    suitesparse/branches/upstream/current/UFconfig/UFconfig.h  
 M  +17 -5     suitesparse/branches/upstream/current/UFconfig/UFconfig.mk  
 M  +14 -13    suitesparse/branches/upstream/current/UMFPACK/Demo/Makefile  
 D             suitesparse/branches/upstream/current/UMFPACK/Demo/Opteron64 (directory)  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Demo/umf4.c  
 M  +209 -204  suitesparse/branches/upstream/current/UMFPACK/Demo/umf4.out  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Demo/umf4_f77wrapper.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Demo/umf4_f77zwrapper.c  
 M  +23 -23    suitesparse/branches/upstream/current/UMFPACK/Demo/umf4hb.out  
 A             suitesparse/branches/upstream/current/UMFPACK/Demo/umf4hb64.out  
 M  +14 -18    suitesparse/branches/upstream/current/UMFPACK/Demo/umf4zhb.out  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Demo/umfpack_di_demo.c  
 M  +86 -84    suitesparse/branches/upstream/current/UMFPACK/Demo/umfpack_di_demo.out  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Demo/umfpack_dl_demo.c  
 M  +108 -108  suitesparse/branches/upstream/current/UMFPACK/Demo/umfpack_dl_demo.out  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Demo/umfpack_simple.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Demo/umfpack_xx_demo.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Demo/umfpack_zi_demo.c  
 M  +86 -86    suitesparse/branches/upstream/current/UMFPACK/Demo/umfpack_zi_demo.out  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Demo/umfpack_zl_demo.c  
 M  +111 -111  suitesparse/branches/upstream/current/UMFPACK/Demo/umfpack_zl_demo.out  
 M  +9 -0      suitesparse/branches/upstream/current/UMFPACK/Doc/ChangeLog  
 M  +377 -388  suitesparse/branches/upstream/current/UMFPACK/Doc/QuickStart.pdf  
 M  +16 -10    suitesparse/branches/upstream/current/UMFPACK/Doc/QuickStart.tex  
 M             suitesparse/branches/upstream/current/UMFPACK/Doc/UserGuide.pdf  
 M  +28 -16    suitesparse/branches/upstream/current/UMFPACK/Doc/UserGuide.stex  
 M  +5 -5      suitesparse/branches/upstream/current/UMFPACK/Include/umfpack.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Include/umfpack_col_to_triplet.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Include/umfpack_defaults.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Include/umfpack_free_numeric.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Include/umfpack_free_symbolic.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Include/umfpack_get_determinant.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Include/umfpack_get_lunz.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Include/umfpack_get_numeric.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Include/umfpack_get_symbolic.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Include/umfpack_global.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Include/umfpack_load_numeric.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Include/umfpack_load_symbolic.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Include/umfpack_numeric.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Include/umfpack_qsymbolic.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Include/umfpack_report_control.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Include/umfpack_report_info.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Include/umfpack_report_matrix.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Include/umfpack_report_numeric.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Include/umfpack_report_perm.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Include/umfpack_report_status.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Include/umfpack_report_symbolic.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Include/umfpack_report_triplet.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Include/umfpack_report_vector.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Include/umfpack_save_numeric.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Include/umfpack_save_symbolic.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Include/umfpack_scale.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Include/umfpack_solve.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Include/umfpack_symbolic.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Include/umfpack_tictoc.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Include/umfpack_timer.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Include/umfpack_transpose.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Include/umfpack_triplet_to_col.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Include/umfpack_wsolve.h  
 A             suitesparse/branches/upstream/current/UMFPACK/Lib/GNUmakefile  
 A             suitesparse/branches/upstream/current/UMFPACK/Lib/Makefile  
 M  +15 -15    suitesparse/branches/upstream/current/UMFPACK/MATLAB/Contents.m  
 M  +28 -29    suitesparse/branches/upstream/current/UMFPACK/MATLAB/GNUmakefile  
 M  +174 -176  suitesparse/branches/upstream/current/UMFPACK/MATLAB/Makefile  
 M  +6 -5      suitesparse/branches/upstream/current/UMFPACK/MATLAB/lu_normest.m  
 M  +4 -3      suitesparse/branches/upstream/current/UMFPACK/MATLAB/luflop.m  
 M  +9 -9      suitesparse/branches/upstream/current/UMFPACK/MATLAB/luflopmex.c  
 M  +3 -4      suitesparse/branches/upstream/current/UMFPACK/MATLAB/umfpack2.m  
 M  +5 -6      suitesparse/branches/upstream/current/UMFPACK/MATLAB/umfpack_btf.m  
 M  +13 -17    suitesparse/branches/upstream/current/UMFPACK/MATLAB/umfpack_demo.m  
 M  +7 -7      suitesparse/branches/upstream/current/UMFPACK/MATLAB/umfpack_demo.m.out  
 D             suitesparse/branches/upstream/current/UMFPACK/MATLAB/umfpack_demo.m.out_verbose  
 M  +36 -36    suitesparse/branches/upstream/current/UMFPACK/MATLAB/umfpack_details.m  
 A             suitesparse/branches/upstream/current/UMFPACK/MATLAB/umfpack_install.m  
 M  +118 -127  suitesparse/branches/upstream/current/UMFPACK/MATLAB/umfpack_make.m  
 M  +7 -6      suitesparse/branches/upstream/current/UMFPACK/MATLAB/umfpack_report.m  
 M  +10 -12    suitesparse/branches/upstream/current/UMFPACK/MATLAB/umfpack_simple.m  
 M  +10 -23    suitesparse/branches/upstream/current/UMFPACK/MATLAB/umfpack_simple.m.out  
 M  +5 -6      suitesparse/branches/upstream/current/UMFPACK/MATLAB/umfpack_solve.m  
 M  +7 -13     suitesparse/branches/upstream/current/UMFPACK/MATLAB/umfpack_test.m  
 M  +115 -110  suitesparse/branches/upstream/current/UMFPACK/MATLAB/umfpackmex.c  
 M  +7 -7      suitesparse/branches/upstream/current/UMFPACK/Makefile  
 M  +2 -6      suitesparse/branches/upstream/current/UMFPACK/README.txt  
 D             suitesparse/branches/upstream/current/UMFPACK/Source/GNUmakefile  
 D             suitesparse/branches/upstream/current/UMFPACK/Source/Makefile  
 M  +2 -2      suitesparse/branches/upstream/current/UMFPACK/Source/cholmod_blas.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_2by2.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_2by2.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_analyze.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_analyze.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_apply_order.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_apply_order.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_assemble.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_assemble.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_blas3_update.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_blas3_update.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_build_tuples.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_build_tuples.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_colamd.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_colamd.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_config.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_create_element.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_create_element.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_dump.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_dump.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_extend_front.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_extend_front.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_free.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_free.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_fsize.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_fsize.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_garbage_collection.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_garbage_collection.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_get_memory.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_get_memory.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_grow_front.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_grow_front.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_init_front.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_init_front.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_internal.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_is_permutation.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_is_permutation.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_kernel.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_kernel.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_kernel_init.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_kernel_init.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_kernel_wrapup.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_kernel_wrapup.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_local_search.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_local_search.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_lsolve.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_lsolve.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_ltsolve.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_ltsolve.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_malloc.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_malloc.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_mem_alloc_element.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_mem_alloc_element.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_mem_alloc_head_block.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_mem_alloc_head_block.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_mem_alloc_tail_block.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_mem_alloc_tail_block.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_mem_free_tail_block.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_mem_free_tail_block.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_mem_init_memoryspace.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_mem_init_memoryspace.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_multicompile.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_realloc.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_realloc.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_report_perm.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_report_perm.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_report_vector.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_report_vector.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_row_search.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_row_search.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_scale.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_scale.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_scale_column.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_scale_column.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_set_stats.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_set_stats.h  
 M  +12 -11    suitesparse/branches/upstream/current/UMFPACK/Source/umf_singletons.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_singletons.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_solve.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_solve.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_start_front.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_start_front.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_store_lu.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_store_lu.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_symbolic_usage.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_symbolic_usage.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_transpose.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_transpose.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_triplet.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_triplet.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_tuple_lengths.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_tuple_lengths.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_usolve.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_usolve.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_utsolve.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_utsolve.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_valid_numeric.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_valid_numeric.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_valid_symbolic.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_valid_symbolic.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umf_version.h  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umfpack_col_to_triplet.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umfpack_defaults.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umfpack_free_numeric.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umfpack_free_symbolic.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umfpack_get_determinant.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umfpack_get_lunz.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umfpack_get_numeric.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umfpack_get_symbolic.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umfpack_global.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umfpack_load_numeric.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umfpack_load_symbolic.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umfpack_numeric.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umfpack_qsymbolic.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umfpack_report_control.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umfpack_report_info.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umfpack_report_matrix.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umfpack_report_numeric.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umfpack_report_perm.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umfpack_report_status.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umfpack_report_symbolic.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umfpack_report_triplet.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umfpack_report_vector.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umfpack_save_numeric.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umfpack_save_symbolic.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umfpack_scale.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umfpack_solve.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umfpack_symbolic.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umfpack_tictoc.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umfpack_timer.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umfpack_transpose.c  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Source/umfpack_triplet_to_col.c  
 A             suitesparse/branches/upstream/current/UMFPACK/Tcov/AMD_Demo_Makefile  
 M  +10 -2     suitesparse/branches/upstream/current/UMFPACK/Tcov/DO  
 A             suitesparse/branches/upstream/current/UMFPACK/Tcov/Demo_Makefile  
 D             suitesparse/branches/upstream/current/UMFPACK/Tcov/Gold (directory)  
 D             suitesparse/branches/upstream/current/UMFPACK/Tcov/OldMat (directory)  
 A             suitesparse/branches/upstream/current/UMFPACK/Tcov/Top_Makefile  
 A             suitesparse/branches/upstream/current/UMFPACK/Tcov/cover.out  
 M  +1 -1      suitesparse/branches/upstream/current/UMFPACK/Tcov/ut.c  





More information about the Pkg-scicomp-devel mailing list