|
ergo
|
Code for explicitly computing the matrix for conversion between integrals computed for Hermite Gaussians and Cartesian Gaussians, for given nmax and exponent values. More...
#include <stdio.h>#include <stdlib.h>#include <memory.h>#include <cmath>#include "hermite_conversion_symb.h"#include "mat_gblas.h"Functions | |
| int | get_hermite_conversion_matrix (const monomial_info_struct *monomial_info, int nmax, int inverseFlag, ergo_real exponent, ergo_real *result) |
Code for explicitly computing the matrix for conversion between integrals computed for Hermite Gaussians and Cartesian Gaussians, for given nmax and exponent values.
| int get_hermite_conversion_matrix | ( | const monomial_info_struct * | monomial_info, |
| int | nmax, | ||
| int | inverseFlag, | ||
| ergo_real | exponent, | ||
| ergo_real * | result ) |