#include <C_BLAS_interface.hh>
Public Types | |
typedef f77_interface_base < real >::gene_matrix | gene_matrix |
typedef f77_interface_base < real >::gene_vector | gene_vector |
Static Public Member Functions | |
static void | aat_product (gene_matrix &A, gene_matrix &X, int N) |
static void | ata_product (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 (real coef, const gene_vector &X, gene_vector &Y, int N) |
static void | matrix_matrix_product (gene_matrix &A, gene_matrix &B, gene_matrix &X, int N) |
static void | matrix_vector_product (gene_matrix &A, gene_vector &B, gene_vector &X, int N) |
static std::string | name (void) |
static void | symv (gene_matrix &A, gene_vector &B, gene_vector &X, int N) |
static void | transposed_matrix_matrix_product (gene_matrix &A, gene_matrix &B, gene_matrix &X, int N) |
Definition at line 76 of file C_BLAS_interface.hh.
typedef f77_interface_base<real>::gene_matrix C_BLAS_interface< real >::gene_matrix |
Reimplemented from f77_interface_base< real >.
Definition at line 80 of file C_BLAS_interface.hh.
typedef f77_interface_base<real>::gene_vector C_BLAS_interface< real >::gene_vector |
Reimplemented from f77_interface_base< real >.
Definition at line 81 of file C_BLAS_interface.hh.
static void C_BLAS_interface< real >::aat_product | ( | gene_matrix & | A, |
gene_matrix & | X, | ||
int | N | ||
) | [inline, static] |
Definition at line 115 of file C_BLAS_interface.hh.
static void C_BLAS_interface< real >::ata_product | ( | gene_matrix & | A, |
gene_matrix & | X, | ||
int | N | ||
) | [inline, static] |
Definition at line 111 of file C_BLAS_interface.hh.
static void C_BLAS_interface< real >::atv_product | ( | gene_matrix & | A, |
gene_vector & | B, | ||
gene_vector & | X, | ||
int | N | ||
) | [inline, static] |
Definition at line 93 of file C_BLAS_interface.hh.
static void C_BLAS_interface< real >::axpby | ( | real | a, |
const gene_vector & | X, | ||
real | b, | ||
gene_vector & | Y, | ||
int | N | ||
) | [inline, static] |
Definition at line 123 of file C_BLAS_interface.hh.
static void C_BLAS_interface< real >::axpy | ( | real | coef, |
const gene_vector & | X, | ||
gene_vector & | Y, | ||
int | N | ||
) | [inline, static] |
Definition at line 119 of file C_BLAS_interface.hh.
static void C_BLAS_interface< real >::matrix_matrix_product | ( | gene_matrix & | A, |
gene_matrix & | B, | ||
gene_matrix & | X, | ||
int | N | ||
) | [inline, static] |
Definition at line 103 of file C_BLAS_interface.hh.
static void C_BLAS_interface< real >::matrix_vector_product | ( | gene_matrix & | A, |
gene_vector & | B, | ||
gene_vector & | X, | ||
int | N | ||
) | [inline, static] |
Definition at line 88 of file C_BLAS_interface.hh.
static std::string C_BLAS_interface< real >::name | ( | void | ) | [inline, static] |
Definition at line 83 of file C_BLAS_interface.hh.
static void C_BLAS_interface< real >::symv | ( | gene_matrix & | A, |
gene_vector & | B, | ||
gene_vector & | X, | ||
int | N | ||
) | [inline, static] |
Definition at line 98 of file C_BLAS_interface.hh.
static void C_BLAS_interface< real >::transposed_matrix_matrix_product | ( | gene_matrix & | A, |
gene_matrix & | B, | ||
gene_matrix & | X, | ||
int | N | ||
) | [inline, static] |
Definition at line 107 of file C_BLAS_interface.hh.