zeuhl_sem

Crates.iozeuhl_sem
lib.rszeuhl_sem
version0.2.6
created_at2025-05-19 06:06:39.619214+00
updated_at2025-05-21 00:02:13.019378+00
descriptionA sem (Simultaneous Equation Model) that has the ability to solve equations using Gaussian elimination or Jacobi methods.
homepagehttps://crates.io/crates/zeuhl_matrix
repositoryhttps://github.com/ZeuhL202/Matrix-Solving
max_upload_size
id1679365
size20,441
ZeuhL (ZeuhL202)

documentation

https://docs.rs/zeuhl_matrix/

README

SEM Solver

Test Status Crate

Overview

Simultaneous equations matrix (aka SEM) that can be solved using the following method

Gaussian elimination
Jacobi methods
Gauss seidel
SOR

Commit count: 20

cargo fmt