Crates.io | totsu_f32cuda |
lib.rs | totsu_f32cuda |
version | 0.1.1 |
source | src |
created_at | 2022-09-23 12:02:25.274396 |
updated_at | 2023-01-02 15:20:37.445304 |
description | CUDA linear algebra operations for `totsu`/`totsu_core`. |
homepage | https://github.com/convexbrain/Totsu/tree/master/solver_rust_conic/totsu_f32cuda |
repository | https://github.com/convexbrain/Totsu |
max_upload_size | |
id | 672441 |
size | 38,485 |
Totsu (凸 in Japanese) means convex.
This crate for Rust provides CUDA linear algebra operations for totsu
/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
.