Is there any rust packaging for scientific computing?

Fundamental package for scientific computing with Rust which includes

a powerful N-dimensional array object sophisticated (broadcasting) functions tools for integrating C/C++ code useful linear algebra, Fourier transform, and random number capabilities

Have you been introduced to cargo?

You can easily search for features there:

Integrating C/C++ code does not require any packages, rust does that natively: Rust-Book FFI Chapter

2 Likes

Wonderful. Thanks for the updates, Really helpful.

Note: Questions like this generally belong on the user forum.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.