#include <mtl4_interface.hh>
Public Types | |
typedef mtl::dense2D< real, mtl::matrix::parameters < mtl::tag::col_major > > | gene_matrix |
typedef mtl::dense_vector< real > | gene_vector |
typedef real | real_type |
typedef std::vector< stl_vector > | stl_matrix |
typedef std::vector< real > | stl_vector |
Static Public Member Functions | |
static void | aat_product (const gene_matrix &A, gene_matrix &X, int N) |
static void | ata_product (const gene_matrix &A, gene_matrix &X, int N) |
static void | atv_product (gene_matrix &A, gene_vector &B, gene_vector &X, int N) |
static void | axpby (real a, const gene_vector &X, real b, gene_vector &Y, int N) |
static void | axpy (const real coef, const gene_vector &X, gene_vector &Y, int N) |
static void | copy_matrix (const gene_matrix &source, gene_matrix &cible, int N) |
static void | copy_vector (const gene_vector &source, gene_vector &cible, int N) |
static void | free_matrix (gene_matrix &A, int N) |
static void | free_vector (gene_vector &B) |
static void | matrix_from_stl (gene_matrix &A, stl_matrix &A_stl) |
static void | matrix_matrix_product (const gene_matrix &A, const gene_matrix &B, gene_matrix &X, int N) |
static void | matrix_to_stl (gene_matrix &A, stl_matrix &A_stl) |
static void | matrix_vector_product (gene_matrix &A, gene_vector &B, gene_vector &X, int N) |
static std::string | name () |
static void | transposed_matrix_matrix_product (const gene_matrix &A, const gene_matrix &B, gene_matrix &X, int N) |
static void | trisolve_lower (const gene_matrix &L, const gene_vector &B, gene_vector &X, int N) |
static void | vector_from_stl (gene_vector &B, stl_vector &B_stl) |
static void | vector_to_stl (gene_vector &B, stl_vector &B_stl) |
Definition at line 29 of file mtl4_interface.hh.
typedef mtl::dense2D<real, mtl::matrix::parameters<mtl::tag::col_major> > mtl4_interface< real >::gene_matrix |
Definition at line 38 of file mtl4_interface.hh.
typedef mtl::dense_vector<real> mtl4_interface< real >::gene_vector |
Definition at line 39 of file mtl4_interface.hh.
typedef real mtl4_interface< real >::real_type |
Definition at line 33 of file mtl4_interface.hh.
typedef std::vector<stl_vector > mtl4_interface< real >::stl_matrix |
Definition at line 36 of file mtl4_interface.hh.
typedef std::vector<real> mtl4_interface< real >::stl_vector |
Definition at line 35 of file mtl4_interface.hh.
static void mtl4_interface< real >::aat_product | ( | const gene_matrix & | A, |
gene_matrix & | X, | ||
int | N | ||
) | [inline, static] |
Definition at line 99 of file mtl4_interface.hh.
static void mtl4_interface< real >::ata_product | ( | const gene_matrix & | A, |
gene_matrix & | X, | ||
int | N | ||
) | [inline, static] |
Definition at line 95 of file mtl4_interface.hh.
static void mtl4_interface< real >::atv_product | ( | gene_matrix & | A, |
gene_vector & | B, | ||
gene_vector & | X, | ||
int | N | ||
) | [inline, static] |
Definition at line 107 of file mtl4_interface.hh.
static void mtl4_interface< real >::axpby | ( | real | a, |
const gene_vector & | X, | ||
real | b, | ||
gene_vector & | Y, | ||
int | N | ||
) | [inline, static] |
Definition at line 115 of file mtl4_interface.hh.
static void mtl4_interface< real >::axpy | ( | const real | coef, |
const gene_vector & | X, | ||
gene_vector & | Y, | ||
int | N | ||
) | [inline, static] |
Definition at line 111 of file mtl4_interface.hh.
static void mtl4_interface< real >::copy_matrix | ( | const gene_matrix & | source, |
gene_matrix & | cible, | ||
int | N | ||
) | [inline, static] |
Definition at line 134 of file mtl4_interface.hh.
static void mtl4_interface< real >::copy_vector | ( | const gene_vector & | source, |
gene_vector & | cible, | ||
int | N | ||
) | [inline, static] |
Definition at line 138 of file mtl4_interface.hh.
static void mtl4_interface< real >::free_matrix | ( | gene_matrix & | A, |
int | N | ||
) | [inline, static] |
Definition at line 43 of file mtl4_interface.hh.
static void mtl4_interface< real >::free_vector | ( | gene_vector & | B | ) | [inline, static] |
Definition at line 47 of file mtl4_interface.hh.
static void mtl4_interface< real >::matrix_from_stl | ( | gene_matrix & | A, |
stl_matrix & | A_stl | ||
) | [inline, static] |
Definition at line 51 of file mtl4_interface.hh.
static void mtl4_interface< real >::matrix_matrix_product | ( | const gene_matrix & | A, |
const gene_matrix & | B, | ||
gene_matrix & | X, | ||
int | N | ||
) | [inline, static] |
Definition at line 84 of file mtl4_interface.hh.
static void mtl4_interface< real >::matrix_to_stl | ( | gene_matrix & | A, |
stl_matrix & | A_stl | ||
) | [inline, static] |
Definition at line 74 of file mtl4_interface.hh.
static void mtl4_interface< real >::matrix_vector_product | ( | gene_matrix & | A, |
gene_vector & | B, | ||
gene_vector & | X, | ||
int | N | ||
) | [inline, static] |
Definition at line 103 of file mtl4_interface.hh.
static std::string mtl4_interface< real >::name | ( | void | ) | [inline, static] |
Definition at line 41 of file mtl4_interface.hh.
static void mtl4_interface< real >::transposed_matrix_matrix_product | ( | const gene_matrix & | A, |
const gene_matrix & | B, | ||
gene_matrix & | X, | ||
int | N | ||
) | [inline, static] |
Definition at line 91 of file mtl4_interface.hh.
static void mtl4_interface< real >::trisolve_lower | ( | const gene_matrix & | L, |
const gene_vector & | B, | ||
gene_vector & | X, | ||
int | N | ||
) | [inline, static] |
Definition at line 130 of file mtl4_interface.hh.
static void mtl4_interface< real >::vector_from_stl | ( | gene_vector & | B, |
stl_vector & | B_stl | ||
) | [inline, static] |
Definition at line 61 of file mtl4_interface.hh.
static void mtl4_interface< real >::vector_to_stl | ( | gene_vector & | B, |
stl_vector & | B_stl | ||
) | [inline, static] |
Definition at line 68 of file mtl4_interface.hh.