scientific-computing
Here are 993 public repositories matching this topic...
-
Updated
Nov 19, 2021 - Go
Hi,
There are still parts of boost library that are used inside mlpack, more specifically in here
mlpack/src/mlpack/core/tree/cosine_tree/cosine_tree.hpp. // boost::heapmlpack/src/mlpack/core/data/load_arff.hpp. // boost::tokenizer
We would like to replace this one with the standard library if possible. If someone is interested in taking this issue feel free to do so.
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
Nov 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
Nov 8, 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
Nov 19, 2021 - TypeScript
-
Updated
Nov 11, 2021 - Go
-
Updated
Nov 17, 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
Nov 20, 2021 - C++
-
Updated
Oct 28, 2021 - Julia
-
Updated
Nov 5, 2021 - OCaml
-
Updated
Nov 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
Nov 2, 2021 - Go
-
Updated
Nov 19, 2021 - C++
-
Updated
Oct 20, 2021 - Python
-
Updated
Oct 22, 2021 - Python
-
Updated
Nov 20, 2021 - C++
-
Updated
Nov 18, 2021 - 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."
scipy.signal.bsplinegives zero output for integer types. This also affects quadratic and cubic.Reproducing code example:
An example of an incorrect result
What was expected