#include <STL_algo_interface.hh>
Classes | |
class | somme |
class | vector_generator |
Public Types | |
typedef stl_matrix | gene_matrix |
typedef stl_vector | 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 | atv_product (const gene_matrix &A, const gene_vector &B, gene_vector &X, int N) |
static void | axpy (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_to_stl (gene_matrix &A, stl_matrix &A_stl) |
static std::string | name (void) |
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 30 of file STL_algo_interface.hh.
typedef stl_matrix STL_algo_interface< real >::gene_matrix |
Definition at line 39 of file STL_algo_interface.hh.
typedef stl_vector STL_algo_interface< real >::gene_vector |
Definition at line 41 of file STL_algo_interface.hh.
typedef real STL_algo_interface< real >::real_type |
Definition at line 34 of file STL_algo_interface.hh.
typedef std::vector<stl_vector > STL_algo_interface< real >::stl_matrix |
Definition at line 37 of file STL_algo_interface.hh.
typedef std::vector<real> STL_algo_interface< real >::stl_vector |
Definition at line 36 of file STL_algo_interface.hh.
static void STL_algo_interface< real >::atv_product | ( | const gene_matrix & | A, |
const gene_vector & | B, | ||
gene_vector & | X, | ||
int | N | ||
) | [inline, static] |
Definition at line 126 of file STL_algo_interface.hh.
static void STL_algo_interface< real >::axpy | ( | real | coef, |
const gene_vector & | X, | ||
gene_vector & | Y, | ||
int | N | ||
) | [inline, static] |
Definition at line 131 of file STL_algo_interface.hh.
static void STL_algo_interface< real >::copy_matrix | ( | const gene_matrix & | source, |
gene_matrix & | cible, | ||
int | N | ||
) | [inline, static] |
Definition at line 73 of file STL_algo_interface.hh.
static void STL_algo_interface< real >::copy_vector | ( | const gene_vector & | source, |
gene_vector & | cible, | ||
int | N | ||
) | [inline, static] |
Definition at line 68 of file STL_algo_interface.hh.
static void STL_algo_interface< real >::free_matrix | ( | gene_matrix & | A, |
int | N | ||
) | [inline, static] |
Definition at line 48 of file STL_algo_interface.hh.
static void STL_algo_interface< real >::free_vector | ( | gene_vector & | B | ) | [inline, static] |
Definition at line 50 of file STL_algo_interface.hh.
static void STL_algo_interface< real >::matrix_from_stl | ( | gene_matrix & | A, |
stl_matrix & | A_stl | ||
) | [inline, static] |
Definition at line 52 of file STL_algo_interface.hh.
static void STL_algo_interface< real >::matrix_to_stl | ( | gene_matrix & | A, |
stl_matrix & | A_stl | ||
) | [inline, static] |
Definition at line 64 of file STL_algo_interface.hh.
static std::string STL_algo_interface< real >::name | ( | void | ) | [inline, static] |
Definition at line 43 of file STL_algo_interface.hh.
static void STL_algo_interface< real >::vector_from_stl | ( | gene_vector & | B, |
stl_vector & | B_stl | ||
) | [inline, static] |
Definition at line 56 of file STL_algo_interface.hh.
static void STL_algo_interface< real >::vector_to_stl | ( | gene_vector & | B, |
stl_vector & | B_stl | ||
) | [inline, static] |
Definition at line 60 of file STL_algo_interface.hh.