#include <gmm_interface.hh>
Definition at line 27 of file gmm_interface.hh.
typedef gmm::dense_matrix<real> gmm_interface< real >::gene_matrix |
Definition at line 36 of file gmm_interface.hh.
typedef stl_vector gmm_interface< real >::gene_vector |
Definition at line 37 of file gmm_interface.hh.
typedef real gmm_interface< real >::real_type |
Definition at line 31 of file gmm_interface.hh.
typedef std::vector<stl_vector > gmm_interface< real >::stl_matrix |
Definition at line 34 of file gmm_interface.hh.
typedef std::vector<real> gmm_interface< real >::stl_vector |
Definition at line 33 of file gmm_interface.hh.
static void gmm_interface< real >::aat_product | ( | const gene_matrix & | A, |
gene_matrix & | X, | ||
int | N | ||
) | [inline, static] |
Definition at line 93 of file gmm_interface.hh.
static void gmm_interface< real >::ata_product | ( | const gene_matrix & | A, |
gene_matrix & | X, | ||
int | N | ||
) | [inline, static] |
Definition at line 89 of file gmm_interface.hh.
static void gmm_interface< real >::atv_product | ( | gene_matrix & | A, |
gene_vector & | B, | ||
gene_vector & | X, | ||
int | N | ||
) | [inline, static] |
Definition at line 101 of file gmm_interface.hh.
static void gmm_interface< real >::axpby | ( | real | a, |
const gene_vector & | X, | ||
real | b, | ||
gene_vector & | Y, | ||
int | N | ||
) | [inline, static] |
Definition at line 109 of file gmm_interface.hh.
static void gmm_interface< real >::axpy | ( | const real | coef, |
const gene_vector & | X, | ||
gene_vector & | Y, | ||
int | N | ||
) | [inline, static] |
Definition at line 105 of file gmm_interface.hh.
static void gmm_interface< real >::copy_matrix | ( | const gene_matrix & | source, |
gene_matrix & | cible, | ||
int | N | ||
) | [inline, static] |
Definition at line 113 of file gmm_interface.hh.
static void gmm_interface< real >::copy_vector | ( | const gene_vector & | source, |
gene_vector & | cible, | ||
int | N | ||
) | [inline, static] |
Definition at line 117 of file gmm_interface.hh.
static void gmm_interface< real >::free_matrix | ( | gene_matrix & | A, |
int | N | ||
) | [inline, static] |
Definition at line 44 of file gmm_interface.hh.
static void gmm_interface< real >::free_vector | ( | gene_vector & | B | ) | [inline, static] |
Definition at line 48 of file gmm_interface.hh.
static void gmm_interface< real >::hessenberg | ( | const gene_matrix & | X, |
gene_matrix & | R, | ||
int | N | ||
) | [inline, static] |
Definition at line 132 of file gmm_interface.hh.
static void gmm_interface< real >::lu_decomp | ( | const gene_matrix & | X, |
gene_matrix & | R, | ||
int | N | ||
) | [inline, static] |
Definition at line 126 of file gmm_interface.hh.
static void gmm_interface< real >::matrix_from_stl | ( | gene_matrix & | A, |
stl_matrix & | A_stl | ||
) | [inline, static] |
Definition at line 52 of file gmm_interface.hh.
static void gmm_interface< real >::matrix_matrix_product | ( | const gene_matrix & | A, |
const gene_matrix & | B, | ||
gene_matrix & | X, | ||
int | N | ||
) | [inline, static] |
Definition at line 81 of file gmm_interface.hh.
static void gmm_interface< real >::matrix_to_stl | ( | gene_matrix & | A, |
stl_matrix & | A_stl | ||
) | [inline, static] |
Definition at line 70 of file gmm_interface.hh.
static void gmm_interface< real >::matrix_vector_product | ( | gene_matrix & | A, |
gene_vector & | B, | ||
gene_vector & | X, | ||
int | N | ||
) | [inline, static] |
Definition at line 97 of file gmm_interface.hh.
static std::string gmm_interface< real >::name | ( | void | ) | [inline, static] |
Definition at line 39 of file gmm_interface.hh.
static void gmm_interface< real >::transposed_matrix_matrix_product | ( | const gene_matrix & | A, |
const gene_matrix & | B, | ||
gene_matrix & | X, | ||
int | N | ||
) | [inline, static] |
Definition at line 85 of file gmm_interface.hh.
static void gmm_interface< real >::tridiagonalization | ( | const gene_matrix & | X, |
gene_matrix & | R, | ||
int | N | ||
) | [inline, static] |
Definition at line 137 of file gmm_interface.hh.
static void gmm_interface< real >::trisolve_lower | ( | const gene_matrix & | L, |
const gene_vector & | B, | ||
gene_vector & | X, | ||
int | N | ||
) | [inline, static] |
Definition at line 121 of file gmm_interface.hh.
static void gmm_interface< real >::vector_from_stl | ( | gene_vector & | B, |
stl_vector & | B_stl | ||
) | [inline, static] |
Definition at line 62 of file gmm_interface.hh.
static void gmm_interface< real >::vector_to_stl | ( | gene_vector & | B, |
stl_vector & | B_stl | ||
) | [inline, static] |
Definition at line 66 of file gmm_interface.hh.