Toshiki Teramura

Results 78 comments of Toshiki Teramura

It makes sense. OpenBLAS has several special functions - openblas_get_parallel - openblas_get_num_procs - openblas_set_num_threads - openblas_get_num_threads - openblas_get_config - openblas_get_corename and these could be useful for tuning OpenBLAS behavior at...

Great :) I welcome your contribution! Simulation for fluid dynamics is the main target of this repo since this originates from my C++ code of spectral method in channel flow....

http://www.research.kobe-u.ac.jp/csi-viz/members/kageyama/docs/140110a_symplectic_integrator.pdf

Symplectic method is very similar to the semi-implicit method. These may be share some parts of algorithm.

Hi, it was my unfortunate that I cannot find this project before I start to create my crate. This project is much neat than mine, and I'm considering to switch...

> I understand that download from S3 is obsolete. Downstream crates have to upgrade to intel-mkl-src 0.8. Yes. As reported in https://github.com/rust-math/intel-mkl-src/issues/103#issuecomment-2073195303, it looks terminated accidentally.

> What's the purpose that not bindgen the whole mkl.h in wrapper? It intends not to include unnecessary function or structs. Using rust-bindgen, it will expose ALL functions defined in...

> exit code -1073741515 This means DLL not found. This happens only for doctests, it is similar to https://github.com/rust-ndarray/ndarray-linalg/issues/229

CI is disabled in #104. This issue is kept opening until it will be re-enabled without failure

We should split tests for windows-msvc and windows-gnu environment. windows-gnu env seems to be broken.