Searched refs:copy_matrix (Results 1 - 25 of 28) sorted by relevance

12

/external/eigen/bench/btl/actions/
H A Daction_matrix_matrix_product_bis.hh88 Interface::copy_matrix(A_ref,A,size);
89 Interface::copy_matrix(B_ref,B,size);
90 Interface::copy_matrix(X_ref,X,size);
105 Interface::copy_matrix(A_ref,A,size);
106 Interface::copy_matrix(B_ref,B,size);
107 Interface::copy_matrix(X_ref,X,size);
H A Daction_trisolve_matrix.hh113 Interface::copy_matrix(A_ref,A,_size);
114 Interface::copy_matrix(B_ref,B,_size);
115 Interface::copy_matrix(X_ref,X,_size);
H A Daction_trmm.hh113 Interface::copy_matrix(A_ref,A,_size);
114 Interface::copy_matrix(B_ref,B,_size);
115 Interface::copy_matrix(X_ref,X,_size);
H A Daction_matrix_matrix_product.hh100 Interface::copy_matrix(A_ref,A,_size);
101 Interface::copy_matrix(B_ref,B,_size);
102 Interface::copy_matrix(X_ref,X,_size);
H A Daction_aat_product.hh95 Interface::copy_matrix(A_ref,A,_size);
96 Interface::copy_matrix(X_ref,X,_size);
H A Daction_ata_product.hh95 Interface::copy_matrix(A_ref,A,_size);
96 Interface::copy_matrix(X_ref,X,_size);
H A Daction_cholesky.hh94 Interface::copy_matrix(X_ref,X,_size);
H A Daction_lu_decomp.hh87 Interface::copy_matrix(X_ref,X,_size);
H A Daction_partial_lu.hh89 Interface::copy_matrix(X_ref,X,_size);
H A Daction_hessenberg.hh93 Interface::copy_matrix(X_ref,X,_size);
196 Interface::copy_matrix(X_ref,X,_size);
H A Daction_lu_solve.hh88 Interface::copy_matrix(A,LU,size);
H A Daction_atv_product.hh83 Interface::copy_matrix(A_ref,A,_size);
H A Daction_ger.hh82 Interface::copy_matrix(A_ref,A,_size);
H A Daction_matrix_vector_product.hh99 Interface::copy_matrix(A_ref,A,_size);
H A Daction_symv.hh89 Interface::copy_matrix(A_ref,A,_size);
H A Daction_syr2.hh85 Interface::copy_matrix(A_ref,A,_size);
/external/eigen/bench/btl/libs/BLAS/
H A Dc_interface_base.h63 static inline void copy_matrix(const gene_matrix & source, gene_matrix & cible, int N){ function in class:c_interface_base
/external/valgrind/main/drd/tests/
H A Dmatinv.c99 static void copy_matrix(const elem_t* const from, function
270 copy_matrix(a, n, n, 0, n, 0, n, tmp, n, 2 * n, 0, n, 0, n);
275 copy_matrix(tmp, n, 2*n, 0, n, n, 2*n, inv, n, n, 0, n, 0, n);
H A Domp_matinv.c87 static void copy_matrix(const elem_t* const from, function
234 copy_matrix(a, n, n, 0, n, 0, n, tmp, n, 2 * n, 0, n, 0, n);
239 copy_matrix(tmp, n, 2*n, 0, n, n, 2*n, inv, n, n, 0, n, 0, n);
/external/eigen/bench/btl/libs/blitz/
H A Dtiny_blitz_interface.hh79 static inline void copy_matrix(const gene_matrix & source, gene_matrix & cible, int N){ function in class:tiny_blitz_interface
H A Dblitz_interface.hh130 static inline void copy_matrix(const gene_matrix & source, gene_matrix & cible, int N){ function in class:blitz_interface
/external/eigen/bench/btl/libs/tvmet/
H A Dtvmet_interface.hh77 static inline void copy_matrix(const gene_matrix & source, gene_matrix & cible, int N){ function in class:tvmet_interface
/external/eigen/bench/btl/libs/gmm/
H A Dgmm_interface.hh113 static inline void copy_matrix(const gene_matrix & source, gene_matrix & cible, int N){ function in class:gmm_interface
/external/eigen/bench/btl/libs/mtl4/
H A Dmtl4_interface.hh134 static inline void copy_matrix(const gene_matrix & source, gene_matrix & cible, int N){ function in class:mtl4_interface
/external/eigen/bench/btl/libs/ublas/
H A Dublas_interface.hh83 static inline void copy_matrix(const gene_matrix & source, gene_matrix & cible, int N){ function in class:ublas_interface

Completed in 122 milliseconds

12