scientific-computing
Here are 984 public repositories matching this topic...
-
Updated
Oct 19, 2021 - Go
It's hard to find even if you look at doxygen.
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
Oct 19, 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
Oct 19, 2021 - Python
-
Updated
Sep 29, 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
Oct 17, 2021 - TypeScript
-
Updated
Sep 12, 2021 - Go
-
Updated
Oct 18, 2021 - PHP
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
Oct 7, 2021 - Python
-
Updated
Oct 19, 2021 - C++
-
Updated
Oct 14, 2021 - Julia
-
Updated
Oct 19, 2021 - OCaml
-
Updated
Oct 19, 2021 - C
-
Updated
Sep 19, 2021 - Python
Setting up a reader or a writer just to use them once in a straightforward way requires 5 lines of code, and it can be accomplished by using the appropriate convenience function.
itk::ReadImage
and itk::WriteImage
are available since ITK 5.2.0. See InsightSoftwareConsortium/ITKSphinxExamples#225
for an illustration of the changes required and https://github.com/Ins
-
Updated
Oct 14, 2021 - Go
-
Updated
Oct 18, 2021 - Python
-
Updated
Oct 19, 2021 - C++
-
Updated
Oct 18, 2021 - Python
-
Updated
Oct 19, 2021 - C++
-
Updated
Jul 15, 2021 - Makefile
-
Updated
Oct 18, 2021 - Python
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."
scipy.signal.bspline
gives zero output for integer types. This also affects quadratic and cubic.Reproducing code example:
An example of an incorrect result
What was expected