Linear solver metadata captured from Clarabel after a solve. More...
#include <clarabel.hpp>
Public Attributes | |
| DirectSolveMethod | method = DirectSolveMethod::Auto |
| std::size_t | threads = 0 |
| bool | direct = false |
| std::size_t | nnz_a = 0 |
| std::size_t | nnz_l = 0 |
Linear solver metadata captured from Clarabel after a solve.
Definition at line 48 of file clarabel.hpp.
| DirectSolveMethod copp::clarabel::LinearSolverInfo::method = DirectSolveMethod::Auto |
Definition at line 50 of file clarabel.hpp.
| std::size_t copp::clarabel::LinearSolverInfo::threads = 0 |
Definition at line 51 of file clarabel.hpp.
| bool copp::clarabel::LinearSolverInfo::direct = false |
Definition at line 52 of file clarabel.hpp.
| std::size_t copp::clarabel::LinearSolverInfo::nnz_a = 0 |
Definition at line 53 of file clarabel.hpp.
| std::size_t copp::clarabel::LinearSolverInfo::nnz_l = 0 |
Definition at line 54 of file clarabel.hpp.