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

  /external/eigen/bench/btl/actions/
action_cholesky.hh 42 init_matrix_symm<pseudo_random>(X_stl,_size);
47 X_stl[i][i] = std::abs(X_stl[i][i]) * 1e2 + 100;
50 Interface::matrix_from_stl(X_ref,X_stl);
51 Interface::matrix_from_stl(X,X_stl);
103 // STL_interface<typename Interface::real_type>::cholesky(X_stl,C_stl,_size);
117 typename Interface::stl_matrix X_stl;
action_partial_lu.hh 42 init_matrix<pseudo_random>(X_stl,_size);
47 X_stl[i][i] = X_stl[i][i] * 1e2 + 1;
50 Interface::matrix_from_stl(X_ref,X_stl);
51 Interface::matrix_from_stl(X,X_stl);
100 // STL_interface<typename Interface::real_type>::lu_decomp(X_stl,C_stl,_size);
114 typename Interface::stl_matrix X_stl;
action_aat_product.hh 45 init_matrix<null_function>(X_stl,_size);
51 Interface::matrix_from_stl(X_ref,X_stl);
54 Interface::matrix_from_stl(X,X_stl);
112 STL_interface<typename Interface::real_type>::aat_product(A_stl,X_stl,_size);
115 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
127 typename Interface::stl_matrix X_stl;
action_ata_product.hh 45 init_matrix<null_function>(X_stl,_size);
51 Interface::matrix_from_stl(X_ref,X_stl);
54 Interface::matrix_from_stl(X,X_stl);
112 STL_interface<typename Interface::real_type>::ata_product(A_stl,X_stl,_size);
115 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
127 typename Interface::stl_matrix X_stl;
action_lu_decomp.hh 42 init_matrix<pseudo_random>(X_stl,_size);
48 Interface::matrix_from_stl(X_ref,X_stl);
49 Interface::matrix_from_stl(X,X_stl);
98 // STL_interface<typename Interface::real_type>::lu_decomp(X_stl,C_stl,_size);
112 typename Interface::stl_matrix X_stl;
action_hessenberg.hh 42 init_matrix<pseudo_random>(X_stl,_size);
48 Interface::matrix_from_stl(X_ref,X_stl);
49 Interface::matrix_from_stl(X,X_stl);
104 // STL_interface<typename Interface::real_type>::hessenberg(X_stl,C_stl,_size);
118 typename Interface::stl_matrix X_stl;
142 init_matrix<pseudo_random>(X_stl,_size);
147 X_stl[i][j] = X_stl[j][i];
154 Interface::matrix_from_stl(X_ref,X_stl);
155 Interface::matrix_from_stl(X,X_stl);
    [all...]
action_axpby.hh 41 init_vector<pseudo_random>(X_stl,_size);
46 Interface::vector_from_stl(X_ref,X_stl);
49 Interface::vector_from_stl(X,X_stl);
98 STL_interface<typename Interface::real_type>::axpby(_alpha,X_stl,_beta,Y_stl,_size);
111 typename Interface::stl_vector X_stl;
action_axpy.hh 44 init_vector<pseudo_random>(X_stl,_size);
50 Interface::vector_from_stl(X_ref,X_stl);
53 Interface::vector_from_stl(X,X_stl);
110 STL_interface<typename Interface::real_type>::axpy(_coef,X_stl,Y_stl,_size);
124 typename Interface::stl_vector X_stl;
action_trisolve.hh 44 init_vector<null_function>(X_stl,_size);
56 Interface::vector_from_stl(X,X_stl);
110 STL_interface<typename Interface::real_type>::trisolve_lower(L_stl,B_stl,X_stl,_size);
113 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
125 typename Interface::stl_vector X_stl;
action_atv_product.hh 44 init_vector<null_function>(X_stl,_size);
51 Interface::vector_from_stl(X_ref,X_stl);
55 Interface::vector_from_stl(X,X_stl);
99 STL_interface<typename Interface::real_type>::atv_product(A_stl,B_stl,X_stl,_size);
102 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
114 typename Interface::stl_vector X_stl;
action_ger.hh 40 init_vector<pseudo_random>(X_stl,_size);
48 Interface::vector_from_stl(X_ref,X_stl);
49 Interface::vector_from_stl(X,X_stl);
97 STL_interface<typename Interface::real_type>::ger(A_stl,B_stl,X_stl,_size);
100 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
113 typename Interface::stl_vector X_stl;
action_matrix_matrix_product.hh 46 init_matrix<null_function>(X_stl,_size);
53 Interface::matrix_from_stl(X_ref,X_stl);
57 Interface::matrix_from_stl(X,X_stl);
116 STL_interface<typename Interface::real_type>::matrix_matrix_product(A_stl,B_stl,X_stl,_size);
118 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
130 typename Interface::stl_matrix X_stl;
action_matrix_matrix_product_bis.hh 52 typename Interface::stl_matrix X_stl;
56 init_matrix<null_function>(X_stl,size);
71 Interface::matrix_from_stl(X_ref,X_stl);
75 Interface::matrix_from_stl(X,X_stl);
123 STL_interface<typename Interface::real_type>::matrix_matrix_product(A_stl,B_stl,X_stl,size);
126 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
action_matrix_vector_product.hh 46 init_vector<null_function>(X_stl,_size);
55 Interface::vector_from_stl(X_ref,X_stl);
56 Interface::vector_from_stl(X,X_stl);
117 STL_interface<typename Interface::real_type>::matrix_vector_product(A_stl,B_stl,X_stl,_size);
120 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
133 typename Interface::stl_vector X_stl;
action_symv.hh 45 init_vector<null_function>(X_stl,_size);
53 Interface::vector_from_stl(X_ref,X_stl);
54 Interface::vector_from_stl(X,X_stl);
106 STL_interface<typename Interface::real_type>::symv(A_stl,B_stl,X_stl,_size);
109 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
122 typename Interface::stl_vector X_stl;
action_syr2.hh 44 init_vector<pseudo_random>(X_stl,_size);
52 Interface::vector_from_stl(X_ref,X_stl);
53 Interface::vector_from_stl(X,X_stl);
100 STL_interface<typename Interface::real_type>::syr2(A_stl,B_stl,X_stl,_size);
103 STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
116 typename Interface::stl_vector X_stl;
action_lu_solve.hh 53 typename Interface::stl_vector X_stl;
57 init_vector<null_function>(X_stl,size);
69 Interface::vector_from_stl(X,X_stl);
106 Interface::vector_to_stl(X,X_stl);
108 STL_interface<typename Interface::real_type>::matrix_vector_product(A_stl,X_stl,B_new_stl,size);
action_trisolve_matrix.hh 46 init_matrix<null_function>(X_stl,_size);
60 Interface::matrix_from_stl(X_ref,X_stl);
64 Interface::matrix_from_stl(X,X_stl);
129 // STL_interface<typename Interface::real_type>::matrix_matrix_product(A_stl,B_stl,X_stl,_size);
132 // STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
145 typename Interface::stl_matrix X_stl;
action_trmm.hh 46 init_matrix<null_function>(X_stl,_size);
60 Interface::matrix_from_stl(X_ref,X_stl);
64 Interface::matrix_from_stl(X,X_stl);
129 // STL_interface<typename Interface::real_type>::matrix_matrix_product(A_stl,B_stl,X_stl,_size);
132 // STL_interface<typename Interface::real_type>::norm_diff(X_stl,resu_stl);
145 typename Interface::stl_matrix X_stl;

Completed in 116 milliseconds