6#ifndef aglowavEstimator_hh
7#define aglowavEstimator_hh
13#include "function/vector.hh"
33 template <
class F = concepts::Real>
63 : maxdim_(maxdim), trshld_(trshld), spc_(spc) {
64 ref_ = (maxdim_ > spc_.dim()) ? 1 : 0;
87 template <
class F = concepts::Real>
123 : maxdim_(maxdim), trshld2_(trshld*trshld), s_(s), spc_(spc) {
125 ref_ = (maxdim_ > spc_.dim()) ? 1 : 0;
127 std::cout <<
"Uuups really s > 1.0 ??" << std::endl;
145 template <
class F = concepts::Real>
175 : maxdim_(maxdim), trshld_(trshld), spc_(spc) {
176 ref_ = (maxdim_ > spc_.dim()) ? 1 : 0;
192 template <
class F = concepts::Real>
224 : maxdim_(maxdim), trshld2_(trshld*trshld), s_(s), spc_(spc) {
225 ref_ = (maxdim_ > spc_.dim()) ? 1 : 0;
void operator()(const Haar3d< F > &wavspc, const concepts::Function< F > &f)
Est01(bem::AdaptiveSpace< F > &spc, uint maxdim, concepts::Real trshld)
Constructor.
void operator()(const Haar3d< F > &wavspc, const concepts::Function< F > &f)
void operator()(const Haar3d< F > &wavspc, const concepts::Vector< F > &f)
Est02(bem::AdaptiveSpace< F > &spc, uint maxdim, concepts::Real trshld, concepts::Real s=1.0)
Est03(bem::AdaptiveSpace< F > &spc, uint maxdim, concepts::Real trshld)
Constructor.
void operator()(const Haar3d< F > &wavspc, const concepts::Function< F > &f)
void operator()(const Haar3d< F > &wavspc, const concepts::Vector< F > &f)
void operator()(const Haar3d< F > &wavspc, const concepts::Function< F > &f)
Est04(bem::AdaptiveSpace< F > &spc, uint maxdim, concepts::Real trshld, concepts::Real s=1.0)
Constructor.