![]() |
SOPT
Sparse OPTimisation
|
#include "sopt/config.h"
#include <initializer_list>
#include <memory>
#include <random>
#include <vector>
#include <Eigen/Core>
#include "sopt/linear_transform.h"
#include "sopt/types.h"
Go to the source code of this file.
Classes | |
class | sopt::Sampling |
An operator that samples a set of measurements. More... | |
Namespaces | |
sopt | |
Functions | |
template<typename T > | |
LinearTransform< Vector< T > > | sopt::linear_transform (Sampling const &sampling) |
Returns linear transform version of this object. More... | |