scientific-computing
Here are 1,090 public repositories matching this topic...
-
Updated
May 6, 2022 - Go
C++17 switch
What is the desired addition or change?
provide a cmake c++17 switch
What is the motivation for this feature?
to not depend on the std_backport
If applicable, describe how this feature would be implemented.
change those lines from 11 to 17 conditional to a global define
https://github.com/mlpack/mlpack/blob/de94eee6881e33f1145d9d4a8b5380a5be8af36a/CMakeLists.txt#L
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
May 5, 2022 - JavaScript
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
May 4, 2022 - C++
-
Updated
Feb 3, 2022 - Python
-
Updated
Apr 29, 2022 - 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 6, 2022 - TypeScript
-
Updated
Jan 27, 2022 - Go
The traits Debug, Clone, and PartialOrd should be derived for all parameter types (verified and unverified) and fitted model types where possible. Additionally, Eq should be derived on all such types that don't use floats.
Also, all of our types should be Send + Sync + Sized + Unpin. To pin down this property we should add tests like:
#[test]
fn autotraits() {
fn has_autRoadmap
-
Updated
May 6, 2022 - PHP
-
Updated
May 6, 2022 - C++
-
Updated
Apr 26, 2022 - Python
-
Updated
Apr 15, 2022 - Julia
CDash has builds with C++17 enabled, but they are not triggered when github builds opened PR's.
It would be great to have at least one build (gcc or clang) in github wih C++17.
-
Updated
May 6, 2022 - Python
-
Updated
May 6, 2022 - C
-
Updated
Apr 29, 2022 - OCaml
-
Updated
May 6, 2022 - C++
-
Updated
Apr 14, 2022 - Python
-
Updated
Apr 29, 2022 - Python
-
Updated
May 6, 2022 - C++
-
Updated
Apr 20, 2022 - Go
-
Updated
May 4, 2022 - Python
-
Updated
Mar 15, 2022 - Python
-
Updated
Jul 15, 2021 - Makefile
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."
Describe your issue.
Currently, applying the
**operator to a sparse array implements thenumpy.linalg.matrix_powerfunction. This is not compatible with thenp.arrayimplementation of**, which does element-wise power. This should be fixed as part of the migration from sparse "matrices" to sparse "arrays". Additionally, thematrix_powerfunction should then also be included in the