summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x[-rw-r--r--].gitignore1
-rwxr-xr-x[-rw-r--r--]LICENSE0
-rwxr-xr-x[-rw-r--r--]Makefile0
-rwxr-xr-x[-rw-r--r--]README.md0
-rwxr-xr-x[-rw-r--r--]global.h0
-rwxr-xr-x[-rw-r--r--]linalg.c0
-rwxr-xr-x[-rw-r--r--]linalg.h0
-rwxr-xr-x[-rw-r--r--]main.c0
-rwxr-xr-x[-rw-r--r--]solver.c0
-rwxr-xr-x[-rw-r--r--]solver.h0
-rwxr-xr-x[-rw-r--r--]sysmat.c0
-rwxr-xr-x[-rw-r--r--]sysmat.h0
-rwxr-xr-x[-rw-r--r--]tests/test_bic.c0
-rwxr-xr-x[-rw-r--r--]tests/test_linalg.c0
-rwxr-xr-x[-rw-r--r--]tests/test_pcg.c0
15 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index c6127b3..e1061b0 100644..100755
--- a/.gitignore
+++ b/.gitignore
@@ -50,3 +50,4 @@ modules.order
Module.symvers
Mkfile.old
dkms.conf
+.DS_Store
diff --git a/LICENSE b/LICENSE
index 94a9ed0..94a9ed0 100644..100755
--- a/LICENSE
+++ b/LICENSE
diff --git a/Makefile b/Makefile
index 46ffb94..46ffb94 100644..100755
--- a/Makefile
+++ b/Makefile
diff --git a/README.md b/README.md
index 1356fcc..1356fcc 100644..100755
--- a/README.md
+++ b/README.md
diff --git a/global.h b/global.h
index 755282f..755282f 100644..100755
--- a/global.h
+++ b/global.h
diff --git a/linalg.c b/linalg.c
index 5c7c3c2..5c7c3c2 100644..100755
--- a/linalg.c
+++ b/linalg.c
diff --git a/linalg.h b/linalg.h
index 3fbce41..3fbce41 100644..100755
--- a/linalg.h
+++ b/linalg.h
diff --git a/main.c b/main.c
index c365a0a..c365a0a 100644..100755
--- a/main.c
+++ b/main.c
diff --git a/solver.c b/solver.c
index b05889f..b05889f 100644..100755
--- a/solver.c
+++ b/solver.c
diff --git a/solver.h b/solver.h
index 07c0abb..07c0abb 100644..100755
--- a/solver.h
+++ b/solver.h
diff --git a/sysmat.c b/sysmat.c
index d390c37..d390c37 100644..100755
--- a/sysmat.c
+++ b/sysmat.c
diff --git a/sysmat.h b/sysmat.h
index bcc2514..bcc2514 100644..100755
--- a/sysmat.h
+++ b/sysmat.h
diff --git a/tests/test_bic.c b/tests/test_bic.c
index bd5399b..bd5399b 100644..100755
--- a/tests/test_bic.c
+++ b/tests/test_bic.c
diff --git a/tests/test_linalg.c b/tests/test_linalg.c
index d445750..d445750 100644..100755
--- a/tests/test_linalg.c
+++ b/tests/test_linalg.c
diff --git a/tests/test_pcg.c b/tests/test_pcg.c
index 9fe8d3a..9fe8d3a 100644..100755
--- a/tests/test_pcg.c
+++ b/tests/test_pcg.c