Developer documentation
Version 3.0.3-105-gd3941f44
MR::Math::Sn_scale_estimator< value_type > Class Template Reference

#include "math/Sn_scale_estimator.h"

Public Member Functions

template<class VectorType >
value_type operator() (const VectorType &vec)
 

Protected Attributes

vector< value_type > diff
 
vector< value_type > med_diff
 

Detailed Description

template<typename value_type = default_type>
class MR::Math::Sn_scale_estimator< value_type >

Definition at line 32 of file Sn_scale_estimator.h.

Member Function Documentation

◆ operator()()

template<typename value_type = default_type>
template<class VectorType >
value_type MR::Math::Sn_scale_estimator< value_type >::operator() ( const VectorType &  vec)
inline

Definition at line 35 of file Sn_scale_estimator.h.

Member Data Documentation

◆ diff

template<typename value_type = default_type>
vector<value_type> MR::Math::Sn_scale_estimator< value_type >::diff
protected

Definition at line 48 of file Sn_scale_estimator.h.

◆ med_diff

template<typename value_type = default_type>
vector<value_type> MR::Math::Sn_scale_estimator< value_type >::med_diff
protected

Definition at line 48 of file Sn_scale_estimator.h.


The documentation for this class was generated from the following file: