aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-05-12 22:31:14 +0100
committerGitHub <noreply@github.com>2017-05-12 22:31:14 +0100
commit702a49ac668beb34b36d6bb8a89e0431af2ddcfb (patch)
treefd20377d866589fdad825c91b124ae4dff72bf03
parent84cbfe0710e9ade6ac91cd992075117966aaa6fc (diff)
parentcf04e2cb14ac2c6226ca35b2a9ecd57ae6586134 (diff)
downloadpackages-702a49ac668beb34b36d6bb8a89e0431af2ddcfb.tar.gz
packages-702a49ac668beb34b36d6bb8a89e0431af2ddcfb.zip
Merge branch 'master' into addpolyBoolpackage
-rw-r--r--packages.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index c071697..610f65a 100644
--- a/packages.json
+++ b/packages.json
@@ -6316,5 +6316,33 @@
"description": "Hi Fidelity Rendering Engine",
"license": "MIT",
"web": "https://github.com/jangko/nimAGG"
+ },
+ {
+ "name": "primme",
+ "url": "https://github.com/jxy/primme",
+ "method": "git",
+ "tags": [
+ "library",
+ "eigenvalues",
+ "high-performance",
+ "singular-value-decomposition"
+ ],
+ "description": "Nim interface for PRIMME: PReconditioned Iterative MultiMethod Eigensolver",
+ "license": "MIT",
+ "web": "https://github.com/jxy/primme"
+ },
+ {
+ "name": "sitmo",
+ "url": "https://github.com/jxy/sitmo",
+ "method": "git",
+ "tags": [
+ "RNG",
+ "Sitmo",
+ "high-performance",
+ "random"
+ ],
+ "description": "Sitmo parallel random number generator in Nim",
+ "license": "MIT",
+ "web": "https://github.com/jxy/sitmo"
}
]