{"id":70569,"library":"peroxide","title":"Peroxide","description":"Rust comprehensive scientific computation library with linear algebra, numerical analysis, statistics, and machine learning tools.","status":"active","version":"0.41.2","language":"rust","source_language":null,"source_url":"https://github.com/Axect/Peroxide","tags":["scientific-computing","linear-algebra","statistics","machine-learning"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nperoxide = \"0.41.2\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add peroxide","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Matrix","correct":"use peroxide::prelude::*;"}],"quickstart":{"code":"use peroxide::prelude::*;\n\nfn main() {\n    let a = ml_matrix(\"1 2;3 4\");\n    let b = ml_matrix(\"5 6;7 8\");\n    let c = a * b;\n    println!(\"{}\", c);\n}","lang":"rust","description":"Creates two matrices and multiplies them."},"warnings":[],"env_vars":null,"search_vec":"'algebra':9,22 'analysi':11 'comprehens':3 'comput':5,19 'learn':15,26 'librari':6 'linear':8,21 'linear-algebra':20 'machin':14,25 'machine-learn':24 'numer':10 'peroxid':1 'rust':2 'scientif':4,18 'scientific-comput':17 'statist':12,23 'tool':16","created_at":"2026-06-17T18:16:25.462209+00:00","updated_at":"2026-06-17T18:16:25.462209+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/Axect/Peroxide","github":"https://github.com/Axect/Peroxide","docs":"https://docs.rs/peroxide/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}