![]() |
SOPT
Sparse OPTimisation
|
#include "sopt/config.h"
#include <random>
#include "sopt/linear_transform.h"
#include "sopt/types.h"
Go to the source code of this file.
Namespaces | |
sopt | |
Functions | |
template<typename T > | |
Vector< T > | sopt::target (sopt::LinearTransform< Vector< T >> const &sampling, sopt::Image< T > const &image) |
template<typename T > | |
real_type< T >::type | sopt::sigma (sopt::LinearTransform< Vector< T >> const &sampling, sopt::Image< T > const &image) |
template<typename T , typename RANDOM > | |
Vector< T > | sopt::dirty (sopt::LinearTransform< Vector< T >> const &sampling, sopt::Image< T > const &image, RANDOM &mersenne) |
template<typename T > | |
real_type< T >::type | sopt::epsilon (sopt::LinearTransform< Vector< T >> const &sampling, sopt::Image< T > const &image) |