flexiblesusy is hosted by Hepforge, IPPP Durham
FlexibleSUSY
flexiblesusy::AnyNumericalMatching Class Reference

#include <lattice_numerical_constraint.hpp>

Inheritance diagram for flexiblesusy::AnyNumericalMatching:
Inheritance graph
Collaboration diagram for flexiblesusy::AnyNumericalMatching:
Collaboration graph

Public Member Functions

 AnyNumericalMatching (std::vector< size_t > depL, std::vector< size_t > depH, std::function< Real(const AnyNumericalMatching *, const Real *w, const Real *x)> fxn, Real epsilon=default_epsilon)
 
- Public Member Functions inherited from flexiblesusy::NumericalMatching
virtual void init (RGFlow< Lattice > *flow)
 
void init (RGFlow< Lattice > *flow, size_t lower_theory)
 
void init (RGFlow< Lattice > *flow, size_t lower_theory)
 
virtual void init (RGFlow< Lattice > *flow, size_t lower_theory)
 
 NumericalMatching (std::vector< size_t > depL, std::vector< size_t > depH, Real epsilon=default_epsilon)
 
void operator() ()
 
- Public Member Functions inherited from flexiblesusy::ForeignMatching
void alloc_rows ()
 
 ForeignMatching (size_t nrows)
 
virtual void init (RGFlow< Lattice > *flow)
 
void init (RGFlow< Lattice > *flow, size_t lower_theory)
 
virtual void init (RGFlow< Lattice > *flow, size_t lower_theory)
 
- Public Member Functions inherited from flexiblesusy::Matching< Lattice >
virtual void init (RGFlow< Lattice > *flow)
 
virtual void init (RGFlow< Lattice > *flow, size_t lower_theory)
 
virtual void relocate (const std::vector< std::vector< size_t > > &)
 
- Public Member Functions inherited from flexiblesusy::Lattice_constraint
virtual void alloc_rows ()=0
 
virtual void deactivate ()
 
virtual void free_rows ()
 
virtual void init (RGFlow< Lattice > *flow)
 
virtual void operator() ()=0
 
virtual void relocate (const std::vector< std::vector< size_t > > &site_maps)=0
 
virtual ~Lattice_constraint ()=default
 

Protected Member Functions

Real c (const Real *w, const Real *x) const
 
virtual Real c (const Real *w, const Real *x) const =0
 
- Protected Member Functions inherited from flexiblesusy::ForeignMatching
void copy_row (size_t r)
 
void set_w_x ()
 
- Protected Member Functions inherited from flexiblesusy::Matching< Lattice >
RealA (size_t r, size_t To, size_t j)
 
size_t m (size_t To) const
 
void ralloc (size_t nrows)
 
Real u (size_t To, size_t i) const
 
Real x (size_t To, size_t i) const
 
Real y (size_t To, size_t i) const
 
Realz (size_t r)
 
- Protected Member Functions inherited from flexiblesusy::Lattice_constraint
RealA (size_t r, size_t T, size_t m, size_t j)
 
virtual void activate ()
 
void ralloc (size_t nrows, size_t T, size_t m, size_t span)
 
void rfree ()
 
Real u (size_t T, size_t i) const
 
Real x (size_t T, size_t m, size_t i) const
 
Real y (size_t T, size_t m, size_t i) const
 
Realz (size_t r)
 

Private Attributes

std::function< Real(const AnyNumericalMatching *, const Real *w, const Real *x)> fxn_
 

Additional Inherited Members

- Public Attributes inherited from flexiblesusy::Lattice_constraint
RGFlow< Lattice > * f
 
- Static Public Attributes inherited from flexiblesusy::NumericalConstraintCommon
static constexpr Real default_epsilon = 1e-8
 
- Protected Attributes inherited from flexiblesusy::ForeignMatching
Real rhs
 
RVec row
 
RVec w
 
RVec x
 
- Protected Attributes inherited from flexiblesusy::Matching< Lattice >
size_t TL
 

Detailed Description

Definition at line 79 of file lattice_numerical_constraint.hpp.

Constructor & Destructor Documentation

◆ AnyNumericalMatching()

flexiblesusy::AnyNumericalMatching::AnyNumericalMatching ( std::vector< size_t >  depL,
std::vector< size_t >  depH,
std::function< Real(const AnyNumericalMatching *, const Real *w, const Real *x)>  fxn,
Real  epsilon = default_epsilon 
)
inline

Definition at line 81 of file lattice_numerical_constraint.hpp.

Member Function Documentation

◆ c()

Real flexiblesusy::AnyNumericalMatching::c ( const Real w,
const Real x 
) const
inlineprotectedvirtual

Member Data Documentation

◆ fxn_

std::function<Real(const AnyNumericalMatching *, const Real *w, const Real *x)> flexiblesusy::AnyNumericalMatching::fxn_
private

Definition at line 92 of file lattice_numerical_constraint.hpp.

Referenced by c().


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