aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiao-Yong Jin <xjin@anl.gov>2017-06-29 14:48:52 -0500
committerXiao-Yong Jin <xjin@anl.gov>2017-06-29 14:48:52 -0500
commit99db0f9648144464e95ae7a503dab108bd1c7f51 (patch)
treea947eab6c6c402ae45c47b3e5921d71768aa508f
parent9eb0e1c3f26454e4ced71cd3eea35ca43b2ccc07 (diff)
downloadpackages-99db0f9648144464e95ae7a503dab108bd1c7f51.tar.gz
packages-99db0f9648144464e95ae7a503dab108bd1c7f51.zip
Added package chebyshev
-rw-r--r--packages.json15
1 files changed, 14 insertions, 1 deletions
diff --git a/packages.json b/packages.json
index 13ca89d..15fe15d 100644
--- a/packages.json
+++ b/packages.json
@@ -6564,5 +6564,18 @@
"description": "experiment to build a jinja like template parser",
"license": "MIT",
"web": "https://github.com/enthus1ast/nimWebTemplates"
- }
+ },
+ {
+ "name": "chebyshev",
+ "url": "https://github.com/jxy/chebyshev",
+ "method": "git",
+ "tags": [
+ "math",
+ "approximation",
+ "numerical"
+ ],
+ "description": "Chebyshev approximation.",
+ "license": "MIT",
+ "web": "https://github.com/jxy/chebyshev"
+ }
]