This is the complete list of members for blas_interface< SCALAR >, including all inherited members.
aat_product(gene_matrix &A, gene_matrix &X, int N) | blas_interface< SCALAR > | inlinestatic |
ata_product(gene_matrix &A, gene_matrix &X, int N) | blas_interface< SCALAR > | inlinestatic |
atv_product(gene_matrix &A, gene_vector &B, gene_vector &X, int N) | blas_interface< SCALAR > | inlinestatic |
axpby(SCALAR a, const gene_vector &X, SCALAR b, gene_vector &Y, int N) | blas_interface< SCALAR > | inlinestatic |
axpy(SCALAR coef, const gene_vector &X, gene_vector &Y, int N) | blas_interface< SCALAR > | inlinestatic |
cholesky(const gene_matrix &X, gene_matrix &C, int N) | blas_interface< SCALAR > | inlinestatic |
copy_matrix(const gene_matrix &source, gene_matrix &cible, int N) | c_interface_base< SCALAR > | inlinestatic |
copy_vector(const gene_vector &source, gene_vector &cible, int N) | c_interface_base< SCALAR > | inlinestatic |
fone | blas_interface< SCALAR > | static |
free_matrix(gene_matrix &A, int) | c_interface_base< SCALAR > | inlinestatic |
free_vector(gene_vector &B) | c_interface_base< SCALAR > | inlinestatic |
fzero | blas_interface< SCALAR > | static |
gene_matrix typedef | c_interface_base< SCALAR > | |
gene_vector typedef | c_interface_base< SCALAR > | |
ger(gene_matrix &A, gene_vector &X, gene_vector &Y, int N) | blas_interface< SCALAR > | inlinestatic |
matrix_from_stl(gene_matrix &A, stl_matrix &A_stl) | c_interface_base< SCALAR > | inlinestatic |
matrix_matrix_product(gene_matrix &A, gene_matrix &B, gene_matrix &X, int N) | blas_interface< SCALAR > | inlinestatic |
matrix_to_stl(gene_matrix &A, stl_matrix &A_stl) | c_interface_base< SCALAR > | inlinestatic |
matrix_vector_product(gene_matrix &A, gene_vector &B, gene_vector &X, int N) | blas_interface< SCALAR > | inlinestatic |
name() | blas_interface< SCALAR > | inlinestatic |
partial_lu_decomp(const gene_matrix &X, gene_matrix &C, int N) | blas_interface< SCALAR > | inlinestatic |
real_type typedef | c_interface_base< SCALAR > | |
rot(gene_vector &A, gene_vector &B, SCALAR c, SCALAR s, int N) | blas_interface< SCALAR > | inlinestatic |
stl_matrix typedef | c_interface_base< SCALAR > | |
stl_vector typedef | c_interface_base< SCALAR > | |
symv(gene_matrix &A, gene_vector &B, gene_vector &X, int N) | blas_interface< SCALAR > | inlinestatic |
syr2(gene_matrix &A, gene_vector &B, gene_vector &X, int N) | blas_interface< SCALAR > | inlinestatic |
transposed_matrix_matrix_product(gene_matrix &A, gene_matrix &B, gene_matrix &X, int N) | blas_interface< SCALAR > | inlinestatic |
trisolve_lower(const gene_matrix &L, const gene_vector &B, gene_vector &X, int N) | blas_interface< SCALAR > | inlinestatic |
trisolve_lower_matrix(const gene_matrix &L, const gene_matrix &B, gene_matrix &X, int N) | blas_interface< SCALAR > | inlinestatic |
trmm(gene_matrix &A, gene_matrix &B, gene_matrix &, int N) | blas_interface< SCALAR > | inlinestatic |
vector_from_stl(gene_vector &B, stl_vector &B_stl) | c_interface_base< SCALAR > | inlinestatic |
vector_to_stl(gene_vector &B, stl_vector &B_stl) | c_interface_base< SCALAR > | inlinestatic |