OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:C_stl
(Results
1 - 4
of
4
) sorted by null
/external/eigen/bench/btl/actions/
action_cholesky.hh
43
init_matrix<null_function>(
C_stl
,_size);
52
Interface::matrix_from_stl(C,
C_stl
);
103
// STL_interface<typename Interface::real_type>::cholesky(X_stl,
C_stl
,_size);
106
// STL_interface<typename Interface::real_type>::norm_diff(
C_stl
,resu_stl);
118
typename Interface::stl_matrix
C_stl
;
action_lu_decomp.hh
44
init_matrix<null_function>(
C_stl
,_size);
50
Interface::matrix_from_stl(C,
C_stl
);
98
// STL_interface<typename Interface::real_type>::lu_decomp(X_stl,
C_stl
,_size);
101
// STL_interface<typename Interface::real_type>::norm_diff(
C_stl
,resu_stl);
113
typename Interface::stl_matrix
C_stl
;
action_partial_lu.hh
43
init_matrix<null_function>(
C_stl
,_size);
52
Interface::matrix_from_stl(C,
C_stl
);
100
// STL_interface<typename Interface::real_type>::lu_decomp(X_stl,
C_stl
,_size);
103
// STL_interface<typename Interface::real_type>::norm_diff(
C_stl
,resu_stl);
115
typename Interface::stl_matrix
C_stl
;
action_hessenberg.hh
44
init_matrix<null_function>(
C_stl
,_size);
50
Interface::matrix_from_stl(C,
C_stl
);
104
// STL_interface<typename Interface::real_type>::hessenberg(X_stl,
C_stl
,_size);
107
// STL_interface<typename Interface::real_type>::norm_diff(
C_stl
,resu_stl);
119
typename Interface::stl_matrix
C_stl
;
150
init_matrix<null_function>(
C_stl
,_size);
156
Interface::matrix_from_stl(C,
C_stl
);
207
// STL_interface<typename Interface::real_type>::tridiagonalization(X_stl,
C_stl
,_size);
210
// STL_interface<typename Interface::real_type>::norm_diff(
C_stl
,resu_stl);
222
typename Interface::stl_matrix
C_stl
;
[
all
...]
Completed in 1823 milliseconds