alpaqa guanaqo
Nonconvex constrained optimization
Loading...
Searching...
No Matches
nuclear-norm.hpp File Reference
#include <alpaqa/config/config.hpp>
#include <alpaqa/functions/prox.hpp>
#include <Eigen/SVD>
Include dependency graph for nuclear-norm.hpp:

Go to the source code of this file.

Classes

struct  NuclearNorm< Conf, SVD >
 Nuclear norm (ℓ₁-norm of singular values). More...

Namespaces

namespace  alpaqa
namespace  alpaqa::functions

Typedefs

template<Config Conf>
using DefaultSVD = Eigen::BDCSVD<typename Conf::mat>