OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:B_stl
(Results
1 - 12
of
12
) sorted by null
/external/eigen/bench/btl/actions/
action_lu_solve.hh
52
typename Interface::stl_vector
B_stl
;
56
init_vector<pseudo_random>(
B_stl
,size);
68
Interface::vector_from_stl(B,
B_stl
);
111
STL_interface<typename Interface::real_type>::norm_diff(
B_stl
,B_new_stl);
115
STL_interface<typename Interface::real_type>::display_vector(
B_stl
);
action_matrix_matrix_product_bis.hh
51
typename Interface::stl_matrix
B_stl
;
55
init_matrix<pseudo_random>(
B_stl
,size);
70
Interface::matrix_from_stl(B_ref,
B_stl
);
74
Interface::matrix_from_stl(B,
B_stl
);
123
STL_interface<typename Interface::real_type>::matrix_matrix_product(A_stl,
B_stl
,X_stl,size);
action_rot.hh
39
init_vector<pseudo_random>(
B_stl
,_size);
44
Interface::vector_from_stl(B_ref,
B_stl
);
45
Interface::vector_from_stl(B,
B_stl
);
89
// STL_interface<typename Interface::real_type>::rot(A_stl,
B_stl
,X_stl,_size);
104
typename Interface::stl_vector
B_stl
;
action_trisolve.hh
43
init_vector<pseudo_random>(
B_stl
,_size);
57
Interface::vector_from_stl(B,
B_stl
);
110
STL_interface<typename Interface::real_type>::trisolve_lower(L_stl,
B_stl
,X_stl,_size);
126
typename Interface::stl_vector
B_stl
;
action_atv_product.hh
43
init_vector<pseudo_random>(
B_stl
,_size);
50
Interface::vector_from_stl(B_ref,
B_stl
);
54
Interface::vector_from_stl(B,
B_stl
);
99
STL_interface<typename Interface::real_type>::atv_product(A_stl,
B_stl
,X_stl,_size);
113
typename Interface::stl_vector
B_stl
;
action_ger.hh
39
init_vector<pseudo_random>(
B_stl
,_size);
46
Interface::vector_from_stl(B_ref,
B_stl
);
47
Interface::vector_from_stl(B,
B_stl
);
97
STL_interface<typename Interface::real_type>::ger(A_stl,
B_stl
,X_stl,_size);
112
typename Interface::stl_vector
B_stl
;
action_matrix_matrix_product.hh
45
init_matrix<pseudo_random>(
B_stl
,_size);
52
Interface::matrix_from_stl(B_ref,
B_stl
);
56
Interface::matrix_from_stl(B,
B_stl
);
116
STL_interface<typename Interface::real_type>::matrix_matrix_product(A_stl,
B_stl
,X_stl,_size);
129
typename Interface::stl_matrix
B_stl
;
action_matrix_vector_product.hh
45
init_vector<pseudo_random>(
B_stl
,_size);
53
Interface::vector_from_stl(B_ref,
B_stl
);
54
Interface::vector_from_stl(B,
B_stl
);
117
STL_interface<typename Interface::real_type>::matrix_vector_product(A_stl,
B_stl
,X_stl,_size);
132
typename Interface::stl_vector
B_stl
;
action_symv.hh
44
init_vector<pseudo_random>(
B_stl
,_size);
51
Interface::vector_from_stl(B_ref,
B_stl
);
52
Interface::vector_from_stl(B,
B_stl
);
106
STL_interface<typename Interface::real_type>::symv(A_stl,
B_stl
,X_stl,_size);
121
typename Interface::stl_vector
B_stl
;
action_syr2.hh
43
init_vector<pseudo_random>(
B_stl
,_size);
50
Interface::vector_from_stl(B_ref,
B_stl
);
51
Interface::vector_from_stl(B,
B_stl
);
100
STL_interface<typename Interface::real_type>::syr2(A_stl,
B_stl
,X_stl,_size);
115
typename Interface::stl_vector
B_stl
;
action_trisolve_matrix.hh
45
init_matrix<pseudo_random>(
B_stl
,_size);
59
Interface::matrix_from_stl(B_ref,
B_stl
);
63
Interface::matrix_from_stl(B,
B_stl
);
129
// STL_interface<typename Interface::real_type>::matrix_matrix_product(A_stl,
B_stl
,X_stl,_size);
144
typename Interface::stl_matrix
B_stl
;
action_trmm.hh
45
init_matrix<pseudo_random>(
B_stl
,_size);
59
Interface::matrix_from_stl(B_ref,
B_stl
);
63
Interface::matrix_from_stl(B,
B_stl
);
129
// STL_interface<typename Interface::real_type>::matrix_matrix_product(A_stl,
B_stl
,X_stl,_size);
144
typename Interface::stl_matrix
B_stl
;
Completed in 166 milliseconds