Skip to content
#

scientific-computing

Here are 1,077 public repositories matching this topic...

DrTimothyAldenDavis
DrTimothyAldenDavis commented Apr 4, 2022

scipy includes COLAMD as a built-in function (used by SuperLU) but the relevant papers are missing from the documentation.

In particular:

    T. A. Davis, J. R. Gilbert, S. Larimore, E. Ng, Algorithm 836:  COLAMD,
    an approximate column minimum degree ordering algorithm, ACM Trans. on
    Mathematical Software, 30(3), 2004, pp. 377--380.
    https://doi.org/10.1145/1024
Documentation good first issue
shahzebsiddiqui
shahzebsiddiqui commented Jun 22, 2020

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.

Run, compile and execute JavaScript for Scientific Computing and Data Visualization TOTALLY TOTALLY TOTALLY in your BROWSER! An open source scientific computing environment for JavaScript TOTALLY in your browser, matrix operations with GPU acceleration, TeX support, data visualization and symbolic computation.

  • Updated Apr 4, 2022
  • TypeScript

Linear algebra, eigenvalues, FFT, Bessel, elliptic, orthogonal polys, geometry, NURBS, numerical quadrature, 3D transfinite interpolation, random numbers, Mersenne twister, probability distributions, optimisation, differential equations.

  • Updated Jan 27, 2022
  • Go
YuhanLiin
YuhanLiin commented Jan 19, 2022

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_aut
enhancement help wanted good first issue
thewtex
thewtex commented Jan 16, 2022

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.

type:Infrastructure Good first issue type:Style

CasADi is a symbolic framework for numeric optimization implementing automatic differentiation in forward and reverse modes on sparse matrix-valued computational graphs. It supports self-contained C-code generation and interfaces state-of-the-art codes such as SUNDIALS, IPOPT etc. It can be used from C++, Python or Matlab/Octave.

  • Updated Apr 2, 2022
  • C++

Improve this page

Add a description, image, and links to the scientific-computing topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more