#include <blitz_interface.hh>
Definition at line 34 of file blitz_interface.hh.
typedef blitz::Array<real, 2> blitz_interface< real >::gene_matrix |
Reimplemented in blitz_LU_solve_interface< real >, blitz_LU_solve_interface< real >, and blitz_LU_solve_interface< real >.
Definition at line 43 of file blitz_interface.hh.
typedef blitz::Array<real, 1> blitz_interface< real >::gene_vector |
Reimplemented in blitz_LU_solve_interface< real >, blitz_LU_solve_interface< real >, and blitz_LU_solve_interface< real >.
Definition at line 44 of file blitz_interface.hh.
typedef real blitz_interface< real >::real_type |
Definition at line 38 of file blitz_interface.hh.
typedef std::vector<stl_vector > blitz_interface< real >::stl_matrix |
Definition at line 41 of file blitz_interface.hh.
typedef std::vector<real> blitz_interface< real >::stl_vector |
Definition at line 40 of file blitz_interface.hh.
static void blitz_interface< real >::aat_product | ( | const gene_matrix & | A, |
gene_matrix & | X, | ||
int | N | ||
) | [inline, static] |
Definition at line 101 of file blitz_interface.hh.
static void blitz_interface< real >::ata_product | ( | const gene_matrix & | A, |
gene_matrix & | X, | ||
int | N | ||
) | [inline, static] |
Definition at line 93 of file blitz_interface.hh.
static void blitz_interface< real >::atv_product | ( | gene_matrix & | A, |
gene_vector & | B, | ||
gene_vector & | X, | ||
int | N | ||
) | [inline, static] |
Definition at line 116 of file blitz_interface.hh.
static void blitz_interface< real >::axpy | ( | const real | coef, |
const gene_vector & | X, | ||
gene_vector & | Y, | ||
int | N | ||
) | [inline, static] |
Definition at line 123 of file blitz_interface.hh.
static void blitz_interface< real >::copy_matrix | ( | const gene_matrix & | source, |
gene_matrix & | cible, | ||
int | N | ||
) | [inline, static] |
Definition at line 130 of file blitz_interface.hh.
static void blitz_interface< real >::copy_vector | ( | const gene_vector & | source, |
gene_vector & | cible, | ||
int | N | ||
) | [inline, static] |
Definition at line 140 of file blitz_interface.hh.
static void blitz_interface< real >::free_matrix | ( | gene_matrix & | A, |
int | N | ||
) | [inline, static] |
Definition at line 50 of file blitz_interface.hh.
static void blitz_interface< real >::free_vector | ( | gene_vector & | B | ) | [inline, static] |
Definition at line 52 of file blitz_interface.hh.
static void blitz_interface< real >::matrix_from_stl | ( | gene_matrix & | A, |
stl_matrix & | A_stl | ||
) | [inline, static] |
Definition at line 54 of file blitz_interface.hh.
static void blitz_interface< real >::matrix_matrix_product | ( | const gene_matrix & | A, |
const gene_matrix & | B, | ||
gene_matrix & | X, | ||
int | N | ||
) | [inline, static] |
Definition at line 85 of file blitz_interface.hh.
static void blitz_interface< real >::matrix_to_stl | ( | gene_matrix & | A, |
stl_matrix & | A_stl | ||
) | [inline, static] |
Definition at line 76 of file blitz_interface.hh.
static void blitz_interface< real >::matrix_vector_product | ( | gene_matrix & | A, |
gene_vector & | B, | ||
gene_vector & | X, | ||
int | N | ||
) | [inline, static] |
Definition at line 109 of file blitz_interface.hh.
static std::string blitz_interface< real >::name | ( | void | ) | [inline, static] |
Definition at line 48 of file blitz_interface.hh.
static void blitz_interface< real >::vector_from_stl | ( | gene_vector & | B, |
stl_vector & | B_stl | ||
) | [inline, static] |
Definition at line 63 of file blitz_interface.hh.
static void blitz_interface< real >::vector_to_stl | ( | gene_vector & | B, |
stl_vector & | B_stl | ||
) | [inline, static] |
Definition at line 70 of file blitz_interface.hh.