-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f5e8be9
commit 6e253c6
Showing
1,491 changed files
with
5,330 additions
and
2,108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,222 @@ | ||
# Ignore these files: | ||
*.o | ||
*.so.* | ||
*.so | ||
*.dylib | ||
*.a | ||
*.obj | ||
*.ln | ||
*.bb | ||
*.bbg | ||
*.da | ||
*.tcov | ||
*.gcov | ||
gmon.out | ||
*.bak | ||
*.d | ||
*.gcda | ||
*.gcno | ||
*.aux | ||
*.bbl | ||
*.blg | ||
*.log | ||
*.toc | ||
*.dvi | ||
*.lof | ||
*.lot | ||
*.dll | ||
*.dSYM | ||
my_*.out | ||
*.gcda | ||
*.gcno | ||
*.mex* | ||
*.profile | ||
*.swp | ||
.DS_Store | ||
.nfs* | ||
.pyc | ||
|
||
# ignore these specific programs in the Package/Demo directories | ||
AMD/Demo/amd_demo | ||
AMD/Demo/amd_demo2 | ||
AMD/Demo/amd_l_demo | ||
AMD/Demo/amd_simple | ||
CAMD/Demo/camd_demo | ||
CAMD/Demo/camd_demo2 | ||
CAMD/Demo/camd_l_demo | ||
CAMD/Demo/camd_simple | ||
CCOLAMD/Demo/ccolamd_example | ||
CCOLAMD/Demo/ccolamd_l_example | ||
CHOLMOD/Demo/cholmod_demo | ||
CHOLMOD/Demo/cholmod_l_demo | ||
CHOLMOD/Demo/cholmod_simple | ||
CHOLMOD/Demo/timelog.m | ||
COLAMD/Demo/colamd_example | ||
COLAMD/Demo/colamd_l_example | ||
CSparse/Demo/cs_demo1 | ||
CSparse/Demo/cs_demo2 | ||
CSparse/Demo/cs_demo3 | ||
CXSparse/Demo/cs_ci_demo1 | ||
CXSparse/Demo/cs_ci_demo2 | ||
CXSparse/Demo/cs_ci_demo3 | ||
CXSparse/Demo/cs_cl_demo1 | ||
CXSparse/Demo/cs_cl_demo2 | ||
CXSparse/Demo/cs_cl_demo3 | ||
CXSparse/Demo/cs_demo1 | ||
CXSparse/Demo/cs_demo2 | ||
CXSparse/Demo/cs_demo3 | ||
CXSparse/Demo/cs_di_demo1 | ||
CXSparse/Demo/cs_di_demo2 | ||
CXSparse/Demo/cs_di_demo3 | ||
CXSparse/Demo/cs_dl_demo1 | ||
CXSparse/Demo/cs_dl_demo2 | ||
CXSparse/Demo/cs_dl_demo3 | ||
CXSparse/Demo/cs_idemo | ||
CXSparse/Demo/cs_ldemo | ||
KLU/Demo/klu_simple | ||
KLU/Demo/kludemo | ||
KLU/Demo/kluldemo | ||
LDL/Demo/ldlamd | ||
LDL/Demo/ldllamd | ||
LDL/Demo/ldllmain | ||
LDL/Demo/ldllsimple | ||
LDL/Demo/ldlmain | ||
LDL/Demo/ldlsimple | ||
RBio/Demo/RBdemo | ||
RBio/Demo/temp.rb | ||
SPQR/Demo/qrdemo | ||
SPQR/Demo/qrsimple | ||
SPQR/Demo/qrsimplec | ||
SPQR/Demo/C.mtx | ||
SPQR/Demo/E.txt | ||
SPQR/Demo/R.mtx | ||
SPQR/Demo/X.mtx | ||
SPQR/Demo/gpu_results.txt | ||
SPQR/Demo/qrdemo_gpu | ||
SPQR/Demo/qrdemo_gpu2 | ||
SPQR/Demo/qrdemo_gpu3 | ||
UMFPACK/Demo/numeric.umf | ||
UMFPACK/Demo/symbolic.umf | ||
UMFPACK/Demo/umfpack_di_demo | ||
UMFPACK/Demo/umfpack_dl_demo | ||
UMFPACK/Demo/umfpack_simple | ||
UMFPACK/Demo/umfpack_zi_demo | ||
UMFPACK/Demo/umfpack_zl_demo | ||
|
||
# ignore these specific programs in the Package/Tcov directories | ||
CHOLMOD/Tcov/cl | ||
CHOLMOD/Tcov/clread | ||
CHOLMOD/Tcov/cm | ||
CHOLMOD/Tcov/cmread | ||
CHOLMOD/Tcov/covs.out | ||
CHOLMOD/Tcov/ldemo | ||
CHOLMOD/Tcov/ldemo.c | ||
CHOLMOD/Tcov/temp*.mtx | ||
CHOLMOD/Tcov/timelog.m | ||
CHOLMOD/Tcov/l_*.c | ||
CHOLMOD/Tcov/z_*.c | ||
CHOLMOD/Tcov/zz_*.c | ||
CHOLMOD/Tcov/zl_*.c | ||
CHOLMOD/Tcov/zdemo | ||
CHOLMOD/Tcov/zdemo.c | ||
|
||
CSparse/Tcov/cov.out | ||
CSparse/Tcov/cov.sort | ||
CSparse/Tcov/cover.out | ||
CSparse/Tcov/covs.out | ||
CSparse/Tcov/cs_*.c | ||
CSparse/Tcov/cstcov_test | ||
CSparse/Tcov/*.out | ||
CSparse/Tcov/cs_demo1 | ||
CSparse/Tcov/cs_demo2 | ||
CSparse/Tcov/cs_demo3 | ||
|
||
CXSparse/Tcov/cov.out | ||
CXSparse/Tcov/cov.sort | ||
CXSparse/Tcov/cover.out | ||
CXSparse/Tcov/covs.out | ||
CXSparse/Tcov/cs_*.c | ||
CXSparse/Tcov/cs*_ci.c | ||
CXSparse/Tcov/cs*_cl.c | ||
CXSparse/Tcov/cs*_di.c | ||
CXSparse/Tcov/cs*_dl.c | ||
CXSparse/Tcov/*.out | ||
CXSparse/Tcov/cs_demo1_ci | ||
CXSparse/Tcov/cs_demo1_cl | ||
CXSparse/Tcov/cs_demo1_di | ||
CXSparse/Tcov/cs_demo1_dl | ||
CXSparse/Tcov/cs_demo2_ci | ||
CXSparse/Tcov/cs_demo2_cl | ||
CXSparse/Tcov/cs_demo2_di | ||
CXSparse/Tcov/cs_demo2_dl | ||
CXSparse/Tcov/cs_demo3_ci | ||
CXSparse/Tcov/cs_demo3_cl | ||
CXSparse/Tcov/cs_demo3_di | ||
CXSparse/Tcov/cs_demo3_dl | ||
CXSparse/Tcov/cs_idemo | ||
CXSparse/Tcov/cs_ldemo | ||
CXSparse/Tcov/cstcov_test_ci | ||
CXSparse/Tcov/cstcov_test_cl | ||
CXSparse/Tcov/cstcov_test_di | ||
CXSparse/Tcov/cstcov_test_dl | ||
|
||
KLU/Tcov/cov_*.c | ||
KLU/Tcov/klutest | ||
KLU/Tcov/klultest | ||
KLU/Tcov/*.out | ||
|
||
SPQR/Tcov/X.mtx | ||
SPQR/Tcov/gpu_results.txt | ||
SPQR/Tcov/gpuqrengine_demo | ||
SPQR/Tcov/qrdemo_gpu | ||
SPQR/Tcov/qrtest | ||
SPQR/Tcov/qrtest_out.txt | ||
SPQR/Tcov/troll.m | ||
SPQR/Tcov/cov.out | ||
|
||
UMFPACK/Tcov/covall_err.out | ||
UMFPACK/Tcov/cover.out | ||
|
||
# ignore these specific files in the Package/MATLAB directories | ||
MATLAB_Tools/spqr_rank/save_samples_demo_spqr_rank.mat | ||
CXSparse/MATLAB/CSparse/cs_cl_*.c | ||
CXSparse/MATLAB/Test/cs_*.c | ||
|
||
RBio/Tcov/RBdemo | ||
RBio/Tcov/RBdemo.c | ||
RBio/Tcov/RBio.c | ||
RBio/Tcov/RBio.h | ||
RBio/Tcov/RBtest | ||
RBio/Tcov/SuiteSparse_config.c | ||
RBio/Tcov/SuiteSparse_config.h | ||
RBio/Tcov/*.out | ||
RBio/Tcov/*.rb | ||
|
||
# GraphBLAS | ||
GraphBLAS/Demo/bfs_demo.out | ||
GraphBLAS/Demo/complex_demo.m | ||
GraphBLAS/Demo/mis_demo.out | ||
GraphBLAS/Demo/simple_demo.out | ||
GraphBLAS/Demo/wildtype_demo.out | ||
GraphBLAS/Demo/tri_demo.out | ||
GraphBLAS/Test/errlog.txt | ||
GraphBLAS/Test/log.txt | ||
GraphBLAS/Doc/GraphBLAS_UserGuide.out | ||
GraphBLAS/Tcov/cover_GB_2type_template.c | ||
GraphBLAS/Tcov/cover_GB_AxB_compare_template.c | ||
GraphBLAS/Tcov/cover_GB_AxB_factory.c | ||
GraphBLAS/Tcov/cover_GB_AxB_template.c | ||
GraphBLAS/Tcov/cover_GB_assoc_template.c | ||
GraphBLAS/Tcov/cover_GB_ops_template.c | ||
GraphBLAS/Tcov/cover_GB_qsort_template.c | ||
GraphBLAS/Tcov/cover_GB_semiring_template.c | ||
GraphBLAS/Tcov/cover_GB_subref_template.c | ||
GraphBLAS/Tcov/cover_gb.c | ||
GraphBLAS/Tcov/cover_gb_exp.c | ||
GraphBLAS/Tcov/errlog.txt | ||
GraphBLAS/Tcov/log.txt | ||
GraphBLAS/Tcov/gbstat.mat | ||
|
||
# Do not ignore this file | ||
!.gitignore | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/sh | ||
#!/bin/bash | ||
echo -n $1 > _temp.awk | ||
cat rule.awk >> _temp.awk | ||
cat header.tex | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.