Crates.io | totsu |
lib.rs | totsu |
version | 0.10.2 |
source | src |
created_at | 2019-01-19 10:24:00.679736 |
updated_at | 2023-01-02 15:12:02.467204 |
description | Convex optimization problems LP/QP/QCQP/SOCP/SDP that can be solved by `totsu_core`. |
homepage | https://github.com/convexbrain/Totsu/tree/master/solver_rust_conic/totsu |
repository | https://github.com/convexbrain/Totsu |
max_upload_size | |
id | 109499 |
size | 87,082 |
Totsu (凸 in Japanese) means convex.
This crate for Rust provides convex optimization problems LP/QP/QCQP/SOCP/SDP that can be solved by totsu_core
.
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
.