Skip to content
#

scientific-computing

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

chmendoza
chmendoza commented Mar 22, 2022

Hi!

This line requires the length of bands to be even:

https://github.com/scipy/scipy/blob/b5d8bab88af61d61de09641243848df63380a67f/scipy/signal/_fir_filter_design.py#L982

But from the docs, and the example that uses a flattened sequence as bands (see below), it's not that obvious that firls requires an even number of edges. Could this be improved/clarified in the docs? Thank you!

scipy.signal 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 2, 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 Mar 28, 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