HomeSort by relevance Sort by last modified time
    Searched refs:copy_matrix (Results 1 - 25 of 28) sorted by null

1 2

  /external/eigen/bench/btl/actions/
action_matrix_matrix_product_bis.hh 88 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);
action_matrix_matrix_product.hh 100 Interface::copy_matrix(A_ref,A,_size);
101 Interface::copy_matrix(B_ref,B,_size);
102 Interface::copy_matrix(X_ref,X,_size);
action_trisolve_matrix.hh 113 Interface::copy_matrix(A_ref,A,_size);
114 Interface::copy_matrix(B_ref,B,_size);
115 Interface::copy_matrix(X_ref,X,_size);
action_trmm.hh 113 Interface::copy_matrix(A_ref,A,_size);
114 Interface::copy_matrix(B_ref,B,_size);
115 Interface::copy_matrix(X_ref,X,_size);
action_aat_product.hh 95 Interface::copy_matrix(A_ref,A,_size);
96 Interface::copy_matrix(X_ref,X,_size);
action_ata_product.hh 95 Interface::copy_matrix(A_ref,A,_size);
96 Interface::copy_matrix(X_ref,X,_size);
action_cholesky.hh 94 Interface::copy_matrix(X_ref,X,_size);
action_lu_decomp.hh 87 Interface::copy_matrix(X_ref,X,_size);
action_partial_lu.hh 89 Interface::copy_matrix(X_ref,X,_size);
action_hessenberg.hh 93 Interface::copy_matrix(X_ref,X,_size);
196 Interface::copy_matrix(X_ref,X,_size);
action_atv_product.hh 83 Interface::copy_matrix(A_ref,A,_size);
action_ger.hh 82 Interface::copy_matrix(A_ref,A,_size);
action_lu_solve.hh 88 Interface::copy_matrix(A,LU,size);
action_matrix_vector_product.hh 99 Interface::copy_matrix(A_ref,A,_size);
action_symv.hh 89 Interface::copy_matrix(A_ref,A,_size);
action_syr2.hh 85 Interface::copy_matrix(A_ref,A,_size);
  /external/eigen/bench/btl/libs/BLAS/
c_interface_base.h 63 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/
matinv.c 99 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);
omp_matinv.c 87 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/
tiny_blitz_interface.hh 79 static inline void copy_matrix(const gene_matrix & source, gene_matrix & cible, int N){ function in class:tiny_blitz_interface
blitz_interface.hh 130 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/
tvmet_interface.hh 77 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/
gmm_interface.hh 113 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/
mtl4_interface.hh 134 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/
ublas_interface.hh 83 static inline void copy_matrix(const gene_matrix & source, gene_matrix & cible, int N){ function in class:ublas_interface

Completed in 1340 milliseconds

1 2