Python
Java
JavaScript
Android
Golang
C/C++
Swift
PHP
Node.js
Ruby
.NET
More
React
Linux
Rust
Vue.js
Flutter
Command-line
Network programming
Database
Applications
IDEs
More...
Home
/
Rust
/
Computation
Computation
Computation
Search
Newest releases
Newest releases
Most popular
Computation
20
Pytorch bindings for Fortran
Pytorch Fortran bindings The goal of this code is provide Fortran HPC codes with a simple way to use Pytorch deep learning framework. We want Fortran
Computation
1.6k
emu — A language for GPGPU numerical computing from a Rust macro
The old version of Emu (which used macros and stuff) is here. Emu is a GPGPU library with a focus on portability, modularity, and performance. It's a
Computation
50
rustimization — A rust optimization library which includes L-BFGS-B and Conjugate Gradient...
rustimization A rust optimization library which includes L-BFGS-B and Conjugate Gradient algorithm. Documentation The simplest way to use these optimi
Computation
460
statrs — Robust statistical computation library in Rust
statrs Current Version: v0.12.0 Should work for both nightly and stable Rust. NOTE: While I will try to maintain backwards compatibility as much as po
Computation
463
statrs Statrs — Robust statistical computation library in Rust
statrs Current Version: v0.12.0 Should work for both nightly and stable Rust. NOTE: While I will try to maintain backwards compatibility as much as po
Computation
258
scirust — scientific computing library in Rust
SciRust Scientific computing library written in Rust programming language. The objective is to design a generic library which can be used as a backbon
Computation
257
scirust Scirust — scientific computing library in Rust
SciRust Scientific computing library written in Rust programming language. The objective is to design a generic library which can be used as a backbon
Computation
469
collenchyma — An extensible, pluggable, backend-agnostic framework for parallel, high-perf...
Collenchyma • Collenchyma is an extensible, pluggable, backend-agnostic framework for parallel, high-performance computations on CUDA, OpenCL and comm
Computation
778
Arrayfire Rust Bindings
ArrayFire is a high performance library for parallel computing with an easy-to-use API. It enables users to write scientific c
Computation
3.5k
nalgebra — low-dimensional linear algebra library
Users guide | Documentation | Forum Linear algebra library for the Rust programming language. Click this button if you wish to donate to support the
Computation
11
lbfgsb-sys — Rust binding of fortran L-BFGS-B subroutine
lbfgs-sys Rust binding of fortran L-BFGS-B subroutine. The orginal fortran subroutine is distributed under BSD-3 license. To know more about the condi
Computation
75
lapack — LAPACK bindings
LAPACK The package provides wrappers for LAPACK (Fortran). The usage of the package is explained here. Example use lapack::*; let n = 3; let mut a =
Computation
40
rust-gmp — libgmp bindings
Documentation The following functions are intentionally left out of the bindings: gmp_randinit (not thread-safe, obsolete) mpz_random (not thread-safe
Computation
3
cg-sys — Rust binding of fortran CG+ subroutine
cg-sys Rust binding of fortran CG+ subroutine. To know more about the condition to use the orginal Fortran routine please go here #Reference J. C. Gil
Computation
72
blas — BLAS bindings
BLAS The package provides wrappers for BLAS (Fortran). The usage of the package is explained here. Example use blas::*; let (m, n, k) = (2, 4, 3); le
Computation
80
rust-blas — BLAS bindings
RBLAS Rust bindings and wrappers for BLAS (Basic Linear Algebra Subprograms). Overview RBLAS wraps each external call in a trait with the same name (b
Computation
751
argmin — A pure Rust optimization library
argmin A pure Rust optimization framework This crate offers a numerical optimization toolbox/framework written entirely in Rust. It is at the moment p
Categories
Rust
3378
Encoding JSON
43
Applications
36
Asynchronous
112
Audio and Music
58
Authentication
31
Automotive
12
Build system
43
Caching
32
Cargo plugins
46
Command-line
418
Compression
22
Computation
18
Concurrency
70
Configuration
28
Cryptocurrencies
96
Cryptography
130
Data processing
14
Data structures
182
Data visualization
16
Database
74
Database interfaces
35
Date and time
17
Debugging
55
Deployment
69
Development tools
27
Distributed systems
14
Email
20
Embedded
4
Embedded development
90
Emulators
29
Encoding Binary
4
Encoding Multimedia
3
Encoding XML
10
Encoding YAML
8
Filesystem
91
Foreign Function Interface
101
Game development
106
Games
62
Genetic algorithms
12
Geospatial
3
Graphics
71
GUI
167
HTTP Client
52
IDEs
32
Image processing
101
Industrial automation
3
Logging
11
Machine learning
68
macOS APIs
10
Math
46
Memory management
40
Miscellaneous
162
Mobile
4
Network programming
133
No standard library
34
Observability
2
Operating systems
21
Parsing
75
Platform specific
12
Procedural macros
40
Productivity
2
Profiling
28
Resources
13
Science
44
Scripting
17
Security tools
57
Simulation
1
Static Site Generators
20
System tools
54
Template engine
65
Testing
83
Text editors
40
Text processing
69
Text search
21
Unix APIs
33
Utilities
439
Value formatting
9
Video
27
Virtualization
34
Web programming
82
Web Servers
83
WebAssembly
21
WebSocket
17
Windows APIs
18
Most popular
More
01
nalgebra — low-dimensional linear algebra library
02
emu — A language for GPGPU numerical computing from a Rust macro
03
Arrayfire Rust Bindings
04
argmin — A pure Rust optimization library
05
collenchyma — An extensible, pluggable, backend-agnostic framework for parallel, high-perf...
06
statrs Statrs — Robust statistical computation library in Rust
07
statrs — Robust statistical computation library in Rust
08
scirust — scientific computing library in Rust
09
scirust Scirust — scientific computing library in Rust
10
rust-blas — BLAS bindings