![]() |
SOPT
Sparse OPTimisation
|
#include "sopt/config.h"
#include <limits>
#include <type_traits>
#include "sopt/logging.h"
#include "sopt/maths.h"
#include "sopt/types.h"
#include "sopt/wrapper.h"
Go to the source code of this file.
Classes | |
class | sopt::ConjugateGradient |
Solves $Ax = b$ for $x$, given $A$ and $b$. More... | |
struct | sopt::ConjugateGradient::Diagnostic |
Values indicating how the algorithm ran. More... | |
struct | sopt::ConjugateGradient::DiagnosticAndResult< T > |
Values indicating how the algorithm ran and its result;. More... | |
Namespaces | |
sopt | |