#include <C_BLAS_interface.hh>
Definition at line 141 of file C_BLAS_interface.hh.
static void C_BLAS_interface< float >::aat_product | ( | gene_matrix & | A, |
gene_matrix & | X, | ||
int | N | ||
) | [inline, static] |
Definition at line 223 of file C_BLAS_interface.hh.
static void C_BLAS_interface< float >::ata_product | ( | gene_matrix & | A, |
gene_matrix & | X, | ||
int | N | ||
) | [inline, static] |
Definition at line 215 of file C_BLAS_interface.hh.
static void C_BLAS_interface< float >::atv_product | ( | gene_matrix & | A, |
gene_vector & | B, | ||
gene_vector & | X, | ||
int | N | ||
) | [inline, static] |
Definition at line 191 of file C_BLAS_interface.hh.
static void C_BLAS_interface< float >::axpby | ( | float | a, |
const gene_vector & | X, | ||
float | b, | ||
gene_vector & | Y, | ||
int | N | ||
) | [inline, static] |
Definition at line 239 of file C_BLAS_interface.hh.
static void C_BLAS_interface< float >::axpy | ( | float | coef, |
const gene_vector & | X, | ||
gene_vector & | Y, | ||
int | N | ||
) | [inline, static] |
Definition at line 231 of file C_BLAS_interface.hh.
static void C_BLAS_interface< float >::cholesky | ( | const gene_matrix & | X, |
gene_matrix & | C, | ||
int | N | ||
) | [inline, static] |
Definition at line 249 of file C_BLAS_interface.hh.
static void C_BLAS_interface< float >::ger | ( | gene_matrix & | A, |
gene_vector & | X, | ||
gene_vector & | Y, | ||
int | N | ||
) | [inline, static] |
Definition at line 175 of file C_BLAS_interface.hh.
static void C_BLAS_interface< float >::matrix_matrix_product | ( | gene_matrix & | A, |
gene_matrix & | B, | ||
gene_matrix & | X, | ||
int | N | ||
) | [inline, static] |
Definition at line 199 of file C_BLAS_interface.hh.
static void C_BLAS_interface< float >::matrix_vector_product | ( | gene_matrix & | A, |
gene_vector & | B, | ||
gene_vector & | X, | ||
int | N | ||
) | [inline, static] |
Definition at line 151 of file C_BLAS_interface.hh.
static std::string C_BLAS_interface< float >::name | ( | void | ) | [inline, static] |
Definition at line 146 of file C_BLAS_interface.hh.
static void C_BLAS_interface< float >::partial_lu_decomp | ( | const gene_matrix & | X, |
gene_matrix & | C, | ||
int | N | ||
) | [inline, static] |
Definition at line 258 of file C_BLAS_interface.hh.
static void C_BLAS_interface< float >::rot | ( | gene_vector & | A, |
gene_vector & | B, | ||
float | c, | ||
float | s, | ||
int | N | ||
) | [inline, static] |
Definition at line 183 of file C_BLAS_interface.hh.
static void C_BLAS_interface< float >::symv | ( | gene_matrix & | A, |
gene_vector & | B, | ||
gene_vector & | X, | ||
int | N | ||
) | [inline, static] |
Definition at line 159 of file C_BLAS_interface.hh.
static void C_BLAS_interface< float >::syr2 | ( | gene_matrix & | A, |
gene_vector & | B, | ||
gene_vector & | X, | ||
int | N | ||
) | [inline, static] |
Definition at line 167 of file C_BLAS_interface.hh.
static void C_BLAS_interface< float >::transposed_matrix_matrix_product | ( | gene_matrix & | A, |
gene_matrix & | B, | ||
gene_matrix & | X, | ||
int | N | ||
) | [inline, static] |
Definition at line 207 of file C_BLAS_interface.hh.
static void C_BLAS_interface< float >::trisolve_lower | ( | const gene_matrix & | L, |
const gene_vector & | B, | ||
gene_vector & | X, | ||
int | N | ||
) | [inline, static] |
Definition at line 324 of file C_BLAS_interface.hh.
static void C_BLAS_interface< float >::trisolve_lower_matrix | ( | const gene_matrix & | L, |
const gene_matrix & | B, | ||
gene_matrix & | X, | ||
int | N | ||
) | [inline, static] |
Definition at line 334 of file C_BLAS_interface.hh.
static void C_BLAS_interface< float >::trmm | ( | gene_matrix & | A, |
gene_matrix & | B, | ||
gene_matrix & | X, | ||
int | N | ||
) | [inline, static] |
Definition at line 344 of file C_BLAS_interface.hh.