OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:A_stl
(Results
1 - 13
of
13
) sorted by null
/external/eigen/bench/btl/actions/
action_lu_solve.hh
51
typename Interface::stl_matrix
A_stl
;
55
init_matrix<pseudo_random>(
A_stl
,size);
67
Interface::matrix_from_stl(A,
A_stl
);
70
Interface::matrix_from_stl(LU,
A_stl
);
108
STL_interface<typename Interface::real_type>::matrix_vector_product(
A_stl
,X_stl,B_new_stl,size);
action_aat_product.hh
44
init_matrix<pseudo_random>(
A_stl
,_size);
50
Interface::matrix_from_stl(A_ref,
A_stl
);
53
Interface::matrix_from_stl(A,
A_stl
);
112
STL_interface<typename Interface::real_type>::aat_product(
A_stl
,X_stl,_size);
126
typename Interface::stl_matrix
A_stl
;
action_ata_product.hh
44
init_matrix<pseudo_random>(
A_stl
,_size);
50
Interface::matrix_from_stl(A_ref,
A_stl
);
53
Interface::matrix_from_stl(A,
A_stl
);
112
STL_interface<typename Interface::real_type>::ata_product(
A_stl
,X_stl,_size);
126
typename Interface::stl_matrix
A_stl
;
action_matrix_matrix_product_bis.hh
50
typename Interface::stl_matrix
A_stl
;
54
init_matrix<pseudo_random>(
A_stl
,size);
69
Interface::matrix_from_stl(A_ref,
A_stl
);
73
Interface::matrix_from_stl(A,
A_stl
);
123
STL_interface<typename Interface::real_type>::matrix_matrix_product(
A_stl
,B_stl,X_stl,size);
action_rot.hh
38
init_vector<pseudo_random>(
A_stl
,_size);
42
Interface::vector_from_stl(A_ref,
A_stl
);
43
Interface::vector_from_stl(A,
A_stl
);
89
// STL_interface<typename Interface::real_type>::rot(
A_stl
,B_stl,X_stl,_size);
103
typename Interface::stl_vector
A_stl
;
action_atv_product.hh
42
init_matrix<pseudo_random>(
A_stl
,_size);
49
Interface::matrix_from_stl(A_ref,
A_stl
);
53
Interface::matrix_from_stl(A,
A_stl
);
99
STL_interface<typename Interface::real_type>::atv_product(
A_stl
,B_stl,X_stl,_size);
112
typename Interface::stl_matrix
A_stl
;
action_ger.hh
38
init_matrix<pseudo_random>(
A_stl
,_size);
44
Interface::matrix_from_stl(A_ref,
A_stl
);
45
Interface::matrix_from_stl(A,
A_stl
);
97
STL_interface<typename Interface::real_type>::ger(
A_stl
,B_stl,X_stl,_size);
111
typename Interface::stl_matrix
A_stl
;
action_matrix_matrix_product.hh
44
init_matrix<pseudo_random>(
A_stl
,_size);
51
Interface::matrix_from_stl(A_ref,
A_stl
);
55
Interface::matrix_from_stl(A,
A_stl
);
116
STL_interface<typename Interface::real_type>::matrix_matrix_product(
A_stl
,B_stl,X_stl,_size);
128
typename Interface::stl_matrix
A_stl
;
action_matrix_vector_product.hh
44
init_matrix<pseudo_random>(
A_stl
,_size);
51
Interface::matrix_from_stl(A_ref,
A_stl
);
52
Interface::matrix_from_stl(A,
A_stl
);
117
STL_interface<typename Interface::real_type>::matrix_vector_product(
A_stl
,B_stl,X_stl,_size);
131
typename Interface::stl_matrix
A_stl
;
action_symv.hh
43
init_matrix_symm<pseudo_random>(
A_stl
,_size);
49
Interface::matrix_from_stl(A_ref,
A_stl
);
50
Interface::matrix_from_stl(A,
A_stl
);
106
STL_interface<typename Interface::real_type>::symv(
A_stl
,B_stl,X_stl,_size);
120
typename Interface::stl_matrix
A_stl
;
action_syr2.hh
42
init_matrix<pseudo_random>(
A_stl
,_size);
48
Interface::matrix_from_stl(A_ref,
A_stl
);
49
Interface::matrix_from_stl(A,
A_stl
);
100
STL_interface<typename Interface::real_type>::syr2(
A_stl
,B_stl,X_stl,_size);
114
typename Interface::stl_matrix
A_stl
;
action_trisolve_matrix.hh
44
init_matrix<pseudo_random>(
A_stl
,_size);
52
A_stl
[j][i] = 0;
53
A_stl
[j][j] += 3;
58
Interface::matrix_from_stl(A_ref,
A_stl
);
62
Interface::matrix_from_stl(A,
A_stl
);
129
// STL_interface<typename Interface::real_type>::matrix_matrix_product(
A_stl
,B_stl,X_stl,_size);
143
typename Interface::stl_matrix
A_stl
;
action_trmm.hh
44
init_matrix<pseudo_random>(
A_stl
,_size);
52
A_stl
[j][i] = 0;
53
A_stl
[j][j] += 3;
58
Interface::matrix_from_stl(A_ref,
A_stl
);
62
Interface::matrix_from_stl(A,
A_stl
);
129
// STL_interface<typename Interface::real_type>::matrix_matrix_product(
A_stl
,B_stl,X_stl,_size);
143
typename Interface::stl_matrix
A_stl
;
Completed in 280 milliseconds