#include <ublas_interface.hh>
Definition at line 31 of file ublas_interface.hh.
typedef boost::numeric::ublas::matrix<real,boost::numeric::ublas::column_major> ublas_interface< real >::gene_matrix |
Definition at line 40 of file ublas_interface.hh.
typedef boost::numeric::ublas::vector<real> ublas_interface< real >::gene_vector |
Definition at line 41 of file ublas_interface.hh.
typedef real ublas_interface< real >::real_type |
Definition at line 35 of file ublas_interface.hh.
typedef std::vector<stl_vector> ublas_interface< real >::stl_matrix |
Definition at line 38 of file ublas_interface.hh.
typedef std::vector<real> ublas_interface< real >::stl_vector |
Definition at line 37 of file ublas_interface.hh.
static void ublas_interface< real >::aat_product | ( | gene_matrix & | A, |
gene_matrix & | X, | ||
int | N | ||
) | [inline, static] |
Definition at line 130 of file ublas_interface.hh.
static void ublas_interface< real >::ata_product | ( | gene_matrix & | A, |
gene_matrix & | X, | ||
int | N | ||
) | [inline, static] |
Definition at line 125 of file ublas_interface.hh.
static void ublas_interface< real >::atv_product | ( | gene_matrix & | A, |
gene_vector & | B, | ||
gene_vector & | X, | ||
int | N | ||
) | [inline, static] |
Definition at line 109 of file ublas_interface.hh.
static void ublas_interface< real >::axpby | ( | real | a, |
const gene_vector & | X, | ||
real | b, | ||
gene_vector & | Y, | ||
int | N | ||
) | [inline, static] |
Definition at line 121 of file ublas_interface.hh.
static void ublas_interface< real >::axpy | ( | const real | coef, |
const gene_vector & | X, | ||
gene_vector & | Y, | ||
int | N | ||
) | [inline, static] |
Definition at line 117 of file ublas_interface.hh.
static void ublas_interface< real >::axpy_slow | ( | const real | coef, |
const gene_vector & | X, | ||
gene_vector & | Y, | ||
int | N | ||
) | [inline, static] |
Definition at line 99 of file ublas_interface.hh.
static void ublas_interface< real >::copy_matrix | ( | const gene_matrix & | source, |
gene_matrix & | cible, | ||
int | N | ||
) | [inline, static] |
Definition at line 83 of file ublas_interface.hh.
static void ublas_interface< real >::copy_vector | ( | const gene_vector & | source, |
gene_vector & | cible, | ||
int | N | ||
) | [inline, static] |
Definition at line 77 of file ublas_interface.hh.
static void ublas_interface< real >::free_matrix | ( | gene_matrix & | A, |
int | N | ||
) | [inline, static] |
Definition at line 45 of file ublas_interface.hh.
static void ublas_interface< real >::free_vector | ( | gene_vector & | B | ) | [inline, static] |
Definition at line 47 of file ublas_interface.hh.
static void ublas_interface< real >::matrix_from_stl | ( | gene_matrix & | A, |
stl_matrix & | A_stl | ||
) | [inline, static] |
Definition at line 49 of file ublas_interface.hh.
static void ublas_interface< real >::matrix_matrix_product | ( | gene_matrix & | A, |
gene_matrix & | B, | ||
gene_matrix & | X, | ||
int | N | ||
) | [inline, static] |
Definition at line 113 of file ublas_interface.hh.
static void ublas_interface< real >::matrix_matrix_product_slow | ( | gene_matrix & | A, |
gene_matrix & | B, | ||
gene_matrix & | X, | ||
int | N | ||
) | [inline, static] |
Definition at line 95 of file ublas_interface.hh.
static void ublas_interface< real >::matrix_to_stl | ( | gene_matrix & | A, |
stl_matrix & | A_stl | ||
) | [inline, static] |
Definition at line 67 of file ublas_interface.hh.
static void ublas_interface< real >::matrix_vector_product | ( | gene_matrix & | A, |
gene_vector & | B, | ||
gene_vector & | X, | ||
int | N | ||
) | [inline, static] |
Definition at line 105 of file ublas_interface.hh.
static void ublas_interface< real >::matrix_vector_product_slow | ( | gene_matrix & | A, |
gene_vector & | B, | ||
gene_vector & | X, | ||
int | N | ||
) | [inline, static] |
Definition at line 91 of file ublas_interface.hh.
static std::string ublas_interface< real >::name | ( | void | ) | [inline, static] |
Definition at line 43 of file ublas_interface.hh.
static void ublas_interface< real >::trisolve_lower | ( | const gene_matrix & | L, |
const gene_vector & | B, | ||
gene_vector & | X, | ||
int | N | ||
) | [inline, static] |
Definition at line 135 of file ublas_interface.hh.
static void ublas_interface< real >::vector_from_stl | ( | gene_vector & | B, |
stl_vector & | B_stl | ||
) | [inline, static] |
Definition at line 56 of file ublas_interface.hh.
static void ublas_interface< real >::vector_to_stl | ( | gene_vector & | B, |
stl_vector & | B_stl | ||
) | [inline, static] |
Definition at line 62 of file ublas_interface.hh.