MolSSI Integral Reference Project
Public Types | Static Public Member Functions | List of all members
mirp::callback_helper< 4 > Struct Template Reference

#include <callback_helper4.hpp>

Public Types

typedef cb_integral4 cb_type
 
typedef cb_integral4_str cb_str_type
 
typedef cb_integral4_exact cb_exact_type
 
typedef cb_integral4_single cb_single_type
 
typedef cb_integral4_single_str cb_single_str_type
 
typedef cb_integral4_single_exact cb_single_exact_type
 

Static Public Member Functions

static void call_str (arb_ptr integrals, std::array< int, 4 > &am, std::array< std::array< const char *, 3 >, 4 > &xyz, std::array< int, 4 > &nprim, std::array< int, 4 > &ngeneral, std::array< std::vector< const char *>, 4 > &alpha, std::array< std::vector< const char *>, 4 > &coeff, slong working_prec, cb_str_type cb)
 
static void call (arb_ptr integrals, std::array< int, 4 > &am, std::array< arb_ptr, 4 > &xyz, std::array< int, 4 > &nprim, std::array< int, 4 > &ngeneral, std::array< arb_ptr, 4 > &alpha, std::array< arb_ptr, 4 > &coeff, slong working_prec, cb_type cb)
 
static void call_exact (double *integrals, std::array< int, 4 > &am, std::array< std::array< double, 3 >, 4 > &xyz, std::array< int, 4 > &nprim, std::array< int, 4 > &ngeneral, std::array< std::vector< double >, 4 > &alpha, std::array< std::vector< double >, 4 > &coeff, cb_exact_type cb)
 
static void call_single_arb (arb_t integral, std::array< std::array< int, 3 >, 4 > &lmn, std::array< arb_ptr, 4 > &xyz, std::array< arb_t, 4 > &alpha, slong working_prec, cb_single_type cb)
 
static void call_single_str (arb_t integral, std::array< std::array< int, 3 >, 4 > &lmn, std::array< std::array< const char *, 3 >, 4 > &xyz, std::array< const char *, 4 > &alpha, slong working_prec, cb_single_str_type cb)
 
static void call_single_exact (double *integral, std::array< std::array< int, 3 >, 4 > &lmn, std::array< std::array< double, 3 >, 4 > &xyz, std::array< double, 4 > &alpha, cb_single_exact_type cb)
 

Member Typedef Documentation

◆ cb_exact_type

◆ cb_single_exact_type

◆ cb_single_str_type

◆ cb_single_type

◆ cb_str_type

◆ cb_type

Member Function Documentation

◆ call()

static void mirp::callback_helper< 4 >::call ( arb_ptr  integrals,
std::array< int, 4 > &  am,
std::array< arb_ptr, 4 > &  xyz,
std::array< int, 4 > &  nprim,
std::array< int, 4 > &  ngeneral,
std::array< arb_ptr, 4 > &  alpha,
std::array< arb_ptr, 4 > &  coeff,
slong  working_prec,
cb_type  cb 
)
inlinestatic

◆ call_exact()

static void mirp::callback_helper< 4 >::call_exact ( double *  integrals,
std::array< int, 4 > &  am,
std::array< std::array< double, 3 >, 4 > &  xyz,
std::array< int, 4 > &  nprim,
std::array< int, 4 > &  ngeneral,
std::array< std::vector< double >, 4 > &  alpha,
std::array< std::vector< double >, 4 > &  coeff,
cb_exact_type  cb 
)
inlinestatic

◆ call_single_arb()

static void mirp::callback_helper< 4 >::call_single_arb ( arb_t  integral,
std::array< std::array< int, 3 >, 4 > &  lmn,
std::array< arb_ptr, 4 > &  xyz,
std::array< arb_t, 4 > &  alpha,
slong  working_prec,
cb_single_type  cb 
)
inlinestatic

◆ call_single_exact()

static void mirp::callback_helper< 4 >::call_single_exact ( double *  integral,
std::array< std::array< int, 3 >, 4 > &  lmn,
std::array< std::array< double, 3 >, 4 > &  xyz,
std::array< double, 4 > &  alpha,
cb_single_exact_type  cb 
)
inlinestatic

◆ call_single_str()

static void mirp::callback_helper< 4 >::call_single_str ( arb_t  integral,
std::array< std::array< int, 3 >, 4 > &  lmn,
std::array< std::array< const char *, 3 >, 4 > &  xyz,
std::array< const char *, 4 > &  alpha,
slong  working_prec,
cb_single_str_type  cb 
)
inlinestatic

◆ call_str()

static void mirp::callback_helper< 4 >::call_str ( arb_ptr  integrals,
std::array< int, 4 > &  am,
std::array< std::array< const char *, 3 >, 4 > &  xyz,
std::array< int, 4 > &  nprim,
std::array< int, 4 > &  ngeneral,
std::array< std::vector< const char *>, 4 > &  alpha,
std::array< std::vector< const char *>, 4 > &  coeff,
slong  working_prec,
cb_str_type  cb 
)
inlinestatic

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