ergo
|
Code for conversion between integrals computed for Hermite Gaussians and Cartesian Gaussians, using saved information from a preparatory step that can be done once and re-used many times. More...
#include <cstring>
#include "realtype.h"
#include "polydegree.h"
#include "monomial_info.h"
#include "simple_sparse_mat.h"
Go to the source code of this file.
Classes | |
struct | hermite_conversion_contrib_struct |
struct | hermite_conversion_element_struct |
class | hermite_conversion_info_struct |
Typedefs | |
typedef hermite_conversion_contrib_struct * | hermite_conversion_contrib_struct_ptr |
typedef hermite_conversion_element_struct * | hermite_conversion_element_struct_ptr |
Variables | |
const int | HERMITE_CONVERSION_MAX_N = BASIS_FUNC_POLY_MAX_DEGREE*2 |
Code for conversion between integrals computed for Hermite Gaussians and Cartesian Gaussians, using saved information from a preparatory step that can be done once and re-used many times.
const int HERMITE_CONVERSION_MAX_N = BASIS_FUNC_POLY_MAX_DEGREE*2 |
Referenced by hermite_conversion_info_struct::assign_from_buffer(), hermite_conversion_info_struct::clear_lists(), hermite_conversion_info_struct::get_size(), hermite_conversion_info_struct::hermite_conversion_info_struct(), hermite_conversion_info_struct::init(), hermite_conversion_info_struct::write_to_buffer(), and hermite_conversion_info_struct::~hermite_conversion_info_struct().