This is the complete list of members for tensor_interface< real >, including all inherited members.
axpby(real a, const gene_vector &X, real b, gene_vector &Y, int) | tensor_interface< real > | inlinestatic |
axpy(real coef, const gene_vector &X, gene_vector &Y, int) | tensor_interface< real > | inlinestatic |
copy_matrix(const gene_matrix &source, gene_matrix &cible, int) | tensor_interface< real > | inlinestatic |
copy_vector(const gene_vector &source, gene_vector &cible, int) | tensor_interface< real > | inlinestatic |
free_matrix(gene_matrix &, int) | tensor_interface< real > | inlinestatic |
free_vector(gene_vector &) | tensor_interface< real > | inlinestatic |
gene_matrix typedef | tensor_interface< real > | |
gene_vector typedef | tensor_interface< real > | |
Index typedef | tensor_interface< real > | |
matrix_from_stl(gene_matrix &A, stl_matrix &A_stl) | tensor_interface< real > | inlinestatic |
matrix_matrix_product(const gene_matrix &A, const gene_matrix &B, gene_matrix &X, int) | tensor_interface< real > | inlinestatic |
matrix_to_stl(gene_matrix &A, stl_matrix &A_stl) | tensor_interface< real > | inlinestatic |
matrix_vector_product(const gene_matrix &A, const gene_vector &B, gene_vector &X, int) | tensor_interface< real > | inlinestatic |
name(void) | tensor_interface< real > | inlinestatic |
real_type typedef | tensor_interface< real > | |
stl_matrix typedef | tensor_interface< real > | |
stl_vector typedef | tensor_interface< real > | |
vector_from_stl(gene_vector &B, stl_vector &B_stl) | tensor_interface< real > | inlinestatic |
vector_to_stl(gene_vector &B, stl_vector &B_stl) | tensor_interface< real > | inlinestatic |