The Wayback Machine - https://web.archive.org/web/20220723054240/https://github.com/topics/scientific-computing
Skip to content
#

scientific-computing

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

Helveg
Helveg commented Jul 21, 2022

Describe your issue.

Maybe it's undefined behavior, but calling bool on an instance of scipy.spatial.transform.Rotation yields an unclear error.

Perhaps any identity rotations could be Falsy, and anything else be truthy? (That's also why I tried bool on it)

Reproducing Code Example

from scipy.spatial.transform import Rotation
bool(Rotation.from_euler("x", 0))

defect scipy.spatial 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 Jul 21, 2022
  • TypeScript
YuhanLiin
YuhanLiin commented Jun 13, 2022

Now that we've made BLAS support optional on several linfa crates, we should compare the performance of those crates with and without BLAS. Doing this requires those crates to have a complete set of benchmarks that represent realistic workloads. If BLAS turns out to have no performance improvements, we can even remove BLAS support, improving code quality.

Benchmark status for each crate that

help wanted good first issue infrastructure

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 Jun 12, 2022
  • Go

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 Jul 22, 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