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

  /external/eigen/bench/btl/actions/
action_cholesky.hh 50 Interface::matrix_from_stl(X_ref,X_stl);
77 Interface::free_matrix(X_ref,_size);
94 Interface::copy_matrix(X_ref,X,_size);
120 typename Interface::gene_matrix X_ref;
action_lu_decomp.hh 48 Interface::matrix_from_stl(X_ref,X_stl);
70 Interface::free_matrix(X_ref,_size);
87 Interface::copy_matrix(X_ref,X,_size);
116 typename Interface::gene_matrix X_ref;
action_partial_lu.hh 50 Interface::matrix_from_stl(X_ref,X_stl);
72 Interface::free_matrix(X_ref,_size);
89 Interface::copy_matrix(X_ref,X,_size);
117 typename Interface::gene_matrix X_ref;
action_hessenberg.hh 48 Interface::matrix_from_stl(X_ref,X_stl);
76 Interface::free_matrix(X_ref,_size);
93 Interface::copy_matrix(X_ref,X,_size);
122 typename Interface::gene_matrix X_ref;
154 Interface::matrix_from_stl(X_ref,X_stl);
182 Interface::free_matrix(X_ref,_size);
196 Interface::copy_matrix(X_ref,X,_size);
225 typename Interface::gene_matrix X_ref;
action_aat_product.hh 51 Interface::matrix_from_stl(X_ref,X_stl);
78 Interface::free_matrix(X_ref,_size);
96 Interface::copy_matrix(X_ref,X,_size);
131 typename Interface::gene_matrix X_ref;
action_ata_product.hh 51 Interface::matrix_from_stl(X_ref,X_stl);
78 Interface::free_matrix(X_ref,_size);
96 Interface::copy_matrix(X_ref,X,_size);
131 typename Interface::gene_matrix X_ref;
action_axpby.hh 46 Interface::vector_from_stl(X_ref,X_stl);
65 Interface::free_vector(X_ref);
83 Interface::copy_vector(X_ref,X,_size);
115 typename Interface::gene_vector X_ref;
action_axpy.hh 50 Interface::vector_from_stl(X_ref,X_stl);
75 Interface::free_vector(X_ref);
94 Interface::copy_vector(X_ref,X,_size);
128 typename Interface::gene_vector X_ref;
action_matrix_matrix_product_bis.hh 62 typename Interface::gene_matrix X_ref;
71 Interface::matrix_from_stl(X_ref,X_stl);
90 Interface::copy_matrix(X_ref,X,size);
107 Interface::copy_matrix(X_ref,X,size);
141 Interface::free_matrix(X_ref,size);
action_atv_product.hh 51 Interface::vector_from_stl(X_ref,X_stl);
75 Interface::free_vector(X_ref);
85 Interface::copy_vector(X_ref,X,_size);
119 typename Interface::gene_vector X_ref;
action_ger.hh 48 Interface::vector_from_stl(X_ref,X_stl);
67 Interface::free_vector(X_ref);
84 Interface::copy_vector(X_ref,X,_size);
118 typename Interface::gene_vector X_ref;
action_matrix_matrix_product.hh 53 Interface::matrix_from_stl(X_ref,X_stl);
83 Interface::free_matrix(X_ref,_size);
102 Interface::copy_matrix(X_ref,X,_size);
135 typename Interface::gene_matrix X_ref;
action_matrix_vector_product.hh 55 Interface::vector_from_stl(X_ref,X_stl);
82 Interface::free_vector(X_ref);
101 Interface::copy_vector(X_ref,X,_size);
138 typename Interface::gene_vector X_ref;
action_symv.hh 53 Interface::vector_from_stl(X_ref,X_stl);
73 Interface::free_vector(X_ref);
91 Interface::copy_vector(X_ref,X,_size);
127 typename Interface::gene_vector X_ref;
action_syr2.hh 52 Interface::vector_from_stl(X_ref,X_stl);
70 Interface::free_vector(X_ref);
87 Interface::copy_vector(X_ref,X,_size);
121 typename Interface::gene_vector X_ref;
action_trisolve_matrix.hh 60 Interface::matrix_from_stl(X_ref,X_stl);
96 Interface::free_matrix(X_ref,_size);
115 Interface::copy_matrix(X_ref,X,_size);
150 typename Interface::gene_matrix X_ref;
action_trmm.hh 60 Interface::matrix_from_stl(X_ref,X_stl);
96 Interface::free_matrix(X_ref,_size);
115 Interface::copy_matrix(X_ref,X,_size);
150 typename Interface::gene_matrix X_ref;

Completed in 134 milliseconds