scientific-computing
Here are 1,056 public repositories matching this topic...
-
Updated
Feb 7, 2022 - 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.hppboost::heap -
mlpack/src/mlpack/core/data/load_arff.hppboost::tokenizer -
mlpack/tests/main_tests/emst_test.cppboost::math::iround() -
mlpack/core/tree/cosine_tree/cosine_tree.cppboost::m
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
Feb 9, 2022 - JavaScript
-
Updated
Dec 23, 2021 - C++
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
Feb 3, 2022 - Python
-
Updated
Jan 5, 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
Jan 26, 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
Feb 8, 2022 - PHP
-
Updated
Feb 8, 2022 - C++
-
Updated
Jan 15, 2022 - Python
-
Updated
Oct 28, 2021 - Julia
-
Updated
Feb 8, 2022 - C
-
Updated
Jan 24, 2022 - OCaml
We currently have a number of CMake variables related to 3rd party libraries polluting ITK's default CMake variable configuration options, which should be minimal. These should be marked as advanced with CMake's mark_as_advanced command in the ITK module CMake code. Variables include EXPAT_* NIFTI and more.
-
Updated
Dec 24, 2021 - Python
-
Updated
Feb 8, 2022 - C++
-
Updated
Jan 28, 2022 - Python
-
Updated
Jan 31, 2022 - Go
-
Updated
Feb 8, 2022 - C++
-
Updated
Jan 17, 2022 - Python
-
Updated
Feb 9, 2022 - Python
-
Updated
Jan 14, 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.
The docstring for factorial2 says:
However directly below that in the code, we can see this is not the case for
n==-1This