|
cyqlone
develop
Fast, parallel and vectorized solver for linear systems with optimal control structure.
|
#include <cyqlone/config.hpp>#include <cyqlone/qpalm/export.h>#include <iosfwd>#include <stdexcept>Go to the source code of this file.
Namespaces | |
| namespace | cyqlone |
| namespace | cyqlone::qpalm |
Enumerations | |
| enum class | cyqlone::qpalm::SolverStatus { cyqlone::qpalm::SolverStatus::Busy = 0 , cyqlone::qpalm::SolverStatus::Converged , cyqlone::qpalm::SolverStatus::MaxTime , cyqlone::qpalm::SolverStatus::MaxIter , cyqlone::qpalm::SolverStatus::NotFinite , cyqlone::qpalm::SolverStatus::NoProgress , cyqlone::qpalm::SolverStatus::Interrupted , cyqlone::qpalm::SolverStatus::Exception } |
| Exit status of a numerical solver. More... | |
Functions | |
| const char * | cyqlone::qpalm::enum_name (SolverStatus s) |
| std::ostream & | cyqlone::qpalm::operator<< (std::ostream &os, SolverStatus s) |