1. Only showing results from lib.rs

    Clear filter to show all search results

  2. Oct 13, 2024The Rust Linear Solver toolbox is an in-development project for dense and sparse library routines in Rust. Documentation. The latest documentation of the main branch of this repo is available at linalg-rs.github.io/rlst. LICENSE. This work is dual-licensed under the Apache 2.0 and MIT license. You can choose between one of them if you use this ...
  3. linear_solver. A linear solver designed to be easy to use with Rust enums. This is a library for automated theorem proving. Linear solving means that some facts can be replaced with others. This technique can also be used to make theorem proving more efficient. If you are looking for a solver that does not remove facts, see monotonic_solver ...
  4. Dec 30, 2024It performs very poorly when compiled in debug mode, so be sure to compile your code in --release mode when solving large problems. This solver can compile to WASM targets. HiGHS. HiGHS is a free parallel mixed integer linear programming solver written in C++. It is able to fully leverage all the available processor cores to solve a problem.
  5. Jul 14, 2024eqsolver - An Equation Solver and Optimisation Library for Rust. This Rust library is aimed at numerically solving equations and optimising objective functions. ... the methods that use multivariate input or output heavily utilises the linear algebra library for Rust nalgebra. Single Variable Newton-Raphson's Method Finds a root of a univariate ...
  6. Feb 3, 2025# differential-equations # equation-solver # scientific-computing # ode # matrix # ordinary # linear-solver diffsol A library for solving ordinary differential equations (ODEs) in Rust. by Martin Robinson and 2 contributors. Install; API reference; GitHub repo (martinjrobins) Home (github.io) 23 releases (4 breaking) 0.5.2 Feb 3, 2025 0.5.1
  7. 7 days ago188 downloads per month . MIT license . 135KB 3.5K SLoC rs-sci. An advanced scientific computing crate, providing tools for math, physics and engineering calculations. Features. Linear Algebra: Fully implemented vector and matrix algebra.; Complex Numbers: Out-of-the-Box complex number support.; Calculus: Integrate, differentiate, expand series and solve differential equations.
  8. Feb 24, 2024Library implementing interaction with various linear programming solvers. It uses the .lp file format to interact with external solver binaries. Supported solvers. gurobi; cplex (with the cplex feature) cbc; glpk; auto: automatically finds which of the above solver is installed at runtime, and uses it.
  9. Apr 12, 2024This implementation of the GMRES method is specifically tailored to sparse matrices, making it an efficient and effective tool for solving large linear systems arising from real-world problems. Example: Solve a linear system use gmres; use rsparse::data::Sprs; fn main() {// Define an arbitrary matrix `A` let a = Sprs::new_from_vec(&[vec![0.
  10. Can’t find what you’re looking for?

    Help us improve DuckDuckGo searches with your feedback

Custom date rangeX