HomeSort by relevance Sort by last modified time
    Searched refs:B_ref (Results 1 - 10 of 10) sorted by null

  /external/eigen/bench/btl/actions/
action_rot.hh 44 Interface::vector_from_stl(B_ref,B_stl);
61 Interface::free_vector(B_ref);
76 Interface::copy_vector(B_ref,B,_size);
107 typename Interface::gene_vector B_ref;
action_matrix_matrix_product_bis.hh 61 typename Interface::gene_matrix B_ref;
70 Interface::matrix_from_stl(B_ref,B_stl);
89 Interface::copy_matrix(B_ref,B,size);
106 Interface::copy_matrix(B_ref,B,size);
140 Interface::free_matrix(B_ref,size);
action_atv_product.hh 50 Interface::vector_from_stl(B_ref,B_stl);
74 Interface::free_vector(B_ref);
84 Interface::copy_vector(B_ref,B,_size);
118 typename Interface::gene_vector B_ref;
action_ger.hh 46 Interface::vector_from_stl(B_ref,B_stl);
66 Interface::free_vector(B_ref);
83 Interface::copy_vector(B_ref,B,_size);
117 typename Interface::gene_vector B_ref;
action_matrix_matrix_product.hh 52 Interface::matrix_from_stl(B_ref,B_stl);
82 Interface::free_matrix(B_ref,_size);
101 Interface::copy_matrix(B_ref,B,_size);
134 typename Interface::gene_matrix B_ref;
action_matrix_vector_product.hh 53 Interface::vector_from_stl(B_ref,B_stl);
81 Interface::free_vector(B_ref);
100 Interface::copy_vector(B_ref,B,_size);
137 typename Interface::gene_vector B_ref;
action_symv.hh 51 Interface::vector_from_stl(B_ref,B_stl);
72 Interface::free_vector(B_ref);
90 Interface::copy_vector(B_ref,B,_size);
126 typename Interface::gene_vector B_ref;
action_syr2.hh 50 Interface::vector_from_stl(B_ref,B_stl);
69 Interface::free_vector(B_ref);
86 Interface::copy_vector(B_ref,B,_size);
120 typename Interface::gene_vector B_ref;
action_trisolve_matrix.hh 59 Interface::matrix_from_stl(B_ref,B_stl);
95 Interface::free_matrix(B_ref,_size);
114 Interface::copy_matrix(B_ref,B,_size);
149 typename Interface::gene_matrix B_ref;
action_trmm.hh 59 Interface::matrix_from_stl(B_ref,B_stl);
95 Interface::free_matrix(B_ref,_size);
114 Interface::copy_matrix(B_ref,B,_size);
149 typename Interface::gene_matrix B_ref;

Completed in 3127 milliseconds