[superlu] branch master updated (e594556 -> 1b2c8d0)

Nico Schlömer nschloe-guest at moszumanska.debian.org
Thu May 19 07:52:42 UTC 2016


This is an automated email from the git hooks/post-receive script.

nschloe-guest pushed a change to branch master
in repository superlu.

      from  e594556   Imported Debian patch 4.3+dfsg-3
      adds  4211356   Imported Upstream version 5.2.0+dfsg
       new  1b2c8d0   Merge tag 'upstream/5.2.0+dfsg'

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CBLAS/._CMakeLists.txt                        |  Bin 0 -> 239 bytes
 CBLAS/._Makefile                              |  Bin 0 -> 239 bytes
 CBLAS/._caxpy.c                               |  Bin 0 -> 239 bytes
 CBLAS/._ccopy.c                               |  Bin 0 -> 239 bytes
 CBLAS/._cdotc.c                               |  Bin 0 -> 239 bytes
 CBLAS/._cgemv.c                               |  Bin 0 -> 239 bytes
 CBLAS/._cgerc.c                               |  Bin 0 -> 239 bytes
 CBLAS/._chemv.c                               |  Bin 0 -> 239 bytes
 CBLAS/._cher2.c                               |  Bin 0 -> 239 bytes
 CBLAS/._cscal.c                               |  Bin 0 -> 239 bytes
 CBLAS/._cswap.c                               |  Bin 0 -> 239 bytes
 CBLAS/._ctrsv.c                               |  Bin 0 -> 239 bytes
 CBLAS/._dasum.c                               |  Bin 0 -> 239 bytes
 CBLAS/._daxpy.c                               |  Bin 0 -> 239 bytes
 CBLAS/._dcabs1.c                              |  Bin 0 -> 239 bytes
 CBLAS/._dcopy.c                               |  Bin 0 -> 239 bytes
 CBLAS/._ddot.c                                |  Bin 0 -> 239 bytes
 CBLAS/._dgemv.c                               |  Bin 0 -> 239 bytes
 CBLAS/._dger.c                                |  Bin 0 -> 239 bytes
 CBLAS/._dnrm2.c                               |  Bin 0 -> 239 bytes
 CBLAS/._drot.c                                |  Bin 0 -> 239 bytes
 CBLAS/._dscal.c                               |  Bin 0 -> 239 bytes
 CBLAS/._dswap.c                               |  Bin 0 -> 239 bytes
 CBLAS/._dsymv.c                               |  Bin 0 -> 239 bytes
 CBLAS/._dsyr2.c                               |  Bin 0 -> 239 bytes
 CBLAS/._dtrsv.c                               |  Bin 0 -> 239 bytes
 CBLAS/._dzasum.c                              |  Bin 0 -> 239 bytes
 CBLAS/._dznrm2.c                              |  Bin 0 -> 239 bytes
 CBLAS/._f2c.h                                 |  Bin 0 -> 239 bytes
 CBLAS/._icamax.c                              |  Bin 0 -> 239 bytes
 CBLAS/._idamax.c                              |  Bin 0 -> 239 bytes
 CBLAS/._isamax.c                              |  Bin 0 -> 239 bytes
 CBLAS/._izamax.c                              |  Bin 0 -> 239 bytes
 CBLAS/._sasum.c                               |  Bin 0 -> 239 bytes
 CBLAS/._saxpy.c                               |  Bin 0 -> 239 bytes
 CBLAS/._scasum.c                              |  Bin 0 -> 239 bytes
 CBLAS/._scnrm2.c                              |  Bin 0 -> 239 bytes
 CBLAS/._scopy.c                               |  Bin 0 -> 239 bytes
 CBLAS/._sdot.c                                |  Bin 0 -> 239 bytes
 CBLAS/._sgemv.c                               |  Bin 0 -> 239 bytes
 CBLAS/._sger.c                                |  Bin 0 -> 239 bytes
 CBLAS/._slu_Cnames.h                          |  Bin 0 -> 239 bytes
 CBLAS/._snrm2.c                               |  Bin 0 -> 239 bytes
 CBLAS/._srot.c                                |  Bin 0 -> 239 bytes
 CBLAS/._sscal.c                               |  Bin 0 -> 239 bytes
 CBLAS/._sswap.c                               |  Bin 0 -> 239 bytes
 CBLAS/._ssymv.c                               |  Bin 0 -> 239 bytes
 CBLAS/._ssyr2.c                               |  Bin 0 -> 239 bytes
 CBLAS/._strsv.c                               |  Bin 0 -> 239 bytes
 CBLAS/._superlu_f2c.h                         |  Bin 0 -> 239 bytes
 CBLAS/._zaxpy.c                               |  Bin 0 -> 239 bytes
 CBLAS/._zcopy.c                               |  Bin 0 -> 239 bytes
 CBLAS/._zdotc.c                               |  Bin 0 -> 239 bytes
 CBLAS/._zgemv.c                               |  Bin 0 -> 239 bytes
 CBLAS/._zgerc.c                               |  Bin 0 -> 239 bytes
 CBLAS/._zhemv.c                               |  Bin 0 -> 239 bytes
 CBLAS/._zher2.c                               |  Bin 0 -> 239 bytes
 CBLAS/._zscal.c                               |  Bin 0 -> 239 bytes
 CBLAS/._zswap.c                               |  Bin 0 -> 239 bytes
 CBLAS/._ztrsv.c                               |  Bin 0 -> 239 bytes
 CBLAS/CMakeLists.txt                          |   82 +
 CBLAS/Makefile                                |    4 +-
 CBLAS/cgemv.c                                 |   21 +-
 CBLAS/cgerc.c                                 |    4 +-
 CBLAS/chemv.c                                 |   11 +-
 CBLAS/cher2.c                                 |   11 +-
 CBLAS/ctrsv.c                                 |   25 +-
 CBLAS/dgemv.c                                 |   18 +-
 CBLAS/dger.c                                  |    6 +-
 CBLAS/dsymv.c                                 |   11 +-
 CBLAS/dsyr2.c                                 |   12 +-
 CBLAS/dtrsv.c                                 |   23 +-
 CBLAS/sgemv.c                                 |   15 +-
 CBLAS/sger.c                                  |    4 +-
 CBLAS/slu_Cnames.h                            |  443 +-
 CBLAS/ssymv.c                                 |   11 +-
 CBLAS/ssyr2.c                                 |   12 +-
 CBLAS/strsv.c                                 |   26 +-
 CBLAS/zgemv.c                                 |   20 +-
 CBLAS/zgerc.c                                 |    5 +-
 CBLAS/zhemv.c                                 |   14 +-
 CBLAS/zher2.c                                 |   11 +-
 CBLAS/ztrsv.c                                 |   26 +-
 CMakeLists.txt                                |  143 +
 DOC/._html                                    |  Bin 0 -> 239 bytes
 DOC/._ug.pdf                                  |  Bin 0 -> 239 bytes
 DOC/html/._EXAMPLE_2sp__ienv_8c.html          |  Bin 0 -> 239 bytes
 DOC/html/._SRC_2sp__ienv_8c.html              |  Bin 0 -> 239 bytes
 DOC/html/._annotated.html                     |  Bin 0 -> 239 bytes
 DOC/html/._ccolumn__bmod_8c.html              |  Bin 0 -> 239 bytes
 DOC/html/._ccolumn__dfs_8c.html               |  Bin 0 -> 239 bytes
 DOC/html/._ccopy__to__ucol_8c.html            |  Bin 0 -> 239 bytes
 DOC/html/._cdiagonal_8c.html                  |  Bin 0 -> 239 bytes
 DOC/html/._cfgmr_8c.html                      |  Bin 0 -> 239 bytes
 DOC/html/._cgscon_8c.html                     |  Bin 0 -> 239 bytes
 DOC/html/._cgsequ_8c.html                     |  Bin 0 -> 239 bytes
 DOC/html/._cgsisx_8c.html                     |  Bin 0 -> 239 bytes
 DOC/html/._cgsitrf_8c.html                    |  Bin 0 -> 239 bytes
 DOC/html/._cgsrfs_8c.html                     |  Bin 0 -> 239 bytes
 DOC/html/._cgssv_8c.html                      |  Bin 0 -> 239 bytes
 DOC/html/._cgssvx_8c.html                     |  Bin 0 -> 239 bytes
 DOC/html/._cgstrf_8c.html                     |  Bin 0 -> 239 bytes
 DOC/html/._cgstrs_8c.html                     |  Bin 0 -> 239 bytes
 DOC/html/._citersol1_8c.html                  |  Bin 0 -> 239 bytes
 DOC/html/._citersol_8c.html                   |  Bin 0 -> 239 bytes
 DOC/html/._clacon_8c.html                     |  Bin 0 -> 239 bytes
 DOC/html/._clangs_8c.html                     |  Bin 0 -> 239 bytes
 DOC/html/._claqgs_8c.html                     |  Bin 0 -> 239 bytes
 DOC/html/._cldperm_8c.html                    |  Bin 0 -> 239 bytes
 DOC/html/._clinsol1_8c.html                   |  Bin 0 -> 239 bytes
 DOC/html/._clinsol_8c.html                    |  Bin 0 -> 239 bytes
 DOC/html/._clinsolx1_8c.html                  |  Bin 0 -> 239 bytes
 DOC/html/._clinsolx2_8c.html                  |  Bin 0 -> 239 bytes
 DOC/html/._clinsolx_8c.html                   |  Bin 0 -> 239 bytes
 DOC/html/._cmemory_8c.html                    |  Bin 0 -> 239 bytes
 DOC/html/._cmyblas2_8c.html                   |  Bin 0 -> 239 bytes
 DOC/html/._colamd_8c.html                     |  Bin 0 -> 239 bytes
 DOC/html/._colamd_8h.html                     |  Bin 0 -> 239 bytes
 DOC/html/._cpanel__bmod_8c.html               |  Bin 0 -> 239 bytes
 DOC/html/._cpanel__dfs_8c.html                |  Bin 0 -> 239 bytes
 DOC/html/._cpivotL_8c.html                    |  Bin 0 -> 239 bytes
 DOC/html/._cpivotgrowth_8c.html               |  Bin 0 -> 239 bytes
 DOC/html/._cpruneL_8c.html                    |  Bin 0 -> 239 bytes
 DOC/html/._creadhb_8c.html                    |  Bin 0 -> 239 bytes
 DOC/html/._creadrb_8c.html                    |  Bin 0 -> 239 bytes
 DOC/html/._creadtriple_8c.html                |  Bin 0 -> 239 bytes
 DOC/html/._csnode__bmod_8c.html               |  Bin 0 -> 239 bytes
 DOC/html/._csnode__dfs_8c.html                |  Bin 0 -> 239 bytes
 DOC/html/._csp__blas2_8c.html                 |  Bin 0 -> 239 bytes
 DOC/html/._csp__blas3_8c.html                 |  Bin 0 -> 239 bytes
 DOC/html/._cutil_8c.html                      |  Bin 0 -> 239 bytes
 DOC/html/._dcolumn__bmod_8c.html              |  Bin 0 -> 239 bytes
 DOC/html/._dcolumn__dfs_8c.html               |  Bin 0 -> 239 bytes
 DOC/html/._dcomplex_8c.html                   |  Bin 0 -> 239 bytes
 DOC/html/._dcopy__to__ucol_8c.html            |  Bin 0 -> 239 bytes
 DOC/html/._ddiagonal_8c.html                  |  Bin 0 -> 239 bytes
 DOC/html/._dfgmr_8c.html                      |  Bin 0 -> 239 bytes
 DOC/html/._dgscon_8c.html                     |  Bin 0 -> 239 bytes
 DOC/html/._dgsequ_8c.html                     |  Bin 0 -> 239 bytes
 DOC/html/._dgsisx_8c.html                     |  Bin 0 -> 239 bytes
 DOC/html/._dgsitrf_8c.html                    |  Bin 0 -> 239 bytes
 DOC/html/._dgsrfs_8c.html                     |  Bin 0 -> 239 bytes
 DOC/html/._dgssv_8c.html                      |  Bin 0 -> 239 bytes
 DOC/html/._dgssvx_8c.html                     |  Bin 0 -> 239 bytes
 DOC/html/._dgstrf_8c.html                     |  Bin 0 -> 239 bytes
 DOC/html/._dgstrs_8c.html                     |  Bin 0 -> 239 bytes
 DOC/html/._ditersol1_8c.html                  |  Bin 0 -> 239 bytes
 DOC/html/._ditersol_8c.html                   |  Bin 0 -> 239 bytes
 DOC/html/._dlacon_8c.html                     |  Bin 0 -> 239 bytes
 DOC/html/._dlangs_8c.html                     |  Bin 0 -> 239 bytes
 DOC/html/._dlaqgs_8c.html                     |  Bin 0 -> 239 bytes
 DOC/html/._dldperm_8c.html                    |  Bin 0 -> 239 bytes
 DOC/html/._dlinsol1_8c.html                   |  Bin 0 -> 239 bytes
 DOC/html/._dlinsol_8c.html                    |  Bin 0 -> 239 bytes
 DOC/html/._dlinsolx1_8c.html                  |  Bin 0 -> 239 bytes
 DOC/html/._dlinsolx2_8c.html                  |  Bin 0 -> 239 bytes
 DOC/html/._dlinsolx_8c.html                   |  Bin 0 -> 239 bytes
 DOC/html/._dmemory_8c.html                    |  Bin 0 -> 239 bytes
 DOC/html/._dmyblas2_8c.html                   |  Bin 0 -> 239 bytes
 DOC/html/._doxygen.css                        |  Bin 0 -> 239 bytes
 DOC/html/._doxygen.png                        |  Bin 0 -> 367 bytes
 DOC/html/._dpanel__bmod_8c.html               |  Bin 0 -> 239 bytes
 DOC/html/._dpanel__dfs_8c.html                |  Bin 0 -> 239 bytes
 DOC/html/._dpivotL_8c.html                    |  Bin 0 -> 239 bytes
 DOC/html/._dpivotgrowth_8c.html               |  Bin 0 -> 239 bytes
 DOC/html/._dpruneL_8c.html                    |  Bin 0 -> 239 bytes
 DOC/html/._dreadhb_8c.html                    |  Bin 0 -> 239 bytes
 DOC/html/._dreadrb_8c.html                    |  Bin 0 -> 239 bytes
 DOC/html/._dreadtriple_8c.html                |  Bin 0 -> 239 bytes
 DOC/html/._dsnode__bmod_8c.html               |  Bin 0 -> 239 bytes
 DOC/html/._dsnode__dfs_8c.html                |  Bin 0 -> 239 bytes
 DOC/html/._dsp__blas2_8c.html                 |  Bin 0 -> 239 bytes
 DOC/html/._dsp__blas3_8c.html                 |  Bin 0 -> 239 bytes
 DOC/html/._dutil_8c.html                      |  Bin 0 -> 239 bytes
 DOC/html/._dzsum1_8c.html                     |  Bin 0 -> 239 bytes
 DOC/html/._fgmr_8c.html                       |  Bin 0 -> 239 bytes
 DOC/html/._files.html                         |  Bin 0 -> 239 bytes
 DOC/html/._functions.html                     |  Bin 0 -> 239 bytes
 DOC/html/._functions_vars.html                |  Bin 0 -> 239 bytes
 DOC/html/._get__perm__c_8c.html               |  Bin 0 -> 239 bytes
 DOC/html/._globals.html                       |  Bin 0 -> 239 bytes
 DOC/html/._globals_defs.html                  |  Bin 0 -> 239 bytes
 DOC/html/._globals_enum.html                  |  Bin 0 -> 239 bytes
 DOC/html/._globals_eval.html                  |  Bin 0 -> 239 bytes
 DOC/html/._globals_func.html                  |  Bin 0 -> 239 bytes
 DOC/html/._globals_type.html                  |  Bin 0 -> 239 bytes
 DOC/html/._globals_vars.html                  |  Bin 0 -> 239 bytes
 DOC/html/._heap__relax__snode_8c.html         |  Bin 0 -> 239 bytes
 DOC/html/._html__mainpage_8h.html             |  Bin 0 -> 239 bytes
 DOC/html/._icmax1_8c.html                     |  Bin 0 -> 239 bytes
 DOC/html/._ilu__ccolumn__dfs_8c.html          |  Bin 0 -> 239 bytes
 DOC/html/._ilu__ccopy__to__ucol_8c.html       |  Bin 0 -> 239 bytes
 DOC/html/._ilu__cdrop__row_8c.html            |  Bin 0 -> 239 bytes
 DOC/html/._ilu__cpanel__dfs_8c.html           |  Bin 0 -> 239 bytes
 DOC/html/._ilu__cpivotL_8c.html               |  Bin 0 -> 239 bytes
 DOC/html/._ilu__csnode__dfs_8c.html           |  Bin 0 -> 239 bytes
 DOC/html/._ilu__dcolumn__dfs_8c.html          |  Bin 0 -> 239 bytes
 DOC/html/._ilu__dcopy__to__ucol_8c.html       |  Bin 0 -> 239 bytes
 DOC/html/._ilu__ddrop__row_8c.html            |  Bin 0 -> 239 bytes
 DOC/html/._ilu__dpanel__dfs_8c.html           |  Bin 0 -> 239 bytes
 DOC/html/._ilu__dpivotL_8c.html               |  Bin 0 -> 239 bytes
 DOC/html/._ilu__dsnode__dfs_8c.html           |  Bin 0 -> 239 bytes
 DOC/html/._ilu__heap__relax__snode_8c.html    |  Bin 0 -> 239 bytes
 DOC/html/._ilu__relax__snode_8c.html          |  Bin 0 -> 239 bytes
 DOC/html/._ilu__scolumn__dfs_8c.html          |  Bin 0 -> 239 bytes
 DOC/html/._ilu__scopy__to__ucol_8c.html       |  Bin 0 -> 239 bytes
 DOC/html/._ilu__sdrop__row_8c.html            |  Bin 0 -> 239 bytes
 DOC/html/._ilu__spanel__dfs_8c.html           |  Bin 0 -> 239 bytes
 DOC/html/._ilu__spivotL_8c.html               |  Bin 0 -> 239 bytes
 DOC/html/._ilu__ssnode__dfs_8c.html           |  Bin 0 -> 239 bytes
 DOC/html/._ilu__zcolumn__dfs_8c.html          |  Bin 0 -> 239 bytes
 DOC/html/._ilu__zcopy__to__ucol_8c.html       |  Bin 0 -> 239 bytes
 DOC/html/._ilu__zdrop__row_8c.html            |  Bin 0 -> 239 bytes
 DOC/html/._ilu__zpanel__dfs_8c.html           |  Bin 0 -> 239 bytes
 DOC/html/._ilu__zpivotL_8c.html               |  Bin 0 -> 239 bytes
 DOC/html/._ilu__zsnode__dfs_8c.html           |  Bin 0 -> 239 bytes
 DOC/html/._index.html                         |  Bin 0 -> 239 bytes
 DOC/html/._izmax1_8c.html                     |  Bin 0 -> 239 bytes
 DOC/html/._mark__relax_8c.html                |  Bin 0 -> 239 bytes
 DOC/html/._mc64ad_8c.html                     |  Bin 0 -> 239 bytes
 DOC/html/._memory_8c.html                     |  Bin 0 -> 239 bytes
 DOC/html/._mmd_8c.html                        |  Bin 0 -> 239 bytes
 DOC/html/._qselect_8c.html                    |  Bin 0 -> 239 bytes
 DOC/html/._relax__snode_8c.html               |  Bin 0 -> 239 bytes
 DOC/html/._scolumn__bmod_8c.html              |  Bin 0 -> 239 bytes
 DOC/html/._scolumn__dfs_8c.html               |  Bin 0 -> 239 bytes
 DOC/html/._scomplex_8c.html                   |  Bin 0 -> 239 bytes
 DOC/html/._scopy__to__ucol_8c.html            |  Bin 0 -> 239 bytes
 DOC/html/._scsum1_8c.html                     |  Bin 0 -> 239 bytes
 DOC/html/._sdiagonal_8c.html                  |  Bin 0 -> 239 bytes
 DOC/html/._sfgmr_8c.html                      |  Bin 0 -> 239 bytes
 DOC/html/._sgscon_8c.html                     |  Bin 0 -> 239 bytes
 DOC/html/._sgsequ_8c.html                     |  Bin 0 -> 239 bytes
 DOC/html/._sgsisx_8c.html                     |  Bin 0 -> 239 bytes
 DOC/html/._sgsitrf_8c.html                    |  Bin 0 -> 239 bytes
 DOC/html/._sgsrfs_8c.html                     |  Bin 0 -> 239 bytes
 DOC/html/._sgssv_8c.html                      |  Bin 0 -> 239 bytes
 DOC/html/._sgssvx_8c.html                     |  Bin 0 -> 239 bytes
 DOC/html/._sgstrf_8c.html                     |  Bin 0 -> 239 bytes
 DOC/html/._sgstrs_8c.html                     |  Bin 0 -> 239 bytes
 DOC/html/._sitersol1_8c.html                  |  Bin 0 -> 239 bytes
 DOC/html/._sitersol_8c.html                   |  Bin 0 -> 239 bytes
 DOC/html/._slacon_8c.html                     |  Bin 0 -> 239 bytes
 DOC/html/._slangs_8c.html                     |  Bin 0 -> 239 bytes
 DOC/html/._slaqgs_8c.html                     |  Bin 0 -> 239 bytes
 DOC/html/._sldperm_8c.html                    |  Bin 0 -> 239 bytes
 DOC/html/._slinsol1_8c.html                   |  Bin 0 -> 239 bytes
 DOC/html/._slinsol_8c.html                    |  Bin 0 -> 239 bytes
 DOC/html/._slinsolx1_8c.html                  |  Bin 0 -> 239 bytes
 DOC/html/._slinsolx2_8c.html                  |  Bin 0 -> 239 bytes
 DOC/html/._slinsolx_8c.html                   |  Bin 0 -> 239 bytes
 DOC/html/._slu__Cnames_8h.html                |  Bin 0 -> 239 bytes
 DOC/html/._slu__cdefs_8h.html                 |  Bin 0 -> 239 bytes
 DOC/html/._slu__dcomplex_8h.html              |  Bin 0 -> 239 bytes
 DOC/html/._slu__ddefs_8h.html                 |  Bin 0 -> 239 bytes
 DOC/html/._slu__scomplex_8h.html              |  Bin 0 -> 239 bytes
 DOC/html/._slu__sdefs_8h.html                 |  Bin 0 -> 239 bytes
 DOC/html/._slu__util_8h.html                  |  Bin 0 -> 239 bytes
 DOC/html/._slu__zdefs_8h.html                 |  Bin 0 -> 239 bytes
 DOC/html/._smemory_8c.html                    |  Bin 0 -> 239 bytes
 DOC/html/._smyblas2_8c.html                   |  Bin 0 -> 239 bytes
 DOC/html/._sp__coletree_8c.html               |  Bin 0 -> 239 bytes
 DOC/html/._sp__preorder_8c.html               |  Bin 0 -> 239 bytes
 DOC/html/._spanel__bmod_8c.html               |  Bin 0 -> 239 bytes
 DOC/html/._spanel__dfs_8c.html                |  Bin 0 -> 239 bytes
 DOC/html/._spivotL_8c.html                    |  Bin 0 -> 239 bytes
 DOC/html/._spivotgrowth_8c.html               |  Bin 0 -> 239 bytes
 DOC/html/._spruneL_8c.html                    |  Bin 0 -> 239 bytes
 DOC/html/._sreadhb_8c.html                    |  Bin 0 -> 239 bytes
 DOC/html/._sreadrb_8c.html                    |  Bin 0 -> 239 bytes
 DOC/html/._sreadtriple_8c.html                |  Bin 0 -> 239 bytes
 DOC/html/._ssnode__bmod_8c.html               |  Bin 0 -> 239 bytes
 DOC/html/._ssnode__dfs_8c.html                |  Bin 0 -> 239 bytes
 DOC/html/._ssp__blas2_8c.html                 |  Bin 0 -> 239 bytes
 DOC/html/._ssp__blas3_8c.html                 |  Bin 0 -> 239 bytes
 DOC/html/._structColamd__Col__struct.html     |  Bin 0 -> 239 bytes
 DOC/html/._structColamd__Row__struct.html     |  Bin 0 -> 239 bytes
 DOC/html/._structDNformat.html                |  Bin 0 -> 239 bytes
 DOC/html/._structGlobalLU__t.html             |  Bin 0 -> 239 bytes
 DOC/html/._structLU__stack__t.html            |  Bin 0 -> 239 bytes
 DOC/html/._structNCPformat.html               |  Bin 0 -> 239 bytes
 DOC/html/._structNCformat.html                |  Bin 0 -> 239 bytes
 DOC/html/._structNRformat.html                |  Bin 0 -> 239 bytes
 DOC/html/._structNRformat__loc.html           |  Bin 0 -> 239 bytes
 DOC/html/._structSCPformat.html               |  Bin 0 -> 239 bytes
 DOC/html/._structSCformat.html                |  Bin 0 -> 239 bytes
 DOC/html/._structSuperLUStat__t.html          |  Bin 0 -> 239 bytes
 DOC/html/._structSuperMatrix.html             |  Bin 0 -> 239 bytes
 DOC/html/._structcomplex.html                 |  Bin 0 -> 239 bytes
 DOC/html/._structdoublecomplex.html           |  Bin 0 -> 239 bytes
 DOC/html/._structe__node.html                 |  Bin 0 -> 239 bytes
 DOC/html/._structmem__usage__t.html           |  Bin 0 -> 239 bytes
 DOC/html/._structsuperlu__options__t.html     |  Bin 0 -> 239 bytes
 DOC/html/._superlu_8c.html                    |  Bin 0 -> 239 bytes
 DOC/html/._superlu__enum__consts_8h.html      |  Bin 0 -> 239 bytes
 DOC/html/._superlu__timer_8c.html             |  Bin 0 -> 239 bytes
 DOC/html/._supermatrix_8h.html                |  Bin 0 -> 239 bytes
 DOC/html/._sutil_8c.html                      |  Bin 0 -> 239 bytes
 DOC/html/._tabs.css                           |  Bin 0 -> 239 bytes
 DOC/html/._util_8c.html                       |  Bin 0 -> 239 bytes
 DOC/html/._zcolumn__bmod_8c.html              |  Bin 0 -> 239 bytes
 DOC/html/._zcolumn__dfs_8c.html               |  Bin 0 -> 239 bytes
 DOC/html/._zcopy__to__ucol_8c.html            |  Bin 0 -> 239 bytes
 DOC/html/._zdiagonal_8c.html                  |  Bin 0 -> 239 bytes
 DOC/html/._zfgmr_8c.html                      |  Bin 0 -> 239 bytes
 DOC/html/._zgscon_8c.html                     |  Bin 0 -> 239 bytes
 DOC/html/._zgsequ_8c.html                     |  Bin 0 -> 239 bytes
 DOC/html/._zgsisx_8c.html                     |  Bin 0 -> 239 bytes
 DOC/html/._zgsitrf_8c.html                    |  Bin 0 -> 239 bytes
 DOC/html/._zgsrfs_8c.html                     |  Bin 0 -> 239 bytes
 DOC/html/._zgssv_8c.html                      |  Bin 0 -> 239 bytes
 DOC/html/._zgssvx_8c.html                     |  Bin 0 -> 239 bytes
 DOC/html/._zgstrf_8c.html                     |  Bin 0 -> 239 bytes
 DOC/html/._zgstrs_8c.html                     |  Bin 0 -> 239 bytes
 DOC/html/._zitersol1_8c.html                  |  Bin 0 -> 239 bytes
 DOC/html/._zitersol_8c.html                   |  Bin 0 -> 239 bytes
 DOC/html/._zlacon_8c.html                     |  Bin 0 -> 239 bytes
 DOC/html/._zlangs_8c.html                     |  Bin 0 -> 239 bytes
 DOC/html/._zlaqgs_8c.html                     |  Bin 0 -> 239 bytes
 DOC/html/._zldperm_8c.html                    |  Bin 0 -> 239 bytes
 DOC/html/._zlinsol1_8c.html                   |  Bin 0 -> 239 bytes
 DOC/html/._zlinsol_8c.html                    |  Bin 0 -> 239 bytes
 DOC/html/._zlinsolx1_8c.html                  |  Bin 0 -> 239 bytes
 DOC/html/._zlinsolx2_8c.html                  |  Bin 0 -> 239 bytes
 DOC/html/._zlinsolx_8c.html                   |  Bin 0 -> 239 bytes
 DOC/html/._zmemory_8c.html                    |  Bin 0 -> 239 bytes
 DOC/html/._zmyblas2_8c.html                   |  Bin 0 -> 239 bytes
 DOC/html/._zpanel__bmod_8c.html               |  Bin 0 -> 239 bytes
 DOC/html/._zpanel__dfs_8c.html                |  Bin 0 -> 239 bytes
 DOC/html/._zpivotL_8c.html                    |  Bin 0 -> 239 bytes
 DOC/html/._zpivotgrowth_8c.html               |  Bin 0 -> 239 bytes
 DOC/html/._zpruneL_8c.html                    |  Bin 0 -> 239 bytes
 DOC/html/._zreadhb_8c.html                    |  Bin 0 -> 239 bytes
 DOC/html/._zreadrb_8c.html                    |  Bin 0 -> 239 bytes
 DOC/html/._zreadtriple_8c.html                |  Bin 0 -> 239 bytes
 DOC/html/._zsnode__bmod_8c.html               |  Bin 0 -> 239 bytes
 DOC/html/._zsnode__dfs_8c.html                |  Bin 0 -> 239 bytes
 DOC/html/._zsp__blas2_8c.html                 |  Bin 0 -> 239 bytes
 DOC/html/._zsp__blas3_8c.html                 |  Bin 0 -> 239 bytes
 DOC/html/._zutil_8c.html                      |  Bin 0 -> 239 bytes
 DOC/html/EXAMPLE_2sp__ienv_8c.html            |  161 +-
 DOC/html/SRC_2sp__ienv_8c.html                |  161 +-
 DOC/html/annotated.html                       |  109 +-
 DOC/html/ccolumn__bmod_8c.html                |  311 +-
 DOC/html/ccolumn__dfs_8c.html                 |  264 +-
 DOC/html/ccopy__to__ucol_8c.html              |  167 +-
 DOC/html/cdiagonal_8c.html                    |  156 +-
 DOC/html/cfgmr_8c.html                        |  231 +-
 DOC/html/cgscon_8c.html                       |  220 +-
 DOC/html/cgsequ_8c.html                       |  239 +-
 DOC/html/cgsisx_8c.html                       |  827 +--
 DOC/html/cgsitrf_8c.html                      |  399 +-
 DOC/html/cgsrfs_8c.html                       |  356 +-
 DOC/html/cgssv_8c.html                        |  325 +-
 DOC/html/cgssvx_8c.html                       |  719 +--
 DOC/html/cgstrf_8c.html                       |  422 +-
 DOC/html/cgstrs_8c.html                       |  384 +-
 DOC/html/citersol1_8c.html                    |  420 +-
 DOC/html/citersol_8c.html                     |  388 +-
 DOC/html/clacon_8c.html                       |  211 +-
 DOC/html/clangs_8c.html                       |  188 +-
 DOC/html/claqgs_8c.html                       |  252 +-
 DOC/html/cldperm_8c.html                      |  317 +-
 DOC/html/clinsol1_8c.html                     |  121 +-
 DOC/html/clinsol_8c.html                      |  121 +-
 DOC/html/clinsolx1_8c.html                    |  162 +-
 DOC/html/clinsolx2_8c.html                    |  162 +-
 DOC/html/clinsolx_8c.html                     |  162 +-
 DOC/html/cmemory_8c.html                      |  977 ++--
 DOC/html/cmyblas2_8c.html                     |  225 +-
 DOC/html/colamd_8c.html                       | 2091 ++++----
 DOC/html/colamd_8h-source.html                |  217 -
 DOC/html/colamd_8h.html                       |  882 ++--
 DOC/html/cpanel__bmod_8c.html                 |  302 +-
 DOC/html/cpanel__dfs_8c.html                  |  229 +-
 DOC/html/cpivotL_8c.html                      |  208 +-
 DOC/html/cpivotgrowth_8c.html                 |  187 +-
 DOC/html/cpruneL_8c.html                      |  174 +-
 DOC/html/creadhb_8c.html                      |  480 +-
 DOC/html/creadrb_8c.html                      |  422 +-
 DOC/html/creadtriple_8c.html                  |  172 +-
 DOC/html/csnode__bmod_8c.html                 |  168 +-
 DOC/html/csnode__dfs_8c.html                  |  193 +-
 DOC/html/csp__blas2_8c.html                   |  492 +-
 DOC/html/csp__blas3_8c.html                   |  298 +-
 DOC/html/cutil_8c.html                        |  864 +--
 DOC/html/dcolumn__bmod_8c.html                |  311 +-
 DOC/html/dcolumn__dfs_8c.html                 |  264 +-
 DOC/html/dcomplex_8c.html                     |  320 +-
 DOC/html/dcopy__to__ucol_8c.html              |  167 +-
 DOC/html/ddiagonal_8c.html                    |  163 +-
 DOC/html/dfgmr_8c.html                        |  229 +-
 DOC/html/dgscon_8c.html                       |  220 +-
 DOC/html/dgsequ_8c.html                       |  239 +-
 DOC/html/dgsisx_8c.html                       |  815 +--
 DOC/html/dgsitrf_8c.html                      |  399 +-
 DOC/html/dgsrfs_8c.html                       |  356 +-
 DOC/html/dgssv_8c.html                        |  325 +-
 DOC/html/dgssvx_8c.html                       |  719 +--
 DOC/html/dgstrf_8c.html                       |  422 +-
 DOC/html/dgstrs_8c.html                       |  384 +-
 DOC/html/ditersol1_8c.html                    |  420 +-
 DOC/html/ditersol_8c.html                     |  388 +-
 DOC/html/dlacon_8c.html                       |  272 +-
 DOC/html/dlamch_8c.html                       |  584 ---
 DOC/html/dlangs_8c.html                       |  181 +-
 DOC/html/dlaqgs_8c.html                       |  252 +-
 DOC/html/dldperm_8c.html                      |  317 +-
 DOC/html/dlinsol1_8c.html                     |  121 +-
 DOC/html/dlinsol_8c.html                      |  121 +-
 DOC/html/dlinsolx1_8c.html                    |  162 +-
 DOC/html/dlinsolx2_8c.html                    |  162 +-
 DOC/html/dlinsolx_8c.html                     |  162 +-
 DOC/html/dmemory_8c.html                      |  976 ++--
 DOC/html/dmyblas2_8c.html                     |  209 +-
 DOC/html/doxygen.css                          | 1597 ++++--
 DOC/html/doxygen.png                          |  Bin 1281 -> 3779 bytes
 DOC/html/dpanel__bmod_8c.html                 |  302 +-
 DOC/html/dpanel__dfs_8c.html                  |  229 +-
 DOC/html/dpivotL_8c.html                      |  201 +-
 DOC/html/dpivotgrowth_8c.html                 |  187 +-
 DOC/html/dpruneL_8c.html                      |  174 +-
 DOC/html/dreadhb_8c.html                      |  478 +-
 DOC/html/dreadrb_8c.html                      |  420 +-
 DOC/html/dreadtriple_8c.html                  |  172 +-
 DOC/html/dsnode__bmod_8c.html                 |  168 +-
 DOC/html/dsnode__dfs_8c.html                  |  193 +-
 DOC/html/dsp__blas2_8c.html                   |  489 +-
 DOC/html/dsp__blas3_8c.html                   |  298 +-
 DOC/html/dutil_8c.html                        |  857 +--
 DOC/html/dzsum1_8c.html                       |  199 +-
 DOC/html/fgmr_8c.html                         |  293 +-
 DOC/html/files.html                           |  541 +-
 DOC/html/functions.html                       |  530 +-
 DOC/html/functions_vars.html                  |  530 +-
 DOC/html/get__perm__c_8c.html                 |  419 +-
 DOC/html/globals.html                         |  135 +-
 DOC/html/globals_0x61.html                    |   94 -
 DOC/html/globals_0x62.html                    |   75 -
 DOC/html/globals_0x63.html                    |  455 --
 DOC/html/globals_0x64.html                    |  419 --
 DOC/html/globals_0x65.html                    |   92 -
 DOC/html/globals_0x66.html                    |  117 -
 DOC/html/globals_0x67.html                    |  189 -
 DOC/html/globals_0x68.html                    |   78 -
 DOC/html/globals_0x69.html                    |  218 -
 DOC/html/globals_0x6b.html                    |   79 -
 DOC/html/globals_0x6c.html                    |  102 -
 DOC/html/globals_0x6d.html                    |  179 -
 DOC/html/globals_0x6e.html                    |  108 -
 DOC/html/globals_0x6f.html                    |   81 -
 DOC/html/globals_0x70.html                    |  132 -
 DOC/html/globals_0x72.html                    |  117 -
 DOC/html/globals_0x73.html                    |  501 --
 DOC/html/globals_0x74.html                    |  107 -
 DOC/html/globals_0x75.html                    |   99 -
 DOC/html/globals_0x78.html                    |   76 -
 DOC/html/globals_0x79.html                    |   77 -
 DOC/html/globals_0x7a.html                    |  322 --
 DOC/html/globals_defs.html                    |  624 ++-
 DOC/html/globals_enum.html                    |  122 +-
 DOC/html/globals_eval.html                    |  413 +-
 DOC/html/globals_func.html                    |  129 +-
 DOC/html/globals_func_0x61.html               |   72 -
 DOC/html/globals_func_0x63.html               |  355 --
 DOC/html/globals_func_0x64.html               |  366 --
 DOC/html/globals_func_0x65.html               |   72 -
 DOC/html/globals_func_0x66.html               |   92 -
 DOC/html/globals_func_0x67.html               |   82 -
 DOC/html/globals_func_0x68.html               |   73 -
 DOC/html/globals_func_0x69.html               |  196 -
 DOC/html/globals_func_0x6c.html               |   79 -
 DOC/html/globals_func_0x6d.html               |  145 -
 DOC/html/globals_func_0x6e.html               |   72 -
 DOC/html/globals_func_0x6f.html               |   72 -
 DOC/html/globals_func_0x70.html               |  119 -
 DOC/html/globals_func_0x72.html               |   91 -
 DOC/html/globals_func_0x73.html               |  410 --
 DOC/html/globals_func_0x74.html               |   73 -
 DOC/html/globals_func_0x75.html               |   76 -
 DOC/html/globals_func_0x78.html               |   73 -
 DOC/html/globals_func_0x7a.html               |  305 --
 DOC/html/globals_type.html                    |  107 +-
 DOC/html/globals_vars.html                    |  297 +-
 DOC/html/heap__relax__snode_8c.html           |  169 +-
 DOC/html/html__mainpage_8h-source.html        |   22 -
 DOC/html/html__mainpage_8h.html               |   79 +-
 DOC/html/icmax1_8c.html                       |  194 +-
 DOC/html/ilu__ccolumn__dfs_8c.html            |  221 +-
 DOC/html/ilu__ccopy__to__ucol_8c.html         |  208 +-
 DOC/html/ilu__cdrop__row_8c.html              |  427 +-
 DOC/html/ilu__cpanel__dfs_8c.html             |  221 +-
 DOC/html/ilu__cpivotL_8c.html                 |  242 +-
 DOC/html/ilu__csnode__dfs_8c.html             |  174 +-
 DOC/html/ilu__dcolumn__dfs_8c.html            |  221 +-
 DOC/html/ilu__dcopy__to__ucol_8c.html         |  208 +-
 DOC/html/ilu__ddrop__row_8c.html              |  438 +-
 DOC/html/ilu__dpanel__dfs_8c.html             |  214 +-
 DOC/html/ilu__dpivotL_8c.html                 |  235 +-
 DOC/html/ilu__dsnode__dfs_8c.html             |  174 +-
 DOC/html/ilu__heap__relax__snode_8c.html      |  160 +-
 DOC/html/ilu__relax__snode_8c.html            |  160 +-
 DOC/html/ilu__scolumn__dfs_8c.html            |  221 +-
 DOC/html/ilu__scopy__to__ucol_8c.html         |  208 +-
 DOC/html/ilu__sdrop__row_8c.html              |  434 +-
 DOC/html/ilu__spanel__dfs_8c.html             |  214 +-
 DOC/html/ilu__spivotL_8c.html                 |  235 +-
 DOC/html/ilu__ssnode__dfs_8c.html             |  174 +-
 DOC/html/ilu__zcolumn__dfs_8c.html            |  221 +-
 DOC/html/ilu__zcopy__to__ucol_8c.html         |  208 +-
 DOC/html/ilu__zdrop__row_8c.html              |  427 +-
 DOC/html/ilu__zpanel__dfs_8c.html             |  221 +-
 DOC/html/ilu__zpivotL_8c.html                 |  242 +-
 DOC/html/ilu__zsnode__dfs_8c.html             |  174 +-
 DOC/html/index.html                           |   65 +-
 DOC/html/izmax1_8c.html                       |  192 +-
 DOC/html/lsame_8c.html                        |   78 -
 DOC/html/mark__relax_8c.html                  |  156 +-
 DOC/html/mc64ad_8c.html                       |  809 +--
 DOC/html/memory_8c.html                       |  318 +-
 DOC/html/mmd_8c.html                          |  408 +-
 DOC/html/qselect_8c.html                      |  157 +-
 DOC/html/relax__snode_8c.html                 |  169 +-
 DOC/html/scolumn__bmod_8c.html                |  311 +-
 DOC/html/scolumn__dfs_8c.html                 |  264 +-
 DOC/html/scomplex_8c.html                     |  320 +-
 DOC/html/scopy__to__ucol_8c.html              |  167 +-
 DOC/html/scsum1_8c.html                       |  199 +-
 DOC/html/sdiagonal_8c.html                    |  163 +-
 DOC/html/sfgmr_8c.html                        |  229 +-
 DOC/html/sgscon_8c.html                       |  220 +-
 DOC/html/sgsequ_8c.html                       |  239 +-
 DOC/html/sgsisx_8c.html                       |  815 +--
 DOC/html/sgsitrf_8c.html                      |  399 +-
 DOC/html/sgsrfs_8c.html                       |  356 +-
 DOC/html/sgssv_8c.html                        |  325 +-
 DOC/html/sgssvx_8c.html                       |  719 +--
 DOC/html/sgstrf_8c.html                       |  422 +-
 DOC/html/sgstrs_8c.html                       |  384 +-
 DOC/html/sitersol1_8c.html                    |  420 +-
 DOC/html/sitersol_8c.html                     |  388 +-
 DOC/html/slacon_8c.html                       |  272 +-
 DOC/html/slamch_8c.html                       |  606 ---
 DOC/html/slangs_8c.html                       |  181 +-
 DOC/html/slaqgs_8c.html                       |  252 +-
 DOC/html/sldperm_8c.html                      |  317 +-
 DOC/html/slinsol1_8c.html                     |  121 +-
 DOC/html/slinsol_8c.html                      |  121 +-
 DOC/html/slinsolx1_8c.html                    |  162 +-
 DOC/html/slinsolx2_8c.html                    |  162 +-
 DOC/html/slinsolx_8c.html                     |  162 +-
 DOC/html/slu__Cnames_8h-source.html           |  462 --
 DOC/html/slu__Cnames_8h.html                  |  223 +-
 DOC/html/slu__cdefs_8h-source.html            |  237 -
 DOC/html/slu__cdefs_8h.html                   | 6830 ++++++++++++------------
 DOC/html/slu__dcomplex_8h-source.html         |   82 -
 DOC/html/slu__dcomplex_8h.html                |  596 ++-
 DOC/html/slu__ddefs_8h-source.html            |  234 -
 DOC/html/slu__ddefs_8h.html                   | 6936 +++++++++++++------------
 DOC/html/slu__scomplex_8h-source.html         |   82 -
 DOC/html/slu__scomplex_8h.html                |  594 ++-
 DOC/html/slu__sdefs_8h-source.html            |  234 -
 DOC/html/slu__sdefs_8h.html                   | 6734 ++++++++++++------------
 DOC/html/slu__util_8h-source.html             |  373 --
 DOC/html/slu__util_8h.html                    | 2334 ++++-----
 DOC/html/slu__zdefs_8h-source.html            |  237 -
 DOC/html/slu__zdefs_8h.html                   | 6798 ++++++++++++------------
 DOC/html/smemory_8c.html                      |  976 ++--
 DOC/html/smyblas2_8c.html                     |  209 +-
 DOC/html/sp__coletree_8c.html                 |  527 +-
 DOC/html/sp__ienv_8c.html                     |   81 -
 DOC/html/sp__preorder_8c.html                 |  241 +-
 DOC/html/spanel__bmod_8c.html                 |  302 +-
 DOC/html/spanel__dfs_8c.html                  |  229 +-
 DOC/html/spivotL_8c.html                      |  201 +-
 DOC/html/spivotgrowth_8c.html                 |  187 +-
 DOC/html/spruneL_8c.html                      |  174 +-
 DOC/html/sreadhb_8c.html                      |  478 +-
 DOC/html/sreadrb_8c.html                      |  420 +-
 DOC/html/sreadtriple_8c.html                  |  172 +-
 DOC/html/ssnode__bmod_8c.html                 |  168 +-
 DOC/html/ssnode__dfs_8c.html                  |  193 +-
 DOC/html/ssp__blas2_8c.html                   |  489 +-
 DOC/html/ssp__blas3_8c.html                   |  298 +-
 DOC/html/structColamd__Col__struct.html       |  320 +-
 DOC/html/structColamd__Row__struct.html       |  209 +-
 DOC/html/structDNformat.html                  |  113 +-
 DOC/html/structGlobalLU__t.html               |  823 +--
 DOC/html/structLU__stack__t.html              |  158 +-
 DOC/html/structNCPformat.html                 |  158 +-
 DOC/html/structNCformat.html                  |  143 +-
 DOC/html/structNRformat.html                  |  143 +-
 DOC/html/structNRformat__loc.html             |  173 +-
 DOC/html/structSCPformat.html                 |  248 +-
 DOC/html/structSCformat.html                  |  203 +-
 DOC/html/structSuperLUStat__t.html            |  173 +-
 DOC/html/structSuperMatrix.html               |  173 +-
 DOC/html/structcomplex.html                   |  113 +-
 DOC/html/structdoublecomplex.html             |  113 +-
 DOC/html/structe__node.html                   |  117 +-
 DOC/html/structmem__usage__t.html             |  113 +-
 DOC/html/structsuperlu__options__t.html       |  473 +-
 DOC/html/superlu_8c.html                      |  133 +-
 DOC/html/superlu__enum__consts_8h-source.html |   85 -
 DOC/html/superlu__enum__consts_8h.html        |  592 +--
 DOC/html/superlu__timer_8c.html               |  130 +-
 DOC/html/supermatrix_8h-source.html           |  199 -
 DOC/html/supermatrix_8h.html                  |  281 +-
 DOC/html/sutil_8c.html                        |  857 +--
 DOC/html/tab_b.gif                            |  Bin 35 -> 0 bytes
 DOC/html/tab_l.gif                            |  Bin 706 -> 0 bytes
 DOC/html/tab_r.gif                            |  Bin 2585 -> 0 bytes
 DOC/html/tabs.css                             |  130 +-
 DOC/html/util_8c.html                         |  967 ++--
 DOC/html/xerbla_8c.html                       |   61 -
 DOC/html/zcolumn__bmod_8c.html                |  311 +-
 DOC/html/zcolumn__dfs_8c.html                 |  264 +-
 DOC/html/zcopy__to__ucol_8c.html              |  167 +-
 DOC/html/zdiagonal_8c.html                    |  156 +-
 DOC/html/zfgmr_8c.html                        |  231 +-
 DOC/html/zgscon_8c.html                       |  220 +-
 DOC/html/zgsequ_8c.html                       |  239 +-
 DOC/html/zgsisx_8c.html                       |  815 +--
 DOC/html/zgsitrf_8c.html                      |  399 +-
 DOC/html/zgsrfs_8c.html                       |  356 +-
 DOC/html/zgssv_8c.html                        |  325 +-
 DOC/html/zgssvx_8c.html                       |  719 +--
 DOC/html/zgstrf_8c.html                       |  422 +-
 DOC/html/zgstrs_8c.html                       |  384 +-
 DOC/html/zitersol1_8c.html                    |  420 +-
 DOC/html/zitersol_8c.html                     |  388 +-
 DOC/html/zlacon_8c.html                       |  211 +-
 DOC/html/zlangs_8c.html                       |  188 +-
 DOC/html/zlaqgs_8c.html                       |  252 +-
 DOC/html/zldperm_8c.html                      |  317 +-
 DOC/html/zlinsol1_8c.html                     |  121 +-
 DOC/html/zlinsol_8c.html                      |  121 +-
 DOC/html/zlinsolx1_8c.html                    |  162 +-
 DOC/html/zlinsolx2_8c.html                    |  162 +-
 DOC/html/zlinsolx_8c.html                     |  162 +-
 DOC/html/zmemory_8c.html                      |  977 ++--
 DOC/html/zmyblas2_8c.html                     |  225 +-
 DOC/html/zpanel__bmod_8c.html                 |  302 +-
 DOC/html/zpanel__dfs_8c.html                  |  229 +-
 DOC/html/zpivotL_8c.html                      |  208 +-
 DOC/html/zpivotgrowth_8c.html                 |  187 +-
 DOC/html/zpruneL_8c.html                      |  174 +-
 DOC/html/zreadhb_8c.html                      |  480 +-
 DOC/html/zreadrb_8c.html                      |  422 +-
 DOC/html/zreadtriple_8c.html                  |  172 +-
 DOC/html/zsnode__bmod_8c.html                 |  168 +-
 DOC/html/zsnode__dfs_8c.html                  |  193 +-
 DOC/html/zsp__blas2_8c.html                   |  492 +-
 DOC/html/zsp__blas3_8c.html                   |  298 +-
 DOC/html/zutil_8c.html                        |  864 +--
 DOC/ug.pdf                                    |  Bin 0 -> 687318 bytes
 DoxyConfig                                    |   13 +-
 EXAMPLE/._.gitignore                          |  Bin 0 -> 239 bytes
 EXAMPLE/._Makefile                            |  Bin 0 -> 239 bytes
 EXAMPLE/._README                              |  Bin 0 -> 239 bytes
 EXAMPLE/._cfgmr.c                             |  Bin 0 -> 239 bytes
 EXAMPLE/._cg20.cua                            |  Bin 0 -> 239 bytes
 EXAMPLE/._citersol.c                          |  Bin 0 -> 239 bytes
 EXAMPLE/._citersol1.c                         |  Bin 0 -> 239 bytes
 EXAMPLE/._clinsol.c                           |  Bin 0 -> 239 bytes
 EXAMPLE/._clinsol1.c                          |  Bin 0 -> 239 bytes
 EXAMPLE/._clinsolx.c                          |  Bin 0 -> 239 bytes
 EXAMPLE/._clinsolx1.c                         |  Bin 0 -> 239 bytes
 EXAMPLE/._clinsolx2.c                         |  Bin 0 -> 239 bytes
 EXAMPLE/._clinsolx3.c                         |  Bin 0 -> 239 bytes
 EXAMPLE/._cmat.cua                            |  Bin 0 -> 239 bytes
 EXAMPLE/._dfgmr.c                             |  Bin 0 -> 239 bytes
 EXAMPLE/._ditersol.c                          |  Bin 0 -> 239 bytes
 EXAMPLE/._ditersol1.c                         |  Bin 0 -> 239 bytes
 EXAMPLE/._dlinsol.c                           |  Bin 0 -> 239 bytes
 EXAMPLE/._dlinsol1.c                          |  Bin 0 -> 239 bytes
 EXAMPLE/._dlinsolx.c                          |  Bin 0 -> 239 bytes
 EXAMPLE/._dlinsolx1.c                         |  Bin 0 -> 239 bytes
 EXAMPLE/._dlinsolx2.c                         |  Bin 0 -> 239 bytes
 EXAMPLE/._dlinsolx3.c                         |  Bin 0 -> 239 bytes
 EXAMPLE/._fgmr.c                              |  Bin 0 -> 239 bytes
 EXAMPLE/._g20.rua                             |  Bin 0 -> 239 bytes
 EXAMPLE/._sfgmr.c                             |  Bin 0 -> 239 bytes
 EXAMPLE/._sitersol.c                          |  Bin 0 -> 239 bytes
 EXAMPLE/._sitersol1.c                         |  Bin 0 -> 239 bytes
 EXAMPLE/._slinsol.c                           |  Bin 0 -> 239 bytes
 EXAMPLE/._slinsol1.c                          |  Bin 0 -> 239 bytes
 EXAMPLE/._slinsolx.c                          |  Bin 0 -> 239 bytes
 EXAMPLE/._slinsolx1.c                         |  Bin 0 -> 239 bytes
 EXAMPLE/._slinsolx2.c                         |  Bin 0 -> 239 bytes
 EXAMPLE/._slinsolx3.c                         |  Bin 0 -> 239 bytes
 EXAMPLE/._sp_ienv.c                           |  Bin 0 -> 239 bytes
 EXAMPLE/._superlu.c                           |  Bin 0 -> 239 bytes
 EXAMPLE/._zfgmr.c                             |  Bin 0 -> 239 bytes
 EXAMPLE/._zitersol.c                          |  Bin 0 -> 239 bytes
 EXAMPLE/._zitersol1.c                         |  Bin 0 -> 239 bytes
 EXAMPLE/._zlinsol.c                           |  Bin 0 -> 239 bytes
 EXAMPLE/._zlinsol1.c                          |  Bin 0 -> 239 bytes
 EXAMPLE/._zlinsolx.c                          |  Bin 0 -> 239 bytes
 EXAMPLE/._zlinsolx1.c                         |  Bin 0 -> 239 bytes
 EXAMPLE/._zlinsolx2.c                         |  Bin 0 -> 239 bytes
 EXAMPLE/._zlinsolx3.c                         |  Bin 0 -> 239 bytes
 EXAMPLE/.gitignore                            |   34 +
 EXAMPLE/Makefile                              |   36 +-
 EXAMPLE/README                                |    4 +
 EXAMPLE/cfgmr.c                               |   10 +
 EXAMPLE/citersol.c                            |   26 +-
 EXAMPLE/citersol1                             |  Bin 494264 -> 0 bytes
 EXAMPLE/citersol1.c                           |   24 +-
 EXAMPLE/clinsol.c                             |   13 +-
 EXAMPLE/clinsol1.c                            |   13 +-
 EXAMPLE/clinsolx.c                            |   18 +-
 EXAMPLE/clinsolx1.c                           |   24 +-
 EXAMPLE/clinsolx2.c                           |   24 +-
 EXAMPLE/clinsolx3.c                           |  288 +
 EXAMPLE/dfgmr.c                               |   10 +
 EXAMPLE/ditersol.c                            |   24 +-
 EXAMPLE/ditersol1                             |  Bin 309565 -> 0 bytes
 EXAMPLE/ditersol1.c                           |   24 +-
 EXAMPLE/dlinsol.c                             |   13 +-
 EXAMPLE/dlinsol1.c                            |   13 +-
 EXAMPLE/dlinsolx.c                            |   18 +-
 EXAMPLE/dlinsolx1.c                           |   24 +-
 EXAMPLE/dlinsolx2.c                           |   24 +-
 EXAMPLE/dlinsolx3.c                           |  288 +
 EXAMPLE/fgmr.c                                |   10 +
 EXAMPLE/sfgmr.c                               |   10 +
 EXAMPLE/sitersol.c                            |   26 +-
 EXAMPLE/sitersol1                             |  Bin 387935 -> 0 bytes
 EXAMPLE/sitersol1.c                           |   24 +-
 EXAMPLE/slinsol.c                             |   13 +-
 EXAMPLE/slinsol1.c                            |   13 +-
 EXAMPLE/slinsolx.c                            |   18 +-
 EXAMPLE/slinsolx1.c                           |   24 +-
 EXAMPLE/slinsolx2.c                           |   24 +-
 EXAMPLE/slinsolx3.c                           |  288 +
 EXAMPLE/sp_ienv.c                             |   26 +-
 EXAMPLE/superlu.c                             |   10 +
 EXAMPLE/zfgmr.c                               |   10 +
 EXAMPLE/zitersol.c                            |   24 +-
 EXAMPLE/zitersol1                             |  Bin 551323 -> 0 bytes
 EXAMPLE/zitersol1.c                           |   24 +-
 EXAMPLE/zlinsol.c                             |   13 +-
 EXAMPLE/zlinsol1.c                            |   13 +-
 EXAMPLE/zlinsolx.c                            |   18 +-
 EXAMPLE/zlinsolx1.c                           |   24 +-
 EXAMPLE/zlinsolx2.c                           |   24 +-
 EXAMPLE/zlinsolx3.c                           |  288 +
 FORTRAN/._Makefile                            |  Bin 0 -> 239 bytes
 FORTRAN/._README                              |  Bin 0 -> 239 bytes
 FORTRAN/._c_fortran_cgssv.c                   |  Bin 0 -> 239 bytes
 FORTRAN/._c_fortran_dgssv.c                   |  Bin 0 -> 239 bytes
 FORTRAN/._c_fortran_sgssv.c                   |  Bin 0 -> 239 bytes
 FORTRAN/._c_fortran_zgssv.c                   |  Bin 0 -> 239 bytes
 FORTRAN/._f77_main.f                          |  Bin 0 -> 239 bytes
 FORTRAN/._f77exm.out                          |  Bin 0 -> 239 bytes
 FORTRAN/._hbcode1.f                           |  Bin 0 -> 239 bytes
 FORTRAN/._test_omp.F                          |  Bin 0 -> 239 bytes
 FORTRAN/._z_f77_main.f                        |  Bin 0 -> 239 bytes
 FORTRAN/._zhbcode1.f                          |  Bin 0 -> 239 bytes
 FORTRAN/Makefile                              |   20 +-
 FORTRAN/README                                |    8 +-
 FORTRAN/c_fortran_cgssv.c                     |   38 +-
 FORTRAN/c_fortran_dgssv.c                     |   38 +-
 FORTRAN/c_fortran_dgssv.c.bak                 |  175 -
 FORTRAN/c_fortran_dgssv.c.old                 |  175 -
 FORTRAN/c_fortran_sgssv.c                     |   38 +-
 FORTRAN/c_fortran_zgssv.c                     |   38 +-
 FORTRAN/f77_main.f                            |   10 +
 FORTRAN/f77_main.f.old                        |   48 -
 FORTRAN/test_omp.F                            |  130 +
 FORTRAN/z_f77_main.f                          |   10 +
 INSTALL/._Makefile                            |  Bin 0 -> 239 bytes
 INSTALL/._dlamch.c                            |  Bin 0 -> 239 bytes
 INSTALL/._dlamchtst.c                         |  Bin 0 -> 239 bytes
 INSTALL/._dmach.c                             |  Bin 0 -> 239 bytes
 INSTALL/._dmachtst.c                          |  Bin 0 -> 239 bytes
 INSTALL/._install.csh                         |  Bin 0 -> 239 bytes
 INSTALL/._lsame.c                             |  Bin 0 -> 239 bytes
 INSTALL/._slamch.c                            |  Bin 0 -> 239 bytes
 INSTALL/._slamchtst.c                         |  Bin 0 -> 239 bytes
 INSTALL/._smach.c                             |  Bin 0 -> 239 bytes
 INSTALL/._smachtst.c                          |  Bin 0 -> 239 bytes
 INSTALL/._superlu_timer.c                     |  Bin 0 -> 239 bytes
 INSTALL/._timertst.c                          |  Bin 0 -> 239 bytes
 INSTALL/Makefile                              |    8 +-
 INSTALL/dlamchtst.c                           |    2 +-
 INSTALL/dmach.c                               |   84 +
 INSTALL/dmachtst.c                            |   34 +
 INSTALL/install.csh                           |    4 +-
 INSTALL/smach.c                               |   84 +
 INSTALL/smachtst.c                            |   34 +
 License.txt                                   |   29 +
 MAKE_INC/._make.alpha                         |  Bin 0 -> 239 bytes
 MAKE_INC/._make.altix                         |  Bin 0 -> 239 bytes
 MAKE_INC/._make.cray                          |  Bin 0 -> 239 bytes
 MAKE_INC/._make.cray_xc30                     |  Bin 0 -> 239 bytes
 MAKE_INC/._make.cray_xe6                      |  Bin 0 -> 239 bytes
 MAKE_INC/._make.hppa                          |  Bin 0 -> 239 bytes
 MAKE_INC/._make.inc                           |  Bin 0 -> 239 bytes
 MAKE_INC/._make.linux                         |  Bin 0 -> 239 bytes
 MAKE_INC/._make.mac-x                         |  Bin 0 -> 239 bytes
 MAKE_INC/._make.rs6k                          |  Bin 0 -> 239 bytes
 MAKE_INC/._make.scg1                          |  Bin 0 -> 239 bytes
 MAKE_INC/._make.solaris                       |  Bin 0 -> 239 bytes
 MAKE_INC/._make.sp                            |  Bin 0 -> 239 bytes
 MAKE_INC/make.alpha                           |    4 +-
 MAKE_INC/make.altix                           |    4 +-
 MAKE_INC/make.cray                            |    4 +-
 MAKE_INC/make.cray_xc30                       |   64 +
 MAKE_INC/make.cray_xe6                        |   64 +
 MAKE_INC/make.hppa                            |    4 +-
 MAKE_INC/make.linux                           |   12 +-
 MAKE_INC/make.mac-x                           |   22 +-
 MAKE_INC/make.rs6k                            |    4 +-
 MAKE_INC/make.scg1                            |   65 +
 MAKE_INC/make.sgi                             |   53 -
 MAKE_INC/make.solaris                         |    4 +-
 MAKE_INC/make.sp                              |    4 +-
 MAKE_INC/make.sun4                            |   59 -
 MATLAB/._Makefile                             |  Bin 0 -> 239 bytes
 MATLAB/._README                               |  Bin 0 -> 239 bytes
 MATLAB/._airfoil2.mat                         |  Bin 0 -> 239 bytes
 MATLAB/._babble.m                             |  Bin 0 -> 239 bytes
 MATLAB/._burble.m                             |  Bin 0 -> 239 bytes
 MATLAB/._copyright.m                          |  Bin 0 -> 239 bytes
 MATLAB/._hbo.m                                |  Bin 0 -> 239 bytes
 MATLAB/._isperm.m                             |  Bin 0 -> 239 bytes
 MATLAB/._lusolve.m                            |  Bin 0 -> 239 bytes
 MATLAB/._mexlusolve.c                         |  Bin 0 -> 239 bytes
 MATLAB/._mexlusolve.m                         |  Bin 0 -> 239 bytes
 MATLAB/._mexopts.sh.old                       |  Bin 0 -> 239 bytes
 MATLAB/._mexsuperlu.c                         |  Bin 0 -> 239 bytes
 MATLAB/._mexsuperlu.m                         |  Bin 0 -> 239 bytes
 MATLAB/._permutation.m                        |  Bin 0 -> 239 bytes
 MATLAB/._resetrandoms.m                       |  Bin 0 -> 239 bytes
 MATLAB/._smallmesh.mat                        |  Bin 0 -> 239 bytes
 MATLAB/._spart2.m                             |  Bin 0 -> 239 bytes
 MATLAB/._spypart.m                            |  Bin 0 -> 239 bytes
 MATLAB/._superlu.m                            |  Bin 0 -> 239 bytes
 MATLAB/._time.m                               |  Bin 0 -> 239 bytes
 MATLAB/._try2.m                               |  Bin 0 -> 239 bytes
 MATLAB/._try3.m                               |  Bin 0 -> 239 bytes
 MATLAB/._try4.m                               |  Bin 0 -> 239 bytes
 MATLAB/._trylusolve.m                         |  Bin 0 -> 239 bytes
 MATLAB/._trysuperlu.m                         |  Bin 0 -> 239 bytes
 MATLAB/._trytime.m                            |  Bin 0 -> 239 bytes
 MATLAB/._verbose.m                            |  Bin 0 -> 239 bytes
 MATLAB/mexlusolve.c                           |   10 +
 MATLAB/mexsuperlu.c                           |   31 +-
 MATLAB/spypart.m                              |   35 +
 MATLAB/time.m                                 |   12 +
 README                                        |  211 +-
 SRC/._CMakeLists.txt                          |  Bin 0 -> 239 bytes
 SRC/._Makefile                                |  Bin 0 -> 239 bytes
 SRC/._ccolumn_bmod.c                          |  Bin 0 -> 239 bytes
 SRC/._ccolumn_dfs.c                           |  Bin 0 -> 239 bytes
 SRC/._ccopy_to_ucol.c                         |  Bin 0 -> 239 bytes
 SRC/._cdiagonal.c                             |  Bin 0 -> 239 bytes
 SRC/._cgscon.c                                |  Bin 0 -> 239 bytes
 SRC/._cgsequ.c                                |  Bin 0 -> 239 bytes
 SRC/._cgsisx.c                                |  Bin 0 -> 239 bytes
 SRC/._cgsitrf.c                               |  Bin 0 -> 239 bytes
 SRC/._cgsrfs.c                                |  Bin 0 -> 239 bytes
 SRC/._cgssv.c                                 |  Bin 0 -> 239 bytes
 SRC/._cgssvx.c                                |  Bin 0 -> 239 bytes
 SRC/._cgstrf.c                                |  Bin 0 -> 239 bytes
 SRC/._cgstrs.c                                |  Bin 0 -> 239 bytes
 SRC/._clacon.c                                |  Bin 0 -> 239 bytes
 SRC/._clacon2.c                               |  Bin 0 -> 239 bytes
 SRC/._clangs.c                                |  Bin 0 -> 239 bytes
 SRC/._claqgs.c                                |  Bin 0 -> 239 bytes
 SRC/._cldperm.c                               |  Bin 0 -> 239 bytes
 SRC/._cmemory.c                               |  Bin 0 -> 239 bytes
 SRC/._cmyblas2.c                              |  Bin 0 -> 239 bytes
 SRC/._colamd.c                                |  Bin 0 -> 239 bytes
 SRC/._colamd.h                                |  Bin 0 -> 239 bytes
 SRC/._cpanel_bmod.c                           |  Bin 0 -> 239 bytes
 SRC/._cpanel_dfs.c                            |  Bin 0 -> 239 bytes
 SRC/._cpivotL.c                               |  Bin 0 -> 239 bytes
 SRC/._cpivotgrowth.c                          |  Bin 0 -> 239 bytes
 SRC/._cpruneL.c                               |  Bin 0 -> 239 bytes
 SRC/._creadhb.c                               |  Bin 0 -> 239 bytes
 SRC/._creadrb.c                               |  Bin 0 -> 239 bytes
 SRC/._creadtriple.c                           |  Bin 0 -> 239 bytes
 SRC/._csnode_bmod.c                           |  Bin 0 -> 239 bytes
 SRC/._csnode_dfs.c                            |  Bin 0 -> 239 bytes
 SRC/._csp_blas2.c                             |  Bin 0 -> 239 bytes
 SRC/._csp_blas3.c                             |  Bin 0 -> 239 bytes
 SRC/._cutil.c                                 |  Bin 0 -> 239 bytes
 SRC/._dcolumn_bmod.c                          |  Bin 0 -> 239 bytes
 SRC/._dcolumn_dfs.c                           |  Bin 0 -> 239 bytes
 SRC/._dcomplex.c                              |  Bin 0 -> 239 bytes
 SRC/._dcopy_to_ucol.c                         |  Bin 0 -> 239 bytes
 SRC/._ddiagonal.c                             |  Bin 0 -> 239 bytes
 SRC/._dgscon.c                                |  Bin 0 -> 239 bytes
 SRC/._dgsequ.c                                |  Bin 0 -> 239 bytes
 SRC/._dgsisx.c                                |  Bin 0 -> 239 bytes
 SRC/._dgsitrf.c                               |  Bin 0 -> 239 bytes
 SRC/._dgsrfs.c                                |  Bin 0 -> 239 bytes
 SRC/._dgssv.c                                 |  Bin 0 -> 239 bytes
 SRC/._dgssvx.c                                |  Bin 0 -> 239 bytes
 SRC/._dgstrf.c                                |  Bin 0 -> 239 bytes
 SRC/._dgstrs.c                                |  Bin 0 -> 239 bytes
 SRC/._dlacon.c                                |  Bin 0 -> 239 bytes
 SRC/._dlacon2.c                               |  Bin 0 -> 239 bytes
 SRC/._dlangs.c                                |  Bin 0 -> 239 bytes
 SRC/._dlaqgs.c                                |  Bin 0 -> 239 bytes
 SRC/._dldperm.c                               |  Bin 0 -> 239 bytes
 SRC/._dmach.c                                 |  Bin 0 -> 239 bytes
 SRC/._dmemory.c                               |  Bin 0 -> 239 bytes
 SRC/._dmyblas2.c                              |  Bin 0 -> 239 bytes
 SRC/._dpanel_bmod.c                           |  Bin 0 -> 239 bytes
 SRC/._dpanel_dfs.c                            |  Bin 0 -> 239 bytes
 SRC/._dpivotL.c                               |  Bin 0 -> 239 bytes
 SRC/._dpivotgrowth.c                          |  Bin 0 -> 239 bytes
 SRC/._dpruneL.c                               |  Bin 0 -> 239 bytes
 SRC/._dreadhb.c                               |  Bin 0 -> 239 bytes
 SRC/._dreadrb.c                               |  Bin 0 -> 239 bytes
 SRC/._dreadtriple.c                           |  Bin 0 -> 239 bytes
 SRC/._dsnode_bmod.c                           |  Bin 0 -> 239 bytes
 SRC/._dsnode_dfs.c                            |  Bin 0 -> 239 bytes
 SRC/._dsp_blas2.c                             |  Bin 0 -> 239 bytes
 SRC/._dsp_blas3.c                             |  Bin 0 -> 239 bytes
 SRC/._dutil.c                                 |  Bin 0 -> 239 bytes
 SRC/._dzsum1.c                                |  Bin 0 -> 239 bytes
 SRC/._get_perm_c.c                            |  Bin 0 -> 239 bytes
 SRC/._heap_relax_snode.c                      |  Bin 0 -> 239 bytes
 SRC/._html_mainpage.h                         |  Bin 0 -> 239 bytes
 SRC/._icmax1.c                                |  Bin 0 -> 239 bytes
 SRC/._ilu_ccolumn_dfs.c                       |  Bin 0 -> 239 bytes
 SRC/._ilu_ccopy_to_ucol.c                     |  Bin 0 -> 239 bytes
 SRC/._ilu_cdrop_row.c                         |  Bin 0 -> 239 bytes
 SRC/._ilu_cpanel_dfs.c                        |  Bin 0 -> 239 bytes
 SRC/._ilu_cpivotL.c                           |  Bin 0 -> 239 bytes
 SRC/._ilu_csnode_dfs.c                        |  Bin 0 -> 239 bytes
 SRC/._ilu_dcolumn_dfs.c                       |  Bin 0 -> 239 bytes
 SRC/._ilu_dcopy_to_ucol.c                     |  Bin 0 -> 239 bytes
 SRC/._ilu_ddrop_row.c                         |  Bin 0 -> 239 bytes
 SRC/._ilu_dpanel_dfs.c                        |  Bin 0 -> 239 bytes
 SRC/._ilu_dpivotL.c                           |  Bin 0 -> 239 bytes
 SRC/._ilu_dsnode_dfs.c                        |  Bin 0 -> 239 bytes
 SRC/._ilu_heap_relax_snode.c                  |  Bin 0 -> 239 bytes
 SRC/._ilu_relax_snode.c                       |  Bin 0 -> 239 bytes
 SRC/._ilu_scolumn_dfs.c                       |  Bin 0 -> 239 bytes
 SRC/._ilu_scopy_to_ucol.c                     |  Bin 0 -> 239 bytes
 SRC/._ilu_sdrop_row.c                         |  Bin 0 -> 239 bytes
 SRC/._ilu_spanel_dfs.c                        |  Bin 0 -> 239 bytes
 SRC/._ilu_spivotL.c                           |  Bin 0 -> 239 bytes
 SRC/._ilu_ssnode_dfs.c                        |  Bin 0 -> 239 bytes
 SRC/._ilu_zcolumn_dfs.c                       |  Bin 0 -> 239 bytes
 SRC/._ilu_zcopy_to_ucol.c                     |  Bin 0 -> 239 bytes
 SRC/._ilu_zdrop_row.c                         |  Bin 0 -> 239 bytes
 SRC/._ilu_zpanel_dfs.c                        |  Bin 0 -> 239 bytes
 SRC/._ilu_zpivotL.c                           |  Bin 0 -> 239 bytes
 SRC/._ilu_zsnode_dfs.c                        |  Bin 0 -> 239 bytes
 SRC/._input_error.c                           |  Bin 0 -> 239 bytes
 SRC/._izmax1.c                                |  Bin 0 -> 239 bytes
 SRC/._mark_relax.c                            |  Bin 0 -> 239 bytes
 SRC/._mc64ad.c                                |  Bin 0 -> 239 bytes
 SRC/._memory.c                                |  Bin 0 -> 239 bytes
 SRC/._mmd.c                                   |  Bin 0 -> 239 bytes
 SRC/._qselect.c                               |  Bin 0 -> 239 bytes
 SRC/._relax_snode.c                           |  Bin 0 -> 239 bytes
 SRC/._scolumn_bmod.c                          |  Bin 0 -> 239 bytes
 SRC/._scolumn_dfs.c                           |  Bin 0 -> 239 bytes
 SRC/._scomplex.c                              |  Bin 0 -> 239 bytes
 SRC/._scopy_to_ucol.c                         |  Bin 0 -> 239 bytes
 SRC/._scsum1.c                                |  Bin 0 -> 239 bytes
 SRC/._sdiagonal.c                             |  Bin 0 -> 239 bytes
 SRC/._sgscon.c                                |  Bin 0 -> 239 bytes
 SRC/._sgsequ.c                                |  Bin 0 -> 239 bytes
 SRC/._sgsisx.c                                |  Bin 0 -> 239 bytes
 SRC/._sgsitrf.c                               |  Bin 0 -> 239 bytes
 SRC/._sgsrfs.c                                |  Bin 0 -> 239 bytes
 SRC/._sgssv.c                                 |  Bin 0 -> 239 bytes
 SRC/._sgssvx.c                                |  Bin 0 -> 239 bytes
 SRC/._sgstrf.c                                |  Bin 0 -> 239 bytes
 SRC/._sgstrs.c                                |  Bin 0 -> 239 bytes
 SRC/._slacon.c                                |  Bin 0 -> 239 bytes
 SRC/._slacon2.c                               |  Bin 0 -> 239 bytes
 SRC/._slangs.c                                |  Bin 0 -> 239 bytes
 SRC/._slaqgs.c                                |  Bin 0 -> 239 bytes
 SRC/._sldperm.c                               |  Bin 0 -> 239 bytes
 SRC/._slu_Cnames.h                            |  Bin 0 -> 239 bytes
 SRC/._slu_cdefs.h                             |  Bin 0 -> 239 bytes
 SRC/._slu_dcomplex.h                          |  Bin 0 -> 239 bytes
 SRC/._slu_ddefs.h                             |  Bin 0 -> 239 bytes
 SRC/._slu_scomplex.h                          |  Bin 0 -> 239 bytes
 SRC/._slu_sdefs.h                             |  Bin 0 -> 239 bytes
 SRC/._slu_util.h                              |  Bin 0 -> 239 bytes
 SRC/._slu_zdefs.h                             |  Bin 0 -> 239 bytes
 SRC/._smach.c                                 |  Bin 0 -> 239 bytes
 SRC/._smemory.c                               |  Bin 0 -> 239 bytes
 SRC/._smyblas2.c                              |  Bin 0 -> 239 bytes
 SRC/._sp_coletree.c                           |  Bin 0 -> 239 bytes
 SRC/._sp_ienv.c                               |  Bin 0 -> 239 bytes
 SRC/._sp_preorder.c                           |  Bin 0 -> 239 bytes
 SRC/._spanel_bmod.c                           |  Bin 0 -> 239 bytes
 SRC/._spanel_dfs.c                            |  Bin 0 -> 239 bytes
 SRC/._spivotL.c                               |  Bin 0 -> 239 bytes
 SRC/._spivotgrowth.c                          |  Bin 0 -> 239 bytes
 SRC/._spruneL.c                               |  Bin 0 -> 239 bytes
 SRC/._sreadhb.c                               |  Bin 0 -> 239 bytes
 SRC/._sreadrb.c                               |  Bin 0 -> 239 bytes
 SRC/._sreadtriple.c                           |  Bin 0 -> 239 bytes
 SRC/._ssnode_bmod.c                           |  Bin 0 -> 239 bytes
 SRC/._ssnode_dfs.c                            |  Bin 0 -> 239 bytes
 SRC/._ssp_blas2.c                             |  Bin 0 -> 239 bytes
 SRC/._ssp_blas3.c                             |  Bin 0 -> 239 bytes
 SRC/._superlu_enum_consts.h                   |  Bin 0 -> 239 bytes
 SRC/._superlu_timer.c                         |  Bin 0 -> 239 bytes
 SRC/._supermatrix.h                           |  Bin 0 -> 239 bytes
 SRC/._sutil.c                                 |  Bin 0 -> 239 bytes
 SRC/._util.c                                  |  Bin 0 -> 239 bytes
 SRC/._zcolumn_bmod.c                          |  Bin 0 -> 239 bytes
 SRC/._zcolumn_dfs.c                           |  Bin 0 -> 239 bytes
 SRC/._zcopy_to_ucol.c                         |  Bin 0 -> 239 bytes
 SRC/._zdiagonal.c                             |  Bin 0 -> 239 bytes
 SRC/._zgscon.c                                |  Bin 0 -> 239 bytes
 SRC/._zgsequ.c                                |  Bin 0 -> 239 bytes
 SRC/._zgsisx.c                                |  Bin 0 -> 239 bytes
 SRC/._zgsitrf.c                               |  Bin 0 -> 239 bytes
 SRC/._zgsrfs.c                                |  Bin 0 -> 239 bytes
 SRC/._zgssv.c                                 |  Bin 0 -> 239 bytes
 SRC/._zgssvx.c                                |  Bin 0 -> 239 bytes
 SRC/._zgstrf.c                                |  Bin 0 -> 239 bytes
 SRC/._zgstrs.c                                |  Bin 0 -> 239 bytes
 SRC/._zlacon.c                                |  Bin 0 -> 239 bytes
 SRC/._zlacon2.c                               |  Bin 0 -> 239 bytes
 SRC/._zlangs.c                                |  Bin 0 -> 239 bytes
 SRC/._zlaqgs.c                                |  Bin 0 -> 239 bytes
 SRC/._zldperm.c                               |  Bin 0 -> 239 bytes
 SRC/._zmemory.c                               |  Bin 0 -> 239 bytes
 SRC/._zmyblas2.c                              |  Bin 0 -> 239 bytes
 SRC/._zpanel_bmod.c                           |  Bin 0 -> 239 bytes
 SRC/._zpanel_dfs.c                            |  Bin 0 -> 239 bytes
 SRC/._zpivotL.c                               |  Bin 0 -> 239 bytes
 SRC/._zpivotgrowth.c                          |  Bin 0 -> 239 bytes
 SRC/._zpruneL.c                               |  Bin 0 -> 239 bytes
 SRC/._zreadhb.c                               |  Bin 0 -> 239 bytes
 SRC/._zreadrb.c                               |  Bin 0 -> 239 bytes
 SRC/._zreadtriple.c                           |  Bin 0 -> 239 bytes
 SRC/._zsnode_bmod.c                           |  Bin 0 -> 239 bytes
 SRC/._zsnode_dfs.c                            |  Bin 0 -> 239 bytes
 SRC/._zsp_blas2.c                             |  Bin 0 -> 239 bytes
 SRC/._zsp_blas3.c                             |  Bin 0 -> 239 bytes
 SRC/._zutil.c                                 |  Bin 0 -> 239 bytes
 SRC/CMakeLists.txt                            |  241 +
 SRC/Makefile                                  |   53 +-
 SRC/ccolumn_bmod.c                            |   14 +-
 SRC/ccolumn_dfs.c                             |   18 +-
 SRC/ccopy_to_ucol.c                           |   14 +-
 SRC/cdiagonal.c                               |   10 +
 SRC/cgscon.c                                  |   25 +-
 SRC/cgsequ.c                                  |   16 +-
 SRC/cgsisx.c                                  |   33 +-
 SRC/cgsisx.c.bak                              |  723 ---
 SRC/cgsitrf.c                                 |  110 +-
 SRC/cgsitrf.c.bak                             |  629 ---
 SRC/cgsrfs.c                                  |   45 +-
 SRC/cgssv.c                                   |   15 +-
 SRC/cgssvx.c                                  |   68 +-
 SRC/cgssvx.c.bak                              |  619 ---
 SRC/cgstrf.c                                  |  101 +-
 SRC/cgstrs.c                                  |   16 +-
 SRC/clacon.c                                  |   33 +-
 SRC/clacon.c.bak                              |  221 -
 SRC/clacon2.c                                 |  239 +
 SRC/clangs.c                                  |   18 +-
 SRC/claqgs.c                                  |   12 +-
 SRC/cldperm.c                                 |   10 +
 SRC/cmemory.c                                 |   25 +-
 SRC/cmyblas2.c                                |   10 +
 SRC/colamd.c                                  |   10 +
 SRC/colamd.h                                  |   10 +
 SRC/cpanel_bmod.c                             |   25 +-
 SRC/cpanel_dfs.c                              |   10 +
 SRC/cpivotL.c                                 |   12 +-
 SRC/cpivotgrowth.c                            |   12 +-
 SRC/cpruneL.c                                 |   12 +-
 SRC/creadhb.c                                 |  124 +-
 SRC/creadrb.c                                 |  119 +
 SRC/creadtriple.c                             |   10 +
 SRC/csnode_bmod.c                             |   12 +-
 SRC/csnode_dfs.c                              |   10 +
 SRC/csp_blas2.c                               |   71 +-
 SRC/csp_blas3.c                               |   10 +
 SRC/cutil.c                                   |   14 +-
 SRC/dcolumn_bmod.c                            |   14 +-
 SRC/dcolumn_dfs.c                             |   18 +-
 SRC/dcomplex.c                                |   10 +
 SRC/dcopy_to_ucol.c                           |   14 +-
 SRC/ddiagonal.c                               |   10 +
 SRC/dgscon.c                                  |   25 +-
 SRC/dgsequ.c                                  |   16 +-
 SRC/dgsisx.c                                  |   33 +-
 SRC/dgsisx.c.bak                              |  727 ---
 SRC/dgsitrf.c                                 |  110 +-
 SRC/dgsitrf.c.bak                             |  626 ---
 SRC/dgsrfs.c                                  |   46 +-
 SRC/dgssv.c                                   |   15 +-
 SRC/dgssvx.c                                  |   68 +-
 SRC/dgssvx.c.bak                              |  614 ---
 SRC/dgstrf.c                                  |  101 +-
 SRC/dgstrs.c                                  |   14 +-
 SRC/dlacon.c                                  |   19 +-
 SRC/dlacon.c.bak                              |  236 -
 SRC/dlacon2.c                                 |  254 +
 SRC/dlamch.c                                  |  971 ----
 SRC/dlangs.c                                  |   18 +-
 SRC/dlaqgs.c                                  |   12 +-
 SRC/dldperm.c                                 |   10 +
 SRC/dmach.c                                   |   93 +
 SRC/dmemory.c                                 |   25 +-
 SRC/dmyblas2.c                                |   10 +
 SRC/dpanel_bmod.c                             |   25 +-
 SRC/dpanel_dfs.c                              |   10 +
 SRC/dpivotL.c                                 |   12 +-
 SRC/dpivotgrowth.c                            |   12 +-
 SRC/dpruneL.c                                 |   12 +-
 SRC/dreadhb.c                                 |  124 +-
 SRC/dreadrb.c                                 |  119 +
 SRC/dreadtriple.c                             |   10 +
 SRC/dsnode_bmod.c                             |   12 +-
 SRC/dsnode_dfs.c                              |   10 +
 SRC/dsp_blas2.c                               |   43 +-
 SRC/dsp_blas3.c                               |   10 +
 SRC/dutil.c                                   |   14 +-
 SRC/dzsum1.c                                  |   14 +-
 SRC/get_perm_c.c                              |   10 +
 SRC/heap_relax_snode.c                        |   10 +
 SRC/html_mainpage.h                           |   10 +
 SRC/icmax1.c                                  |   14 +-
 SRC/ilu_ccolumn_dfs.c                         |   17 +-
 SRC/ilu_ccopy_to_ucol.c                       |   14 +-
 SRC/ilu_ccopy_to_ucol.c.bak                   |  202 -
 SRC/ilu_cdrop_row.c                           |   12 +-
 SRC/ilu_cpanel_dfs.c                          |   10 +
 SRC/ilu_cpivotL.c                             |   12 +-
 SRC/ilu_csnode_dfs.c                          |   10 +
 SRC/ilu_dcolumn_dfs.c                         |   17 +-
 SRC/ilu_dcopy_to_ucol.c                       |   14 +-
 SRC/ilu_dcopy_to_ucol.c.bak                   |  199 -
 SRC/ilu_ddrop_row.c                           |   12 +-
 SRC/ilu_ddrop_row.c.bak                       |  311 --
 SRC/ilu_dpanel_dfs.c                          |   10 +
 SRC/ilu_dpivotL.c                             |   12 +-
 SRC/ilu_dsnode_dfs.c                          |   10 +
 SRC/ilu_heap_relax_snode.c                    |   10 +
 SRC/ilu_relax_snode.c                         |   10 +
 SRC/ilu_scolumn_dfs.c                         |   17 +-
 SRC/ilu_scopy_to_ucol.c                       |   14 +-
 SRC/ilu_scopy_to_ucol.c.bak                   |  199 -
 SRC/ilu_sdrop_row.c                           |   12 +-
 SRC/ilu_spanel_dfs.c                          |   10 +
 SRC/ilu_spivotL.c                             |   12 +-
 SRC/ilu_ssnode_dfs.c                          |   10 +
 SRC/ilu_zcolumn_dfs.c                         |   17 +-
 SRC/ilu_zcopy_to_ucol.c                       |   14 +-
 SRC/ilu_zcopy_to_ucol.c.bak                   |  202 -
 SRC/ilu_zdrop_row.c                           |   12 +-
 SRC/ilu_zpanel_dfs.c                          |   10 +
 SRC/ilu_zpivotL.c                             |   12 +-
 SRC/ilu_zsnode_dfs.c                          |   10 +
 SRC/input_error.c                             |   50 +
 SRC/izmax1.c                                  |   14 +-
 SRC/lsame.c                                   |   83 -
 SRC/mark_relax.c                              |   10 +
 SRC/mc64ad.c                                  | 2645 ++++++++++
 SRC/memory.c                                  |   16 +-
 SRC/mmd.c                                     |   56 +-
 SRC/qselect.c                                 |   10 +
 SRC/relax_snode.c                             |   10 +
 SRC/scolumn_bmod.c                            |   14 +-
 SRC/scolumn_dfs.c                             |   18 +-
 SRC/scomplex.c                                |   10 +
 SRC/scopy_to_ucol.c                           |   14 +-
 SRC/scsum1.c                                  |   14 +-
 SRC/sdiagonal.c                               |   10 +
 SRC/sgscon.c                                  |   25 +-
 SRC/sgsequ.c                                  |   16 +-
 SRC/sgsisx.c                                  |   33 +-
 SRC/sgsisx.c.bak                              |  723 ---
 SRC/sgsitrf.c                                 |  110 +-
 SRC/sgsitrf.c.bak                             |  626 ---
 SRC/sgsrfs.c                                  |   46 +-
 SRC/sgssv.c                                   |   15 +-
 SRC/sgssvx.c                                  |   68 +-
 SRC/sgstrf.c                                  |  101 +-
 SRC/sgstrs.c                                  |   14 +-
 SRC/slacon.c                                  |   19 +-
 SRC/slacon.c.bak                              |  236 -
 SRC/slacon2.c                                 |  254 +
 SRC/slamch.c                                  |  993 ----
 SRC/slangs.c                                  |   18 +-
 SRC/slaqgs.c                                  |   12 +-
 SRC/sldperm.c                                 |   10 +
 SRC/slu_Cnames.h                              |   26 +-
 SRC/slu_cdefs.h                               |   67 +-
 SRC/slu_dcomplex.h                            |   10 +
 SRC/slu_ddefs.h                               |   67 +-
 SRC/slu_scomplex.h                            |   10 +
 SRC/slu_sdefs.h                               |   67 +-
 SRC/slu_util.h                                |   37 +-
 SRC/slu_zdefs.h                               |   67 +-
 SRC/smach.c                                   |   93 +
 SRC/smemory.c                                 |   25 +-
 SRC/smyblas2.c                                |   10 +
 SRC/sp_coletree.c                             |   10 +
 SRC/sp_ienv.c                                 |   22 +-
 SRC/sp_preorder.c                             |   14 +-
 SRC/spanel_bmod.c                             |   25 +-
 SRC/spanel_dfs.c                              |   10 +
 SRC/spivotL.c                                 |   12 +-
 SRC/spivotgrowth.c                            |   12 +-
 SRC/spruneL.c                                 |   12 +-
 SRC/sreadhb.c                                 |  124 +-
 SRC/sreadrb.c                                 |  119 +
 SRC/sreadtriple.c                             |   10 +
 SRC/ssnode_bmod.c                             |   12 +-
 SRC/ssnode_dfs.c                              |   10 +
 SRC/ssp_blas2.c                               |   43 +-
 SRC/ssp_blas3.c                               |   10 +
 SRC/superlu_enum_consts.h                     |   10 +
 SRC/superlu_timer.c                           |   10 +
 SRC/supermatrix.h                             |   10 +
 SRC/sutil.c                                   |   14 +-
 SRC/temp                                      |  445 --
 SRC/util.c                                    |   20 +-
 SRC/xerbla.c                                  |   43 -
 SRC/zcolumn_bmod.c                            |   14 +-
 SRC/zcolumn_dfs.c                             |   18 +-
 SRC/zcopy_to_ucol.c                           |   14 +-
 SRC/zdiagonal.c                               |   10 +
 SRC/zgscon.c                                  |   25 +-
 SRC/zgsequ.c                                  |   16 +-
 SRC/zgsisx.c                                  |   33 +-
 SRC/zgsisx.c.bak                              |  723 ---
 SRC/zgsitrf.c                                 |  110 +-
 SRC/zgsitrf.c.bak                             |  629 ---
 SRC/zgsrfs.c                                  |   45 +-
 SRC/zgssv.c                                   |   15 +-
 SRC/zgssvx.c                                  |   68 +-
 SRC/zgstrf.c                                  |  101 +-
 SRC/zgstrs.c                                  |   16 +-
 SRC/zlacon.c                                  |   33 +-
 SRC/zlacon.c.bak                              |  221 -
 SRC/zlacon2.c                                 |  239 +
 SRC/zlangs.c                                  |   18 +-
 SRC/zlaqgs.c                                  |   12 +-
 SRC/zldperm.c                                 |   10 +
 SRC/zmemory.c                                 |   25 +-
 SRC/zmyblas2.c                                |   10 +
 SRC/zpanel_bmod.c                             |   25 +-
 SRC/zpanel_dfs.c                              |   10 +
 SRC/zpivotL.c                                 |   12 +-
 SRC/zpivotgrowth.c                            |   12 +-
 SRC/zpruneL.c                                 |   12 +-
 SRC/zreadhb.c                                 |  124 +-
 SRC/zreadrb.c                                 |  119 +
 SRC/zreadtriple.c                             |   10 +
 SRC/zsnode_bmod.c                             |   12 +-
 SRC/zsnode_dfs.c                              |   10 +
 SRC/zsp_blas2.c                               |   71 +-
 SRC/zsp_blas3.c                               |   10 +
 SRC/zutil.c                                   |   14 +-
 TESTING/._CMakeLists.txt                      |  Bin 0 -> 239 bytes
 TESTING/._MATGEN                              |  Bin 0 -> 239 bytes
 TESTING/._Makefile                            |  Bin 0 -> 239 bytes
 TESTING/._cdrive.c                            |  Bin 0 -> 239 bytes
 TESTING/._cgst01.c                            |  Bin 0 -> 239 bytes
 TESTING/._cgst02.c                            |  Bin 0 -> 239 bytes
 TESTING/._cgst04.c                            |  Bin 0 -> 239 bytes
 TESTING/._cgst07.c                            |  Bin 0 -> 239 bytes
 TESTING/._ctest.csh                           |  Bin 0 -> 239 bytes
 TESTING/._ddrive.c                            |  Bin 0 -> 239 bytes
 TESTING/._dgst01.c                            |  Bin 0 -> 239 bytes
 TESTING/._dgst02.c                            |  Bin 0 -> 239 bytes
 TESTING/._dgst04.c                            |  Bin 0 -> 239 bytes
 TESTING/._dgst07.c                            |  Bin 0 -> 239 bytes
 TESTING/._dtest.csh                           |  Bin 0 -> 239 bytes
 TESTING/._runtest.cmake                       |  Bin 0 -> 239 bytes
 TESTING/._sdrive.c                            |  Bin 0 -> 239 bytes
 TESTING/._sgst01.c                            |  Bin 0 -> 239 bytes
 TESTING/._sgst02.c                            |  Bin 0 -> 239 bytes
 TESTING/._sgst04.c                            |  Bin 0 -> 239 bytes
 TESTING/._sgst07.c                            |  Bin 0 -> 239 bytes
 TESTING/._sp_cconvert.c                       |  Bin 0 -> 239 bytes
 TESTING/._sp_dconvert.c                       |  Bin 0 -> 239 bytes
 TESTING/._sp_ienv.c                           |  Bin 0 -> 239 bytes
 TESTING/._sp_sconvert.c                       |  Bin 0 -> 239 bytes
 TESTING/._sp_zconvert.c                       |  Bin 0 -> 239 bytes
 TESTING/._stest.csh                           |  Bin 0 -> 239 bytes
 TESTING/._zdrive.c                            |  Bin 0 -> 239 bytes
 TESTING/._zgst01.c                            |  Bin 0 -> 239 bytes
 TESTING/._zgst02.c                            |  Bin 0 -> 239 bytes
 TESTING/._zgst04.c                            |  Bin 0 -> 239 bytes
 TESTING/._zgst07.c                            |  Bin 0 -> 239 bytes
 TESTING/._ztest.csh                           |  Bin 0 -> 239 bytes
 TESTING/CMakeLists.txt                        |  101 +
 TESTING/MATGEN/._CMakeLists.txt               |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._Cnames.h.bak                 |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._Makefile                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._cdotc.c                      |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._clacgv.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._clagge.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._claghe.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._clagsy.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._clarge.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._clarnd.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._clarnv.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._claror.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._clarot.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._clartg.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._claset.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._clatb4.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._clatm2.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._clatm3.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._clatme.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._clatms.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._csymv.c                      |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._d_lg10.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._d_sign.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._dlabad.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._dlagge.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._dlagsy.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._dlaran.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._dlarge.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._dlarnd.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._dlarnv.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._dlaror.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._dlarot.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._dlartg.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._dlaruv.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._dlaset.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._dlatb4.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._dlatm1.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._dlatm2.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._dlatm3.c                     |  Bin 0 -> 238 bytes
 TESTING/MATGEN/._dlatms.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._f2c.h                        |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._pow_dd.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._pow_di.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._pow_ri.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._r_lg10.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._r_sign.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._slabad.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._slagge.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._slagsy.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._slaran.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._slarge.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._slarnd.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._slarnv.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._slaror.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._slarot.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._slartg.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._slaruv.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._slaset.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._slatb4.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._slatm1.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._slatm2.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._slatm3.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._slatms.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._slu_Cnames.h                 |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._zdotc.c                      |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._zlacgv.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._zlagge.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._zlaghe.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._zlagsy.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._zlarge.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._zlarnd.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._zlarnv.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._zlaror.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._zlarot.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._zlartg.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._zlaset.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._zlatb4.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._zlatm2.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._zlatm3.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._zlatms.c                     |  Bin 0 -> 239 bytes
 TESTING/MATGEN/._zsymv.c                      |  Bin 0 -> 239 bytes
 TESTING/MATGEN/CMakeLists.txt                 |   99 +
 TESTING/MATGEN/Makefile                       |   23 +-
 TESTING/MATGEN/clacgv.c                       |    4 +-
 TESTING/MATGEN/clagge.c                       |   20 +-
 TESTING/MATGEN/claghe.c                       |   12 +-
 TESTING/MATGEN/clagsy.c                       |   28 +-
 TESTING/MATGEN/clarge.c                       |   12 +-
 TESTING/MATGEN/clarnd.c                       |   10 +-
 TESTING/MATGEN/clarnv.c                       |    8 +-
 TESTING/MATGEN/claror.c                       |   38 +-
 TESTING/MATGEN/clarot.c                       |   12 +-
 TESTING/MATGEN/clartg.c                       |    4 +-
 TESTING/MATGEN/claset.c                       |   11 +-
 TESTING/MATGEN/clatb4.c                       |   39 +-
 TESTING/MATGEN/clatm2.c                       |   12 +-
 TESTING/MATGEN/clatm3.c                       |   12 +-
 TESTING/MATGEN/clatme.c                       |   64 +-
 TESTING/MATGEN/clatmr.c                       | 1507 ------
 TESTING/MATGEN/clatms.c                       |  186 +-
 TESTING/MATGEN/csymv.c                        |   15 +-
 TESTING/MATGEN/dlabad.c                       |    4 +-
 TESTING/MATGEN/dlagge.c                       |   14 +-
 TESTING/MATGEN/dlagsy.c                       |   12 +-
 TESTING/MATGEN/dlaran.c                       |    4 +-
 TESTING/MATGEN/dlarge.c                       |   12 +-
 TESTING/MATGEN/dlarnd.c                       |   10 +-
 TESTING/MATGEN/dlarnv.c                       |    8 +-
 TESTING/MATGEN/dlaror.c                       |   33 +-
 TESTING/MATGEN/dlarot.c                       |   12 +-
 TESTING/MATGEN/dlartg.c                       |   14 +-
 TESTING/MATGEN/dlaruv.c                       |    4 +-
 TESTING/MATGEN/dlaset.c                       |   10 +-
 TESTING/MATGEN/dlatb4.c                       |   44 +-
 TESTING/MATGEN/dlatm1.c                       |   18 +-
 TESTING/MATGEN/dlatm2.c                       |   10 +-
 TESTING/MATGEN/dlatm3.c                       |   10 +-
 TESTING/MATGEN/dlatme.c                       |  682 ---
 TESTING/MATGEN/dlatmr.c                       | 1288 -----
 TESTING/MATGEN/dlatms.c                       |  135 +-
 TESTING/MATGEN/lsamen.c                       |   70 -
 TESTING/MATGEN/pow_di.c                       |   22 +
 TESTING/MATGEN/pow_ri.c                       |   25 +
 TESTING/MATGEN/slabad.c                       |    4 +-
 TESTING/MATGEN/slagge.c                       |   14 +-
 TESTING/MATGEN/slagsy.c                       |   12 +-
 TESTING/MATGEN/slaran.c                       |    4 +-
 TESTING/MATGEN/slarge.c                       |   12 +-
 TESTING/MATGEN/slarnd.c                       |   10 +-
 TESTING/MATGEN/slarnv.c                       |    8 +-
 TESTING/MATGEN/slaror.c                       |   31 +-
 TESTING/MATGEN/slarot.c                       |   12 +-
 TESTING/MATGEN/slartg.c                       |   14 +-
 TESTING/MATGEN/slaruv.c                       |    4 +-
 TESTING/MATGEN/slaset.c                       |   11 +-
 TESTING/MATGEN/slatb4.c                       |   40 +-
 TESTING/MATGEN/slatm1.c                       |   18 +-
 TESTING/MATGEN/slatm2.c                       |   10 +-
 TESTING/MATGEN/slatm3.c                       |   10 +-
 TESTING/MATGEN/slatme.c                       |  676 ---
 TESTING/MATGEN/slatmr.c                       | 1289 -----
 TESTING/MATGEN/slatms.c                       |  135 +-
 TESTING/MATGEN/slu_Cnames.h                   |  445 +-
 TESTING/MATGEN/zlacgv.c                       |    4 +-
 TESTING/MATGEN/zlagge.c                       |   18 +-
 TESTING/MATGEN/zlaghe.c                       |   12 +-
 TESTING/MATGEN/zlagsy.c                       |   20 +-
 TESTING/MATGEN/zlarge.c                       |   12 +-
 TESTING/MATGEN/zlarnd.c                       |   10 +-
 TESTING/MATGEN/zlarnv.c                       |    8 +-
 TESTING/MATGEN/zlaror.c                       |   37 +-
 TESTING/MATGEN/zlarot.c                       |   12 +-
 TESTING/MATGEN/zlartg.c                       |    4 +-
 TESTING/MATGEN/zlaset.c                       |   11 +-
 TESTING/MATGEN/zlatb4.c                       |   46 +-
 TESTING/MATGEN/zlatm2.c                       |   12 +-
 TESTING/MATGEN/zlatm3.c                       |   12 +-
 TESTING/MATGEN/zlatme.c                       |  627 ---
 TESTING/MATGEN/zlatmr.c                       | 1510 ------
 TESTING/MATGEN/zlatms.c                       |  186 +-
 TESTING/MATGEN/zsymv.c                        |   11 +-
 TESTING/cdrive.c                              |   59 +-
 TESTING/cgst01.c                              |   27 +-
 TESTING/cgst02.c                              |   14 +-
 TESTING/cgst04.c                              |   13 +-
 TESTING/cgst07.c                              |   15 +-
 TESTING/ctest.csh                             |    2 +-
 TESTING/ddrive.c                              |   59 +-
 TESTING/dgst01.c                              |   27 +-
 TESTING/dgst02.c                              |   14 +-
 TESTING/dgst04.c                              |   13 +-
 TESTING/dgst07.c                              |   15 +-
 TESTING/dtest.csh                             |    2 +-
 TESTING/runtest.cmake                         |    9 +
 TESTING/sdrive.c                              |   59 +-
 TESTING/sgst01.c                              |   27 +-
 TESTING/sgst02.c                              |   14 +-
 TESTING/sgst04.c                              |   13 +-
 TESTING/sgst07.c                              |   15 +-
 TESTING/sp_cconvert.c                         |   10 +
 TESTING/sp_dconvert.c                         |   10 +
 TESTING/sp_ienv.c                             |   10 +
 TESTING/sp_sconvert.c                         |   10 +
 TESTING/sp_zconvert.c                         |   10 +
 TESTING/stest.csh                             |    2 +-
 TESTING/zdrive.c                              |   59 +-
 TESTING/zgst01.c                              |   27 +-
 TESTING/zgst02.c                              |   14 +-
 TESTING/zgst04.c                              |   13 +-
 TESTING/zgst07.c                              |   15 +-
 TESTING/ztest.csh                             |    2 +-
 cmake/._XSDKDefaults.cmake                    |  Bin 0 -> 239 bytes
 cmake/XSDKDefaults.cmake                      |  182 +
 make.inc                                      |   65 -
 make.inc.in                                   |   49 +
 1496 files changed, 74841 insertions(+), 80199 deletions(-)
 create mode 100644 CBLAS/._CMakeLists.txt
 create mode 100644 CBLAS/._Makefile
 create mode 100644 CBLAS/._caxpy.c
 create mode 100644 CBLAS/._ccopy.c
 create mode 100644 CBLAS/._cdotc.c
 create mode 100644 CBLAS/._cgemv.c
 create mode 100644 CBLAS/._cgerc.c
 create mode 100644 CBLAS/._chemv.c
 create mode 100644 CBLAS/._cher2.c
 create mode 100644 CBLAS/._cscal.c
 create mode 100644 CBLAS/._cswap.c
 create mode 100644 CBLAS/._ctrsv.c
 create mode 100644 CBLAS/._dasum.c
 create mode 100644 CBLAS/._daxpy.c
 create mode 100644 CBLAS/._dcabs1.c
 create mode 100644 CBLAS/._dcopy.c
 create mode 100644 CBLAS/._ddot.c
 create mode 100644 CBLAS/._dgemv.c
 create mode 100644 CBLAS/._dger.c
 create mode 100644 CBLAS/._dnrm2.c
 create mode 100644 CBLAS/._drot.c
 create mode 100644 CBLAS/._dscal.c
 create mode 100644 CBLAS/._dswap.c
 create mode 100644 CBLAS/._dsymv.c
 create mode 100644 CBLAS/._dsyr2.c
 create mode 100644 CBLAS/._dtrsv.c
 create mode 100644 CBLAS/._dzasum.c
 create mode 100644 CBLAS/._dznrm2.c
 create mode 100644 CBLAS/._f2c.h
 create mode 100644 CBLAS/._icamax.c
 create mode 100644 CBLAS/._idamax.c
 create mode 100644 CBLAS/._isamax.c
 create mode 100644 CBLAS/._izamax.c
 create mode 100644 CBLAS/._sasum.c
 create mode 100644 CBLAS/._saxpy.c
 create mode 100644 CBLAS/._scasum.c
 create mode 100644 CBLAS/._scnrm2.c
 create mode 100644 CBLAS/._scopy.c
 create mode 100644 CBLAS/._sdot.c
 create mode 100644 CBLAS/._sgemv.c
 create mode 100644 CBLAS/._sger.c
 create mode 100644 CBLAS/._slu_Cnames.h
 create mode 100644 CBLAS/._snrm2.c
 create mode 100644 CBLAS/._srot.c
 create mode 100644 CBLAS/._sscal.c
 create mode 100644 CBLAS/._sswap.c
 create mode 100644 CBLAS/._ssymv.c
 create mode 100644 CBLAS/._ssyr2.c
 create mode 100644 CBLAS/._strsv.c
 create mode 100644 CBLAS/._superlu_f2c.h
 create mode 100644 CBLAS/._zaxpy.c
 create mode 100644 CBLAS/._zcopy.c
 create mode 100644 CBLAS/._zdotc.c
 create mode 100644 CBLAS/._zgemv.c
 create mode 100644 CBLAS/._zgerc.c
 create mode 100644 CBLAS/._zhemv.c
 create mode 100644 CBLAS/._zher2.c
 create mode 100644 CBLAS/._zscal.c
 create mode 100644 CBLAS/._zswap.c
 create mode 100644 CBLAS/._ztrsv.c
 create mode 100644 CBLAS/CMakeLists.txt
 mode change 120000 => 100644 CBLAS/slu_Cnames.h
 create mode 100644 CMakeLists.txt
 create mode 100755 DOC/._html
 create mode 100644 DOC/._ug.pdf
 create mode 100644 DOC/html/._EXAMPLE_2sp__ienv_8c.html
 create mode 100644 DOC/html/._SRC_2sp__ienv_8c.html
 create mode 100644 DOC/html/._annotated.html
 create mode 100644 DOC/html/._ccolumn__bmod_8c.html
 create mode 100644 DOC/html/._ccolumn__dfs_8c.html
 create mode 100644 DOC/html/._ccopy__to__ucol_8c.html
 create mode 100644 DOC/html/._cdiagonal_8c.html
 create mode 100644 DOC/html/._cfgmr_8c.html
 create mode 100644 DOC/html/._cgscon_8c.html
 create mode 100644 DOC/html/._cgsequ_8c.html
 create mode 100644 DOC/html/._cgsisx_8c.html
 create mode 100644 DOC/html/._cgsitrf_8c.html
 create mode 100644 DOC/html/._cgsrfs_8c.html
 create mode 100644 DOC/html/._cgssv_8c.html
 create mode 100644 DOC/html/._cgssvx_8c.html
 create mode 100644 DOC/html/._cgstrf_8c.html
 create mode 100644 DOC/html/._cgstrs_8c.html
 create mode 100644 DOC/html/._citersol1_8c.html
 create mode 100644 DOC/html/._citersol_8c.html
 create mode 100644 DOC/html/._clacon_8c.html
 create mode 100644 DOC/html/._clangs_8c.html
 create mode 100644 DOC/html/._claqgs_8c.html
 create mode 100644 DOC/html/._cldperm_8c.html
 create mode 100644 DOC/html/._clinsol1_8c.html
 create mode 100644 DOC/html/._clinsol_8c.html
 create mode 100644 DOC/html/._clinsolx1_8c.html
 create mode 100644 DOC/html/._clinsolx2_8c.html
 create mode 100644 DOC/html/._clinsolx_8c.html
 create mode 100644 DOC/html/._cmemory_8c.html
 create mode 100644 DOC/html/._cmyblas2_8c.html
 create mode 100644 DOC/html/._colamd_8c.html
 create mode 100644 DOC/html/._colamd_8h.html
 create mode 100644 DOC/html/._cpanel__bmod_8c.html
 create mode 100644 DOC/html/._cpanel__dfs_8c.html
 create mode 100644 DOC/html/._cpivotL_8c.html
 create mode 100644 DOC/html/._cpivotgrowth_8c.html
 create mode 100644 DOC/html/._cpruneL_8c.html
 create mode 100644 DOC/html/._creadhb_8c.html
 create mode 100644 DOC/html/._creadrb_8c.html
 create mode 100644 DOC/html/._creadtriple_8c.html
 create mode 100644 DOC/html/._csnode__bmod_8c.html
 create mode 100644 DOC/html/._csnode__dfs_8c.html
 create mode 100644 DOC/html/._csp__blas2_8c.html
 create mode 100644 DOC/html/._csp__blas3_8c.html
 create mode 100644 DOC/html/._cutil_8c.html
 create mode 100644 DOC/html/._dcolumn__bmod_8c.html
 create mode 100644 DOC/html/._dcolumn__dfs_8c.html
 create mode 100644 DOC/html/._dcomplex_8c.html
 create mode 100644 DOC/html/._dcopy__to__ucol_8c.html
 create mode 100644 DOC/html/._ddiagonal_8c.html
 create mode 100644 DOC/html/._dfgmr_8c.html
 create mode 100644 DOC/html/._dgscon_8c.html
 create mode 100644 DOC/html/._dgsequ_8c.html
 create mode 100644 DOC/html/._dgsisx_8c.html
 create mode 100644 DOC/html/._dgsitrf_8c.html
 create mode 100644 DOC/html/._dgsrfs_8c.html
 create mode 100644 DOC/html/._dgssv_8c.html
 create mode 100644 DOC/html/._dgssvx_8c.html
 create mode 100644 DOC/html/._dgstrf_8c.html
 create mode 100644 DOC/html/._dgstrs_8c.html
 create mode 100644 DOC/html/._ditersol1_8c.html
 create mode 100644 DOC/html/._ditersol_8c.html
 create mode 100644 DOC/html/._dlacon_8c.html
 create mode 100644 DOC/html/._dlangs_8c.html
 create mode 100644 DOC/html/._dlaqgs_8c.html
 create mode 100644 DOC/html/._dldperm_8c.html
 create mode 100644 DOC/html/._dlinsol1_8c.html
 create mode 100644 DOC/html/._dlinsol_8c.html
 create mode 100644 DOC/html/._dlinsolx1_8c.html
 create mode 100644 DOC/html/._dlinsolx2_8c.html
 create mode 100644 DOC/html/._dlinsolx_8c.html
 create mode 100644 DOC/html/._dmemory_8c.html
 create mode 100644 DOC/html/._dmyblas2_8c.html
 create mode 100644 DOC/html/._doxygen.css
 create mode 100644 DOC/html/._doxygen.png
 create mode 100644 DOC/html/._dpanel__bmod_8c.html
 create mode 100644 DOC/html/._dpanel__dfs_8c.html
 create mode 100644 DOC/html/._dpivotL_8c.html
 create mode 100644 DOC/html/._dpivotgrowth_8c.html
 create mode 100644 DOC/html/._dpruneL_8c.html
 create mode 100644 DOC/html/._dreadhb_8c.html
 create mode 100644 DOC/html/._dreadrb_8c.html
 create mode 100644 DOC/html/._dreadtriple_8c.html
 create mode 100644 DOC/html/._dsnode__bmod_8c.html
 create mode 100644 DOC/html/._dsnode__dfs_8c.html
 create mode 100644 DOC/html/._dsp__blas2_8c.html
 create mode 100644 DOC/html/._dsp__blas3_8c.html
 create mode 100644 DOC/html/._dutil_8c.html
 create mode 100644 DOC/html/._dzsum1_8c.html
 create mode 100644 DOC/html/._fgmr_8c.html
 create mode 100644 DOC/html/._files.html
 create mode 100644 DOC/html/._functions.html
 create mode 100644 DOC/html/._functions_vars.html
 create mode 100644 DOC/html/._get__perm__c_8c.html
 create mode 100644 DOC/html/._globals.html
 create mode 100644 DOC/html/._globals_defs.html
 create mode 100644 DOC/html/._globals_enum.html
 create mode 100644 DOC/html/._globals_eval.html
 create mode 100644 DOC/html/._globals_func.html
 create mode 100644 DOC/html/._globals_type.html
 create mode 100644 DOC/html/._globals_vars.html
 create mode 100644 DOC/html/._heap__relax__snode_8c.html
 create mode 100644 DOC/html/._html__mainpage_8h.html
 create mode 100644 DOC/html/._icmax1_8c.html
 create mode 100644 DOC/html/._ilu__ccolumn__dfs_8c.html
 create mode 100644 DOC/html/._ilu__ccopy__to__ucol_8c.html
 create mode 100644 DOC/html/._ilu__cdrop__row_8c.html
 create mode 100644 DOC/html/._ilu__cpanel__dfs_8c.html
 create mode 100644 DOC/html/._ilu__cpivotL_8c.html
 create mode 100644 DOC/html/._ilu__csnode__dfs_8c.html
 create mode 100644 DOC/html/._ilu__dcolumn__dfs_8c.html
 create mode 100644 DOC/html/._ilu__dcopy__to__ucol_8c.html
 create mode 100644 DOC/html/._ilu__ddrop__row_8c.html
 create mode 100644 DOC/html/._ilu__dpanel__dfs_8c.html
 create mode 100644 DOC/html/._ilu__dpivotL_8c.html
 create mode 100644 DOC/html/._ilu__dsnode__dfs_8c.html
 create mode 100644 DOC/html/._ilu__heap__relax__snode_8c.html
 create mode 100644 DOC/html/._ilu__relax__snode_8c.html
 create mode 100644 DOC/html/._ilu__scolumn__dfs_8c.html
 create mode 100644 DOC/html/._ilu__scopy__to__ucol_8c.html
 create mode 100644 DOC/html/._ilu__sdrop__row_8c.html
 create mode 100644 DOC/html/._ilu__spanel__dfs_8c.html
 create mode 100644 DOC/html/._ilu__spivotL_8c.html
 create mode 100644 DOC/html/._ilu__ssnode__dfs_8c.html
 create mode 100644 DOC/html/._ilu__zcolumn__dfs_8c.html
 create mode 100644 DOC/html/._ilu__zcopy__to__ucol_8c.html
 create mode 100644 DOC/html/._ilu__zdrop__row_8c.html
 create mode 100644 DOC/html/._ilu__zpanel__dfs_8c.html
 create mode 100644 DOC/html/._ilu__zpivotL_8c.html
 create mode 100644 DOC/html/._ilu__zsnode__dfs_8c.html
 create mode 100644 DOC/html/._index.html
 create mode 100644 DOC/html/._izmax1_8c.html
 create mode 100644 DOC/html/._mark__relax_8c.html
 create mode 100644 DOC/html/._mc64ad_8c.html
 create mode 100644 DOC/html/._memory_8c.html
 create mode 100644 DOC/html/._mmd_8c.html
 create mode 100644 DOC/html/._qselect_8c.html
 create mode 100644 DOC/html/._relax__snode_8c.html
 create mode 100644 DOC/html/._scolumn__bmod_8c.html
 create mode 100644 DOC/html/._scolumn__dfs_8c.html
 create mode 100644 DOC/html/._scomplex_8c.html
 create mode 100644 DOC/html/._scopy__to__ucol_8c.html
 create mode 100644 DOC/html/._scsum1_8c.html
 create mode 100644 DOC/html/._sdiagonal_8c.html
 create mode 100644 DOC/html/._sfgmr_8c.html
 create mode 100644 DOC/html/._sgscon_8c.html
 create mode 100644 DOC/html/._sgsequ_8c.html
 create mode 100644 DOC/html/._sgsisx_8c.html
 create mode 100644 DOC/html/._sgsitrf_8c.html
 create mode 100644 DOC/html/._sgsrfs_8c.html
 create mode 100644 DOC/html/._sgssv_8c.html
 create mode 100644 DOC/html/._sgssvx_8c.html
 create mode 100644 DOC/html/._sgstrf_8c.html
 create mode 100644 DOC/html/._sgstrs_8c.html
 create mode 100644 DOC/html/._sitersol1_8c.html
 create mode 100644 DOC/html/._sitersol_8c.html
 create mode 100644 DOC/html/._slacon_8c.html
 create mode 100644 DOC/html/._slangs_8c.html
 create mode 100644 DOC/html/._slaqgs_8c.html
 create mode 100644 DOC/html/._sldperm_8c.html
 create mode 100644 DOC/html/._slinsol1_8c.html
 create mode 100644 DOC/html/._slinsol_8c.html
 create mode 100644 DOC/html/._slinsolx1_8c.html
 create mode 100644 DOC/html/._slinsolx2_8c.html
 create mode 100644 DOC/html/._slinsolx_8c.html
 create mode 100644 DOC/html/._slu__Cnames_8h.html
 create mode 100644 DOC/html/._slu__cdefs_8h.html
 create mode 100644 DOC/html/._slu__dcomplex_8h.html
 create mode 100644 DOC/html/._slu__ddefs_8h.html
 create mode 100644 DOC/html/._slu__scomplex_8h.html
 create mode 100644 DOC/html/._slu__sdefs_8h.html
 create mode 100644 DOC/html/._slu__util_8h.html
 create mode 100644 DOC/html/._slu__zdefs_8h.html
 create mode 100644 DOC/html/._smemory_8c.html
 create mode 100644 DOC/html/._smyblas2_8c.html
 create mode 100644 DOC/html/._sp__coletree_8c.html
 create mode 100644 DOC/html/._sp__preorder_8c.html
 create mode 100644 DOC/html/._spanel__bmod_8c.html
 create mode 100644 DOC/html/._spanel__dfs_8c.html
 create mode 100644 DOC/html/._spivotL_8c.html
 create mode 100644 DOC/html/._spivotgrowth_8c.html
 create mode 100644 DOC/html/._spruneL_8c.html
 create mode 100644 DOC/html/._sreadhb_8c.html
 create mode 100644 DOC/html/._sreadrb_8c.html
 create mode 100644 DOC/html/._sreadtriple_8c.html
 create mode 100644 DOC/html/._ssnode__bmod_8c.html
 create mode 100644 DOC/html/._ssnode__dfs_8c.html
 create mode 100644 DOC/html/._ssp__blas2_8c.html
 create mode 100644 DOC/html/._ssp__blas3_8c.html
 create mode 100644 DOC/html/._structColamd__Col__struct.html
 create mode 100644 DOC/html/._structColamd__Row__struct.html
 create mode 100644 DOC/html/._structDNformat.html
 create mode 100644 DOC/html/._structGlobalLU__t.html
 create mode 100644 DOC/html/._structLU__stack__t.html
 create mode 100644 DOC/html/._structNCPformat.html
 create mode 100644 DOC/html/._structNCformat.html
 create mode 100644 DOC/html/._structNRformat.html
 create mode 100644 DOC/html/._structNRformat__loc.html
 create mode 100644 DOC/html/._structSCPformat.html
 create mode 100644 DOC/html/._structSCformat.html
 create mode 100644 DOC/html/._structSuperLUStat__t.html
 create mode 100644 DOC/html/._structSuperMatrix.html
 create mode 100644 DOC/html/._structcomplex.html
 create mode 100644 DOC/html/._structdoublecomplex.html
 create mode 100644 DOC/html/._structe__node.html
 create mode 100644 DOC/html/._structmem__usage__t.html
 create mode 100644 DOC/html/._structsuperlu__options__t.html
 create mode 100644 DOC/html/._superlu_8c.html
 create mode 100644 DOC/html/._superlu__enum__consts_8h.html
 create mode 100644 DOC/html/._superlu__timer_8c.html
 create mode 100644 DOC/html/._supermatrix_8h.html
 create mode 100644 DOC/html/._sutil_8c.html
 create mode 100644 DOC/html/._tabs.css
 create mode 100644 DOC/html/._util_8c.html
 create mode 100644 DOC/html/._zcolumn__bmod_8c.html
 create mode 100644 DOC/html/._zcolumn__dfs_8c.html
 create mode 100644 DOC/html/._zcopy__to__ucol_8c.html
 create mode 100644 DOC/html/._zdiagonal_8c.html
 create mode 100644 DOC/html/._zfgmr_8c.html
 create mode 100644 DOC/html/._zgscon_8c.html
 create mode 100644 DOC/html/._zgsequ_8c.html
 create mode 100644 DOC/html/._zgsisx_8c.html
 create mode 100644 DOC/html/._zgsitrf_8c.html
 create mode 100644 DOC/html/._zgsrfs_8c.html
 create mode 100644 DOC/html/._zgssv_8c.html
 create mode 100644 DOC/html/._zgssvx_8c.html
 create mode 100644 DOC/html/._zgstrf_8c.html
 create mode 100644 DOC/html/._zgstrs_8c.html
 create mode 100644 DOC/html/._zitersol1_8c.html
 create mode 100644 DOC/html/._zitersol_8c.html
 create mode 100644 DOC/html/._zlacon_8c.html
 create mode 100644 DOC/html/._zlangs_8c.html
 create mode 100644 DOC/html/._zlaqgs_8c.html
 create mode 100644 DOC/html/._zldperm_8c.html
 create mode 100644 DOC/html/._zlinsol1_8c.html
 create mode 100644 DOC/html/._zlinsol_8c.html
 create mode 100644 DOC/html/._zlinsolx1_8c.html
 create mode 100644 DOC/html/._zlinsolx2_8c.html
 create mode 100644 DOC/html/._zlinsolx_8c.html
 create mode 100644 DOC/html/._zmemory_8c.html
 create mode 100644 DOC/html/._zmyblas2_8c.html
 create mode 100644 DOC/html/._zpanel__bmod_8c.html
 create mode 100644 DOC/html/._zpanel__dfs_8c.html
 create mode 100644 DOC/html/._zpivotL_8c.html
 create mode 100644 DOC/html/._zpivotgrowth_8c.html
 create mode 100644 DOC/html/._zpruneL_8c.html
 create mode 100644 DOC/html/._zreadhb_8c.html
 create mode 100644 DOC/html/._zreadrb_8c.html
 create mode 100644 DOC/html/._zreadtriple_8c.html
 create mode 100644 DOC/html/._zsnode__bmod_8c.html
 create mode 100644 DOC/html/._zsnode__dfs_8c.html
 create mode 100644 DOC/html/._zsp__blas2_8c.html
 create mode 100644 DOC/html/._zsp__blas3_8c.html
 create mode 100644 DOC/html/._zutil_8c.html
 delete mode 100644 DOC/html/colamd_8h-source.html
 delete mode 100644 DOC/html/dlamch_8c.html
 delete mode 100644 DOC/html/globals_0x61.html
 delete mode 100644 DOC/html/globals_0x62.html
 delete mode 100644 DOC/html/globals_0x63.html
 delete mode 100644 DOC/html/globals_0x64.html
 delete mode 100644 DOC/html/globals_0x65.html
 delete mode 100644 DOC/html/globals_0x66.html
 delete mode 100644 DOC/html/globals_0x67.html
 delete mode 100644 DOC/html/globals_0x68.html
 delete mode 100644 DOC/html/globals_0x69.html
 delete mode 100644 DOC/html/globals_0x6b.html
 delete mode 100644 DOC/html/globals_0x6c.html
 delete mode 100644 DOC/html/globals_0x6d.html
 delete mode 100644 DOC/html/globals_0x6e.html
 delete mode 100644 DOC/html/globals_0x6f.html
 delete mode 100644 DOC/html/globals_0x70.html
 delete mode 100644 DOC/html/globals_0x72.html
 delete mode 100644 DOC/html/globals_0x73.html
 delete mode 100644 DOC/html/globals_0x74.html
 delete mode 100644 DOC/html/globals_0x75.html
 delete mode 100644 DOC/html/globals_0x78.html
 delete mode 100644 DOC/html/globals_0x79.html
 delete mode 100644 DOC/html/globals_0x7a.html
 delete mode 100644 DOC/html/globals_func_0x61.html
 delete mode 100644 DOC/html/globals_func_0x63.html
 delete mode 100644 DOC/html/globals_func_0x64.html
 delete mode 100644 DOC/html/globals_func_0x65.html
 delete mode 100644 DOC/html/globals_func_0x66.html
 delete mode 100644 DOC/html/globals_func_0x67.html
 delete mode 100644 DOC/html/globals_func_0x68.html
 delete mode 100644 DOC/html/globals_func_0x69.html
 delete mode 100644 DOC/html/globals_func_0x6c.html
 delete mode 100644 DOC/html/globals_func_0x6d.html
 delete mode 100644 DOC/html/globals_func_0x6e.html
 delete mode 100644 DOC/html/globals_func_0x6f.html
 delete mode 100644 DOC/html/globals_func_0x70.html
 delete mode 100644 DOC/html/globals_func_0x72.html
 delete mode 100644 DOC/html/globals_func_0x73.html
 delete mode 100644 DOC/html/globals_func_0x74.html
 delete mode 100644 DOC/html/globals_func_0x75.html
 delete mode 100644 DOC/html/globals_func_0x78.html
 delete mode 100644 DOC/html/globals_func_0x7a.html
 delete mode 100644 DOC/html/html__mainpage_8h-source.html
 delete mode 100644 DOC/html/lsame_8c.html
 delete mode 100644 DOC/html/slamch_8c.html
 delete mode 100644 DOC/html/slu__Cnames_8h-source.html
 delete mode 100644 DOC/html/slu__cdefs_8h-source.html
 delete mode 100644 DOC/html/slu__dcomplex_8h-source.html
 delete mode 100644 DOC/html/slu__ddefs_8h-source.html
 delete mode 100644 DOC/html/slu__scomplex_8h-source.html
 delete mode 100644 DOC/html/slu__sdefs_8h-source.html
 delete mode 100644 DOC/html/slu__util_8h-source.html
 delete mode 100644 DOC/html/slu__zdefs_8h-source.html
 delete mode 100644 DOC/html/sp__ienv_8c.html
 delete mode 100644 DOC/html/superlu__enum__consts_8h-source.html
 delete mode 100644 DOC/html/supermatrix_8h-source.html
 delete mode 100644 DOC/html/tab_b.gif
 delete mode 100644 DOC/html/tab_l.gif
 delete mode 100644 DOC/html/tab_r.gif
 delete mode 100644 DOC/html/xerbla_8c.html
 create mode 100644 DOC/ug.pdf
 create mode 100644 EXAMPLE/._.gitignore
 create mode 100644 EXAMPLE/._Makefile
 create mode 100644 EXAMPLE/._README
 create mode 100644 EXAMPLE/._cfgmr.c
 create mode 100755 EXAMPLE/._cg20.cua
 create mode 100644 EXAMPLE/._citersol.c
 create mode 100644 EXAMPLE/._citersol1.c
 create mode 100644 EXAMPLE/._clinsol.c
 create mode 100644 EXAMPLE/._clinsol1.c
 create mode 100644 EXAMPLE/._clinsolx.c
 create mode 100644 EXAMPLE/._clinsolx1.c
 create mode 100644 EXAMPLE/._clinsolx2.c
 create mode 100644 EXAMPLE/._clinsolx3.c
 create mode 100644 EXAMPLE/._cmat.cua
 create mode 100644 EXAMPLE/._dfgmr.c
 create mode 100644 EXAMPLE/._ditersol.c
 create mode 100644 EXAMPLE/._ditersol1.c
 create mode 100644 EXAMPLE/._dlinsol.c
 create mode 100644 EXAMPLE/._dlinsol1.c
 create mode 100644 EXAMPLE/._dlinsolx.c
 create mode 100644 EXAMPLE/._dlinsolx1.c
 create mode 100644 EXAMPLE/._dlinsolx2.c
 create mode 100644 EXAMPLE/._dlinsolx3.c
 create mode 100644 EXAMPLE/._fgmr.c
 create mode 100644 EXAMPLE/._g20.rua
 create mode 100644 EXAMPLE/._sfgmr.c
 create mode 100644 EXAMPLE/._sitersol.c
 create mode 100644 EXAMPLE/._sitersol1.c
 create mode 100644 EXAMPLE/._slinsol.c
 create mode 100644 EXAMPLE/._slinsol1.c
 create mode 100644 EXAMPLE/._slinsolx.c
 create mode 100644 EXAMPLE/._slinsolx1.c
 create mode 100644 EXAMPLE/._slinsolx2.c
 create mode 100644 EXAMPLE/._slinsolx3.c
 create mode 100644 EXAMPLE/._sp_ienv.c
 create mode 100644 EXAMPLE/._superlu.c
 create mode 100644 EXAMPLE/._zfgmr.c
 create mode 100644 EXAMPLE/._zitersol.c
 create mode 100644 EXAMPLE/._zitersol1.c
 create mode 100644 EXAMPLE/._zlinsol.c
 create mode 100644 EXAMPLE/._zlinsol1.c
 create mode 100644 EXAMPLE/._zlinsolx.c
 create mode 100644 EXAMPLE/._zlinsolx1.c
 create mode 100644 EXAMPLE/._zlinsolx2.c
 create mode 100644 EXAMPLE/._zlinsolx3.c
 create mode 100644 EXAMPLE/.gitignore
 delete mode 100755 EXAMPLE/citersol1
 create mode 100644 EXAMPLE/clinsolx3.c
 delete mode 100755 EXAMPLE/ditersol1
 create mode 100644 EXAMPLE/dlinsolx3.c
 delete mode 100755 EXAMPLE/sitersol1
 create mode 100644 EXAMPLE/slinsolx3.c
 delete mode 100755 EXAMPLE/zitersol1
 create mode 100644 EXAMPLE/zlinsolx3.c
 create mode 100644 FORTRAN/._Makefile
 create mode 100644 FORTRAN/._README
 create mode 100644 FORTRAN/._c_fortran_cgssv.c
 create mode 100644 FORTRAN/._c_fortran_dgssv.c
 create mode 100644 FORTRAN/._c_fortran_sgssv.c
 create mode 100644 FORTRAN/._c_fortran_zgssv.c
 create mode 100644 FORTRAN/._f77_main.f
 create mode 100644 FORTRAN/._f77exm.out
 create mode 100644 FORTRAN/._hbcode1.f
 create mode 100644 FORTRAN/._test_omp.F
 create mode 100644 FORTRAN/._z_f77_main.f
 create mode 100644 FORTRAN/._zhbcode1.f
 delete mode 100644 FORTRAN/c_fortran_dgssv.c.bak
 delete mode 100644 FORTRAN/c_fortran_dgssv.c.old
 delete mode 100644 FORTRAN/f77_main.f.old
 create mode 100644 FORTRAN/test_omp.F
 create mode 100644 INSTALL/._Makefile
 create mode 100644 INSTALL/._dlamch.c
 create mode 100644 INSTALL/._dlamchtst.c
 create mode 100644 INSTALL/._dmach.c
 create mode 100644 INSTALL/._dmachtst.c
 create mode 100755 INSTALL/._install.csh
 create mode 100644 INSTALL/._lsame.c
 create mode 100644 INSTALL/._slamch.c
 create mode 100644 INSTALL/._slamchtst.c
 create mode 100644 INSTALL/._smach.c
 create mode 100644 INSTALL/._smachtst.c
 create mode 100644 INSTALL/._superlu_timer.c
 create mode 100644 INSTALL/._timertst.c
 create mode 100644 INSTALL/dmach.c
 create mode 100644 INSTALL/dmachtst.c
 create mode 100644 INSTALL/smach.c
 create mode 100644 INSTALL/smachtst.c
 create mode 100644 License.txt
 create mode 100644 MAKE_INC/._make.alpha
 create mode 100644 MAKE_INC/._make.altix
 create mode 100644 MAKE_INC/._make.cray
 create mode 100644 MAKE_INC/._make.cray_xc30
 create mode 100644 MAKE_INC/._make.cray_xe6
 create mode 100644 MAKE_INC/._make.hppa
 create mode 100644 MAKE_INC/._make.inc
 create mode 100644 MAKE_INC/._make.linux
 create mode 100644 MAKE_INC/._make.mac-x
 create mode 100644 MAKE_INC/._make.rs6k
 create mode 100644 MAKE_INC/._make.scg1
 create mode 100644 MAKE_INC/._make.solaris
 create mode 100644 MAKE_INC/._make.sp
 create mode 100644 MAKE_INC/make.cray_xc30
 create mode 100644 MAKE_INC/make.cray_xe6
 create mode 100644 MAKE_INC/make.scg1
 delete mode 100644 MAKE_INC/make.sgi
 delete mode 100644 MAKE_INC/make.sun4
 create mode 100644 MATLAB/._Makefile
 create mode 100644 MATLAB/._README
 create mode 100644 MATLAB/._airfoil2.mat
 create mode 100644 MATLAB/._babble.m
 create mode 100644 MATLAB/._burble.m
 create mode 100644 MATLAB/._copyright.m
 create mode 100644 MATLAB/._hbo.m
 create mode 100644 MATLAB/._isperm.m
 create mode 100644 MATLAB/._lusolve.m
 create mode 100644 MATLAB/._mexlusolve.c
 create mode 100644 MATLAB/._mexlusolve.m
 create mode 100755 MATLAB/._mexopts.sh.old
 create mode 100644 MATLAB/._mexsuperlu.c
 create mode 100644 MATLAB/._mexsuperlu.m
 create mode 100644 MATLAB/._permutation.m
 create mode 100644 MATLAB/._resetrandoms.m
 create mode 100644 MATLAB/._smallmesh.mat
 create mode 100644 MATLAB/._spart2.m
 create mode 100644 MATLAB/._spypart.m
 create mode 100644 MATLAB/._superlu.m
 create mode 100644 MATLAB/._time.m
 create mode 100644 MATLAB/._try2.m
 create mode 100644 MATLAB/._try3.m
 create mode 100644 MATLAB/._try4.m
 create mode 100644 MATLAB/._trylusolve.m
 create mode 100644 MATLAB/._trysuperlu.m
 create mode 100644 MATLAB/._trytime.m
 create mode 100644 MATLAB/._verbose.m
 create mode 100644 MATLAB/spypart.m
 create mode 100644 MATLAB/time.m
 create mode 100644 SRC/._CMakeLists.txt
 create mode 100644 SRC/._Makefile
 create mode 100644 SRC/._ccolumn_bmod.c
 create mode 100644 SRC/._ccolumn_dfs.c
 create mode 100644 SRC/._ccopy_to_ucol.c
 create mode 100644 SRC/._cdiagonal.c
 create mode 100644 SRC/._cgscon.c
 create mode 100644 SRC/._cgsequ.c
 create mode 100644 SRC/._cgsisx.c
 create mode 100644 SRC/._cgsitrf.c
 create mode 100644 SRC/._cgsrfs.c
 create mode 100644 SRC/._cgssv.c
 create mode 100644 SRC/._cgssvx.c
 create mode 100644 SRC/._cgstrf.c
 create mode 100644 SRC/._cgstrs.c
 create mode 100644 SRC/._clacon.c
 create mode 100644 SRC/._clacon2.c
 create mode 100644 SRC/._clangs.c
 create mode 100644 SRC/._claqgs.c
 create mode 100644 SRC/._cldperm.c
 create mode 100644 SRC/._cmemory.c
 create mode 100644 SRC/._cmyblas2.c
 create mode 100644 SRC/._colamd.c
 create mode 100644 SRC/._colamd.h
 create mode 100644 SRC/._cpanel_bmod.c
 create mode 100644 SRC/._cpanel_dfs.c
 create mode 100644 SRC/._cpivotL.c
 create mode 100644 SRC/._cpivotgrowth.c
 create mode 100644 SRC/._cpruneL.c
 create mode 100644 SRC/._creadhb.c
 create mode 100644 SRC/._creadrb.c
 create mode 100644 SRC/._creadtriple.c
 create mode 100644 SRC/._csnode_bmod.c
 create mode 100644 SRC/._csnode_dfs.c
 create mode 100644 SRC/._csp_blas2.c
 create mode 100644 SRC/._csp_blas3.c
 create mode 100644 SRC/._cutil.c
 create mode 100644 SRC/._dcolumn_bmod.c
 create mode 100644 SRC/._dcolumn_dfs.c
 create mode 100644 SRC/._dcomplex.c
 create mode 100644 SRC/._dcopy_to_ucol.c
 create mode 100644 SRC/._ddiagonal.c
 create mode 100644 SRC/._dgscon.c
 create mode 100644 SRC/._dgsequ.c
 create mode 100644 SRC/._dgsisx.c
 create mode 100644 SRC/._dgsitrf.c
 create mode 100644 SRC/._dgsrfs.c
 create mode 100644 SRC/._dgssv.c
 create mode 100644 SRC/._dgssvx.c
 create mode 100644 SRC/._dgstrf.c
 create mode 100644 SRC/._dgstrs.c
 create mode 100644 SRC/._dlacon.c
 create mode 100644 SRC/._dlacon2.c
 create mode 100644 SRC/._dlangs.c
 create mode 100644 SRC/._dlaqgs.c
 create mode 100644 SRC/._dldperm.c
 create mode 100644 SRC/._dmach.c
 create mode 100644 SRC/._dmemory.c
 create mode 100644 SRC/._dmyblas2.c
 create mode 100644 SRC/._dpanel_bmod.c
 create mode 100644 SRC/._dpanel_dfs.c
 create mode 100644 SRC/._dpivotL.c
 create mode 100644 SRC/._dpivotgrowth.c
 create mode 100644 SRC/._dpruneL.c
 create mode 100644 SRC/._dreadhb.c
 create mode 100644 SRC/._dreadrb.c
 create mode 100644 SRC/._dreadtriple.c
 create mode 100644 SRC/._dsnode_bmod.c
 create mode 100644 SRC/._dsnode_dfs.c
 create mode 100644 SRC/._dsp_blas2.c
 create mode 100644 SRC/._dsp_blas3.c
 create mode 100644 SRC/._dutil.c
 create mode 100644 SRC/._dzsum1.c
 create mode 100644 SRC/._get_perm_c.c
 create mode 100644 SRC/._heap_relax_snode.c
 create mode 100644 SRC/._html_mainpage.h
 create mode 100644 SRC/._icmax1.c
 create mode 100644 SRC/._ilu_ccolumn_dfs.c
 create mode 100644 SRC/._ilu_ccopy_to_ucol.c
 create mode 100644 SRC/._ilu_cdrop_row.c
 create mode 100644 SRC/._ilu_cpanel_dfs.c
 create mode 100644 SRC/._ilu_cpivotL.c
 create mode 100644 SRC/._ilu_csnode_dfs.c
 create mode 100644 SRC/._ilu_dcolumn_dfs.c
 create mode 100644 SRC/._ilu_dcopy_to_ucol.c
 create mode 100644 SRC/._ilu_ddrop_row.c
 create mode 100644 SRC/._ilu_dpanel_dfs.c
 create mode 100644 SRC/._ilu_dpivotL.c
 create mode 100644 SRC/._ilu_dsnode_dfs.c
 create mode 100644 SRC/._ilu_heap_relax_snode.c
 create mode 100644 SRC/._ilu_relax_snode.c
 create mode 100644 SRC/._ilu_scolumn_dfs.c
 create mode 100644 SRC/._ilu_scopy_to_ucol.c
 create mode 100644 SRC/._ilu_sdrop_row.c
 create mode 100644 SRC/._ilu_spanel_dfs.c
 create mode 100644 SRC/._ilu_spivotL.c
 create mode 100644 SRC/._ilu_ssnode_dfs.c
 create mode 100644 SRC/._ilu_zcolumn_dfs.c
 create mode 100644 SRC/._ilu_zcopy_to_ucol.c
 create mode 100644 SRC/._ilu_zdrop_row.c
 create mode 100644 SRC/._ilu_zpanel_dfs.c
 create mode 100644 SRC/._ilu_zpivotL.c
 create mode 100644 SRC/._ilu_zsnode_dfs.c
 create mode 100644 SRC/._input_error.c
 create mode 100644 SRC/._izmax1.c
 create mode 100644 SRC/._mark_relax.c
 create mode 100644 SRC/._mc64ad.c
 create mode 100644 SRC/._memory.c
 create mode 100644 SRC/._mmd.c
 create mode 100644 SRC/._qselect.c
 create mode 100644 SRC/._relax_snode.c
 create mode 100644 SRC/._scolumn_bmod.c
 create mode 100644 SRC/._scolumn_dfs.c
 create mode 100644 SRC/._scomplex.c
 create mode 100644 SRC/._scopy_to_ucol.c
 create mode 100644 SRC/._scsum1.c
 create mode 100644 SRC/._sdiagonal.c
 create mode 100644 SRC/._sgscon.c
 create mode 100644 SRC/._sgsequ.c
 create mode 100644 SRC/._sgsisx.c
 create mode 100644 SRC/._sgsitrf.c
 create mode 100644 SRC/._sgsrfs.c
 create mode 100644 SRC/._sgssv.c
 create mode 100644 SRC/._sgssvx.c
 create mode 100644 SRC/._sgstrf.c
 create mode 100644 SRC/._sgstrs.c
 create mode 100644 SRC/._slacon.c
 create mode 100644 SRC/._slacon2.c
 create mode 100644 SRC/._slangs.c
 create mode 100644 SRC/._slaqgs.c
 create mode 100644 SRC/._sldperm.c
 create mode 100644 SRC/._slu_Cnames.h
 create mode 100644 SRC/._slu_cdefs.h
 create mode 100644 SRC/._slu_dcomplex.h
 create mode 100644 SRC/._slu_ddefs.h
 create mode 100644 SRC/._slu_scomplex.h
 create mode 100644 SRC/._slu_sdefs.h
 create mode 100644 SRC/._slu_util.h
 create mode 100644 SRC/._slu_zdefs.h
 create mode 100644 SRC/._smach.c
 create mode 100644 SRC/._smemory.c
 create mode 100644 SRC/._smyblas2.c
 create mode 100644 SRC/._sp_coletree.c
 create mode 100644 SRC/._sp_ienv.c
 create mode 100644 SRC/._sp_preorder.c
 create mode 100644 SRC/._spanel_bmod.c
 create mode 100644 SRC/._spanel_dfs.c
 create mode 100644 SRC/._spivotL.c
 create mode 100644 SRC/._spivotgrowth.c
 create mode 100644 SRC/._spruneL.c
 create mode 100644 SRC/._sreadhb.c
 create mode 100644 SRC/._sreadrb.c
 create mode 100644 SRC/._sreadtriple.c
 create mode 100644 SRC/._ssnode_bmod.c
 create mode 100644 SRC/._ssnode_dfs.c
 create mode 100644 SRC/._ssp_blas2.c
 create mode 100644 SRC/._ssp_blas3.c
 create mode 100644 SRC/._superlu_enum_consts.h
 create mode 100644 SRC/._superlu_timer.c
 create mode 100644 SRC/._supermatrix.h
 create mode 100644 SRC/._sutil.c
 create mode 100644 SRC/._util.c
 create mode 100644 SRC/._zcolumn_bmod.c
 create mode 100644 SRC/._zcolumn_dfs.c
 create mode 100644 SRC/._zcopy_to_ucol.c
 create mode 100644 SRC/._zdiagonal.c
 create mode 100644 SRC/._zgscon.c
 create mode 100644 SRC/._zgsequ.c
 create mode 100644 SRC/._zgsisx.c
 create mode 100644 SRC/._zgsitrf.c
 create mode 100644 SRC/._zgsrfs.c
 create mode 100644 SRC/._zgssv.c
 create mode 100644 SRC/._zgssvx.c
 create mode 100644 SRC/._zgstrf.c
 create mode 100644 SRC/._zgstrs.c
 create mode 100644 SRC/._zlacon.c
 create mode 100644 SRC/._zlacon2.c
 create mode 100644 SRC/._zlangs.c
 create mode 100644 SRC/._zlaqgs.c
 create mode 100644 SRC/._zldperm.c
 create mode 100644 SRC/._zmemory.c
 create mode 100644 SRC/._zmyblas2.c
 create mode 100644 SRC/._zpanel_bmod.c
 create mode 100644 SRC/._zpanel_dfs.c
 create mode 100644 SRC/._zpivotL.c
 create mode 100644 SRC/._zpivotgrowth.c
 create mode 100644 SRC/._zpruneL.c
 create mode 100644 SRC/._zreadhb.c
 create mode 100644 SRC/._zreadrb.c
 create mode 100644 SRC/._zreadtriple.c
 create mode 100644 SRC/._zsnode_bmod.c
 create mode 100644 SRC/._zsnode_dfs.c
 create mode 100644 SRC/._zsp_blas2.c
 create mode 100644 SRC/._zsp_blas3.c
 create mode 100644 SRC/._zutil.c
 create mode 100644 SRC/CMakeLists.txt
 delete mode 100644 SRC/cgsisx.c.bak
 delete mode 100644 SRC/cgsitrf.c.bak
 delete mode 100644 SRC/cgssvx.c.bak
 delete mode 100644 SRC/clacon.c.bak
 create mode 100644 SRC/clacon2.c
 delete mode 100644 SRC/dgsisx.c.bak
 delete mode 100644 SRC/dgsitrf.c.bak
 delete mode 100644 SRC/dgssvx.c.bak
 delete mode 100644 SRC/dlacon.c.bak
 create mode 100644 SRC/dlacon2.c
 delete mode 100644 SRC/dlamch.c
 create mode 100644 SRC/dmach.c
 delete mode 100644 SRC/ilu_ccopy_to_ucol.c.bak
 delete mode 100644 SRC/ilu_dcopy_to_ucol.c.bak
 delete mode 100644 SRC/ilu_ddrop_row.c.bak
 delete mode 100644 SRC/ilu_scopy_to_ucol.c.bak
 delete mode 100644 SRC/ilu_zcopy_to_ucol.c.bak
 create mode 100644 SRC/input_error.c
 delete mode 100644 SRC/lsame.c
 create mode 100644 SRC/mc64ad.c
 mode change 100755 => 100644 SRC/qselect.c
 delete mode 100644 SRC/sgsisx.c.bak
 delete mode 100644 SRC/sgsitrf.c.bak
 delete mode 100644 SRC/slacon.c.bak
 create mode 100644 SRC/slacon2.c
 delete mode 100644 SRC/slamch.c
 create mode 100644 SRC/smach.c
 delete mode 100644 SRC/temp
 delete mode 100644 SRC/xerbla.c
 delete mode 100644 SRC/zgsisx.c.bak
 delete mode 100644 SRC/zgsitrf.c.bak
 delete mode 100644 SRC/zlacon.c.bak
 create mode 100644 SRC/zlacon2.c
 create mode 100644 TESTING/._CMakeLists.txt
 create mode 100755 TESTING/._MATGEN
 create mode 100644 TESTING/._Makefile
 create mode 100644 TESTING/._cdrive.c
 create mode 100644 TESTING/._cgst01.c
 create mode 100644 TESTING/._cgst02.c
 create mode 100644 TESTING/._cgst04.c
 create mode 100644 TESTING/._cgst07.c
 create mode 100755 TESTING/._ctest.csh
 create mode 100644 TESTING/._ddrive.c
 create mode 100644 TESTING/._dgst01.c
 create mode 100644 TESTING/._dgst02.c
 create mode 100644 TESTING/._dgst04.c
 create mode 100644 TESTING/._dgst07.c
 create mode 100755 TESTING/._dtest.csh
 create mode 100644 TESTING/._runtest.cmake
 create mode 100644 TESTING/._sdrive.c
 create mode 100644 TESTING/._sgst01.c
 create mode 100644 TESTING/._sgst02.c
 create mode 100644 TESTING/._sgst04.c
 create mode 100644 TESTING/._sgst07.c
 create mode 100644 TESTING/._sp_cconvert.c
 create mode 100644 TESTING/._sp_dconvert.c
 create mode 100644 TESTING/._sp_ienv.c
 create mode 100644 TESTING/._sp_sconvert.c
 create mode 100644 TESTING/._sp_zconvert.c
 create mode 100755 TESTING/._stest.csh
 create mode 100644 TESTING/._zdrive.c
 create mode 100644 TESTING/._zgst01.c
 create mode 100644 TESTING/._zgst02.c
 create mode 100644 TESTING/._zgst04.c
 create mode 100644 TESTING/._zgst07.c
 create mode 100755 TESTING/._ztest.csh
 create mode 100644 TESTING/CMakeLists.txt
 create mode 100644 TESTING/MATGEN/._CMakeLists.txt
 create mode 100644 TESTING/MATGEN/._Cnames.h.bak
 create mode 100644 TESTING/MATGEN/._Makefile
 create mode 100644 TESTING/MATGEN/._cdotc.c
 create mode 100644 TESTING/MATGEN/._clacgv.c
 create mode 100644 TESTING/MATGEN/._clagge.c
 create mode 100644 TESTING/MATGEN/._claghe.c
 create mode 100644 TESTING/MATGEN/._clagsy.c
 create mode 100644 TESTING/MATGEN/._clarge.c
 create mode 100644 TESTING/MATGEN/._clarnd.c
 create mode 100644 TESTING/MATGEN/._clarnv.c
 create mode 100644 TESTING/MATGEN/._claror.c
 create mode 100644 TESTING/MATGEN/._clarot.c
 create mode 100644 TESTING/MATGEN/._clartg.c
 create mode 100644 TESTING/MATGEN/._claset.c
 create mode 100644 TESTING/MATGEN/._clatb4.c
 create mode 100644 TESTING/MATGEN/._clatm2.c
 create mode 100644 TESTING/MATGEN/._clatm3.c
 create mode 100644 TESTING/MATGEN/._clatme.c
 create mode 100644 TESTING/MATGEN/._clatms.c
 create mode 100644 TESTING/MATGEN/._csymv.c
 create mode 100644 TESTING/MATGEN/._d_lg10.c
 create mode 100644 TESTING/MATGEN/._d_sign.c
 create mode 100644 TESTING/MATGEN/._dlabad.c
 create mode 100644 TESTING/MATGEN/._dlagge.c
 create mode 100644 TESTING/MATGEN/._dlagsy.c
 create mode 100644 TESTING/MATGEN/._dlaran.c
 create mode 100644 TESTING/MATGEN/._dlarge.c
 create mode 100644 TESTING/MATGEN/._dlarnd.c
 create mode 100644 TESTING/MATGEN/._dlarnv.c
 create mode 100644 TESTING/MATGEN/._dlaror.c
 create mode 100644 TESTING/MATGEN/._dlarot.c
 create mode 100644 TESTING/MATGEN/._dlartg.c
 create mode 100644 TESTING/MATGEN/._dlaruv.c
 create mode 100644 TESTING/MATGEN/._dlaset.c
 create mode 100644 TESTING/MATGEN/._dlatb4.c
 create mode 100644 TESTING/MATGEN/._dlatm1.c
 create mode 100644 TESTING/MATGEN/._dlatm2.c
 create mode 100644 TESTING/MATGEN/._dlatm3.c
 create mode 100644 TESTING/MATGEN/._dlatms.c
 create mode 100644 TESTING/MATGEN/._f2c.h
 create mode 100644 TESTING/MATGEN/._pow_dd.c
 create mode 100644 TESTING/MATGEN/._pow_di.c
 create mode 100644 TESTING/MATGEN/._pow_ri.c
 create mode 100644 TESTING/MATGEN/._r_lg10.c
 create mode 100644 TESTING/MATGEN/._r_sign.c
 create mode 100644 TESTING/MATGEN/._slabad.c
 create mode 100644 TESTING/MATGEN/._slagge.c
 create mode 100644 TESTING/MATGEN/._slagsy.c
 create mode 100644 TESTING/MATGEN/._slaran.c
 create mode 100644 TESTING/MATGEN/._slarge.c
 create mode 100644 TESTING/MATGEN/._slarnd.c
 create mode 100644 TESTING/MATGEN/._slarnv.c
 create mode 100644 TESTING/MATGEN/._slaror.c
 create mode 100644 TESTING/MATGEN/._slarot.c
 create mode 100644 TESTING/MATGEN/._slartg.c
 create mode 100644 TESTING/MATGEN/._slaruv.c
 create mode 100644 TESTING/MATGEN/._slaset.c
 create mode 100644 TESTING/MATGEN/._slatb4.c
 create mode 100644 TESTING/MATGEN/._slatm1.c
 create mode 100644 TESTING/MATGEN/._slatm2.c
 create mode 100644 TESTING/MATGEN/._slatm3.c
 create mode 100644 TESTING/MATGEN/._slatms.c
 create mode 100644 TESTING/MATGEN/._slu_Cnames.h
 create mode 100644 TESTING/MATGEN/._zdotc.c
 create mode 100644 TESTING/MATGEN/._zlacgv.c
 create mode 100644 TESTING/MATGEN/._zlagge.c
 create mode 100644 TESTING/MATGEN/._zlaghe.c
 create mode 100644 TESTING/MATGEN/._zlagsy.c
 create mode 100644 TESTING/MATGEN/._zlarge.c
 create mode 100644 TESTING/MATGEN/._zlarnd.c
 create mode 100644 TESTING/MATGEN/._zlarnv.c
 create mode 100644 TESTING/MATGEN/._zlaror.c
 create mode 100644 TESTING/MATGEN/._zlarot.c
 create mode 100644 TESTING/MATGEN/._zlartg.c
 create mode 100644 TESTING/MATGEN/._zlaset.c
 create mode 100644 TESTING/MATGEN/._zlatb4.c
 create mode 100644 TESTING/MATGEN/._zlatm2.c
 create mode 100644 TESTING/MATGEN/._zlatm3.c
 create mode 100644 TESTING/MATGEN/._zlatms.c
 create mode 100644 TESTING/MATGEN/._zsymv.c
 create mode 100644 TESTING/MATGEN/CMakeLists.txt
 delete mode 100644 TESTING/MATGEN/clatmr.c
 delete mode 100644 TESTING/MATGEN/dlatme.c
 delete mode 100644 TESTING/MATGEN/dlatmr.c
 delete mode 100644 TESTING/MATGEN/lsamen.c
 create mode 100644 TESTING/MATGEN/pow_di.c
 create mode 100644 TESTING/MATGEN/pow_ri.c
 delete mode 100644 TESTING/MATGEN/slatme.c
 delete mode 100644 TESTING/MATGEN/slatmr.c
 mode change 120000 => 100644 TESTING/MATGEN/slu_Cnames.h
 delete mode 100644 TESTING/MATGEN/zlatme.c
 delete mode 100644 TESTING/MATGEN/zlatmr.c
 mode change 100644 => 100755 TESTING/ctest.csh
 mode change 100644 => 100755 TESTING/dtest.csh
 create mode 100644 TESTING/runtest.cmake
 mode change 100644 => 100755 TESTING/stest.csh
 mode change 100644 => 100755 TESTING/ztest.csh
 create mode 100644 cmake/._XSDKDefaults.cmake
 create mode 100644 cmake/XSDKDefaults.cmake
 delete mode 100644 make.inc
 create mode 100644 make.inc.in

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/superlu.git



More information about the debian-science-commits mailing list