Toshiki Teramura
Toshiki Teramura
Like https://github.com/blas-lapack-rs/openblas-src/pull/35 vcpkg has fftw port https://github.com/microsoft/vcpkg/tree/master/ports/fftw3
https://github.com/rust-math/fftw/runs/1044484751 ``` running 3 tests test src\array.rs - array::alignment_of (line 109) ... FAILED test src\lib.rs - (line 10) ... FAILED test src\lib.rs - (line 29) ... FAILED failures: ---- src\array.rs...
Resolve #46
``` $ cargo +nightly bench Compiling sfmt v0.7.0 (/home/teramura/rhq/github.com/rust-math/sfmt) error[E0433]: failed to resolve: use of undeclared type `XorShiftRng` --> benches/rand_gen.rs:27:31 | 27 | def_bench!(xorshift, f64, XorShiftRng::from_entropy()); | ^^^^^^^^^^^ use of...
Rust 1.54.0 causes compiler error likes: ``` error: generic parameters may not be used in const operations --> src/sfmt.rs:39:39 | 39 | let y = _mm_srli_epi32(b, Self::SFMT_SR1); | ^^^^^^^^^^^^^^ cannot...
Large size Monte-Carlo simulation usually takes very long time, and needs to be save its state.
`application/vnd.oci.artifact.manifest.v1+json` media type definition by OCI https://github.com/opencontainers/image-spec/blob/main/artifact.md