#include <tvmet_interface.hh>
Definition at line 32 of file tvmet_interface.hh.
typedef Matrix<real,SIZE,SIZE> tvmet_interface< real, SIZE >::gene_matrix |
Definition at line 42 of file tvmet_interface.hh.
typedef Vector<real,SIZE> tvmet_interface< real, SIZE >::gene_vector |
Definition at line 41 of file tvmet_interface.hh.
typedef real tvmet_interface< real, SIZE >::real_type |
Definition at line 36 of file tvmet_interface.hh.
typedef std::vector<stl_vector > tvmet_interface< real, SIZE >::stl_matrix |
Definition at line 39 of file tvmet_interface.hh.
typedef std::vector<real> tvmet_interface< real, SIZE >::stl_vector |
Definition at line 38 of file tvmet_interface.hh.
static void tvmet_interface< real, SIZE >::atv_product | ( | gene_matrix & | A, |
gene_vector & | B, | ||
gene_vector & | X, | ||
int | N | ||
) | [inline, static] |
Definition at line 93 of file tvmet_interface.hh.
static void tvmet_interface< real, SIZE >::axpy | ( | const real | coef, |
const gene_vector & | X, | ||
gene_vector & | Y, | ||
int | N | ||
) | [inline, static] |
Definition at line 97 of file tvmet_interface.hh.
static void tvmet_interface< real, SIZE >::copy_matrix | ( | const gene_matrix & | source, |
gene_matrix & | cible, | ||
int | N | ||
) | [inline, static] |
Definition at line 77 of file tvmet_interface.hh.
static void tvmet_interface< real, SIZE >::copy_vector | ( | const gene_vector & | source, |
gene_vector & | cible, | ||
int | N | ||
) | [inline, static] |
Definition at line 81 of file tvmet_interface.hh.
static void tvmet_interface< real, SIZE >::free_matrix | ( | gene_matrix & | A, |
int | N | ||
) | [inline, static] |
Definition at line 46 of file tvmet_interface.hh.
static void tvmet_interface< real, SIZE >::free_vector | ( | gene_vector & | B | ) | [inline, static] |
Definition at line 48 of file tvmet_interface.hh.
static void tvmet_interface< real, SIZE >::matrix_from_stl | ( | gene_matrix & | A, |
stl_matrix & | A_stl | ||
) | [inline, static] |
Definition at line 50 of file tvmet_interface.hh.
static void tvmet_interface< real, SIZE >::matrix_matrix_product | ( | const gene_matrix & | A, |
const gene_matrix & | B, | ||
gene_matrix & | X, | ||
int | N | ||
) | [inline, static] |
Definition at line 85 of file tvmet_interface.hh.
static void tvmet_interface< real, SIZE >::matrix_to_stl | ( | gene_matrix & | A, |
stl_matrix & | A_stl | ||
) | [inline, static] |
Definition at line 67 of file tvmet_interface.hh.
static void tvmet_interface< real, SIZE >::matrix_vector_product | ( | gene_matrix & | A, |
gene_vector & | B, | ||
gene_vector & | X, | ||
int | N | ||
) | [inline, static] |
Definition at line 89 of file tvmet_interface.hh.
static std::string tvmet_interface< real, SIZE >::name | ( | void | ) | [inline, static] |
Definition at line 44 of file tvmet_interface.hh.
static void tvmet_interface< real, SIZE >::vector_from_stl | ( | gene_vector & | B, |
stl_vector & | B_stl | ||
) | [inline, static] |
Definition at line 56 of file tvmet_interface.hh.
static void tvmet_interface< real, SIZE >::vector_to_stl | ( | gene_vector & | B, |
stl_vector & | B_stl | ||
) | [inline, static] |
Definition at line 61 of file tvmet_interface.hh.