Module totsu_core::solver

source ·
Expand description

First-order conic linear program solver

Macros

Splits a SliceRef into multiple ones.
Splits a SliceMut into multiple ones.

Structs

Wrapping a mutable reference of SliceLike.
Wrapping a reference of SliceLike.
First-order conic linear program solver struct.
Solver parameters.

Enums

Solver errors.

Traits

Convex cone trait.
Linear algebra trait.
Linear operator trait.
Slice-like trait for a vector of linear algebra.