Crates.io | totsu_core |
lib.rs | totsu_core |
version | 0.1.1 |
source | src |
created_at | 2022-09-23 11:48:37.84517 |
updated_at | 2023-01-02 15:06:54.110199 |
description | A first-order conic linear program solver for convex optimization. |
homepage | https://github.com/convexbrain/Totsu/tree/master/solver_rust_conic/totsu_core/ |
repository | https://github.com/convexbrain/Totsu |
max_upload_size | |
id | 672430 |
size | 78,125 |
Totsu (凸 in Japanese) means convex.
This crate for Rust provides a first-order conic linear program solver for convex optimization.
See documentation for more details.
A first-order conic linear program solver for convex optimization.
Convex optimization problems LP/QP/QCQP/SOCP/SDP that can be solved by totsu_core
.
BLAS/LAPACK linear algebra operations for totsu
/totsu_core
.
CUDA linear algebra operations for totsu
/totsu_core
.