scientific-computing
Here are 958 public repositories matching this topic...
-
Updated
Sep 8, 2021 - Go
Current implementation of join can be improved by performing the operation in a single call to the backend kernel instead of multiple calls.
This is a fairly easy kernel and may be a good issue for someone getting to know CUDA/ArrayFire internals. Ping me if you want additional info.
-
Updated
Sep 8, 2021 - JavaScript
Today I was checking out the library and MSVC warns for https://github.com/alandefreitas/matplotplusplus/blob/359a775710e1b1fd5667281a0855806f149b7ab0/source/matplot/util/contourc.cpp#L1771
BOUNDARY_S
returns a bool
do the expression is bool > 0
Currently spack does not support the following packages, all of these packages are installed outside of Spack at Cori, we would like to get support for these packages if possible.
- cpmd https://www.lcrc.anl.gov/for-users/software/available-software/cpmd/
- ComputeCPP https://github.com/codeplaysoftware/computecpp-sdk need to confirm link
- ds9 https://sites.google.com/cfa.harvard.
-
Updated
Aug 19, 2021 - Python
-
Updated
Aug 5, 2021 - C++
Add #[track_caller]
to some panicking methods. Slicing methods seem the most prudent (Index/Mut does not apply, sorry).
Needs benchmarks to investigate impact, preferably holistic benchmarks.
-
Updated
May 13, 2021 - Java
-
Updated
Sep 3, 2021 - TypeScript
-
Updated
Sep 4, 2021 - Go
-
Updated
Sep 4, 2021 - PHP
-
Updated
Aug 4, 2021 - Python
-
Updated
Sep 8, 2021 - C++
-
Updated
Aug 7, 2021 - Julia
Calling cargo tree -d --workspace
at the root of the repo reveals all of Linfa's duplicated dependencies. These are dependencies that have the same name but different versions, leading to bloat. We want to eliminate as many duplicated dependencies as possible by ensuring that multiple instances of the same crate in the dependency tree have the same version. We should also prioritize the non-dev
Roadmap
-
Updated
Aug 9, 2021 - OCaml
-
Updated
Sep 8, 2021 - C
-
Updated
Jul 14, 2021 - Python
Description
The ApplyScriptToRemotes script applies a script to all remote modules whose build status reports a successful build.
There are a number of aspects -many of them were already mentioned in PR #781- that could be improved to make the script more robust.
- May be th
-
Updated
Aug 11, 2021 - Go
-
Updated
Aug 16, 2021 - Python
-
Updated
Sep 7, 2021 - C++
-
Updated
Sep 7, 2021 - Python
-
Updated
Sep 9, 2021 - C++
-
Updated
Jul 15, 2021 - Makefile
-
Updated
Jul 9, 2021 - C++
using the approach laid out in:
dswah/pyGAM#154
Improve this page
Add a description, image, and links to the scientific-computing topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the scientific-computing topic, visit your repo's landing page and select "manage topics."
issue
i traied use hess= {2-point’, ‘3-point’, ‘cs’, HessianUpdateStrategy} according to doc,but it failed.

Reproducing code example: