Searched refs:stl_matrix (Results 1 - 25 of 28) sorted by relevance

12

/external/eigen/bench/btl/actions/
H A Daction_trisolve_matrix.hh143 typename Interface::stl_matrix A_stl;
144 typename Interface::stl_matrix B_stl;
145 typename Interface::stl_matrix X_stl;
146 typename Interface::stl_matrix resu_stl;
H A Daction_trmm.hh143 typename Interface::stl_matrix A_stl;
144 typename Interface::stl_matrix B_stl;
145 typename Interface::stl_matrix X_stl;
146 typename Interface::stl_matrix resu_stl;
H A Daction_lu_decomp.hh112 typename Interface::stl_matrix X_stl;
113 typename Interface::stl_matrix C_stl;
114 typename Interface::stl_matrix resu_stl;
H A Daction_hessenberg.hh118 typename Interface::stl_matrix X_stl;
119 typename Interface::stl_matrix C_stl;
120 typename Interface::stl_matrix resu_stl;
221 typename Interface::stl_matrix X_stl;
222 typename Interface::stl_matrix C_stl;
223 typename Interface::stl_matrix resu_stl;
H A Daction_aat_product.hh126 typename Interface::stl_matrix A_stl;
127 typename Interface::stl_matrix X_stl;
128 typename Interface::stl_matrix resu_stl;
H A Daction_ata_product.hh126 typename Interface::stl_matrix A_stl;
127 typename Interface::stl_matrix X_stl;
128 typename Interface::stl_matrix resu_stl;
H A Daction_matrix_matrix_product.hh128 typename Interface::stl_matrix A_stl;
129 typename Interface::stl_matrix B_stl;
130 typename Interface::stl_matrix X_stl;
131 typename Interface::stl_matrix resu_stl;
H A Daction_matrix_matrix_product_bis.hh50 typename Interface::stl_matrix A_stl;
51 typename Interface::stl_matrix B_stl;
52 typename Interface::stl_matrix X_stl;
119 typename Interface::stl_matrix resu_stl(size);
H A Daction_cholesky.hh117 typename Interface::stl_matrix X_stl;
118 typename Interface::stl_matrix C_stl;
H A Daction_partial_lu.hh114 typename Interface::stl_matrix X_stl;
115 typename Interface::stl_matrix C_stl;
H A Daction_ger.hh37 typename Interface::stl_matrix tmp;
111 typename Interface::stl_matrix A_stl;
H A Daction_syr2.hh41 typename Interface::stl_matrix tmp;
114 typename Interface::stl_matrix A_stl;
H A Daction_rot.hh37 typename Interface::stl_matrix tmp;
H A Daction_lu_solve.hh51 typename Interface::stl_matrix A_stl;
H A Daction_trisolve.hh124 typename Interface::stl_matrix L_stl;
/external/eigen/bench/btl/libs/BLAS/
H A Dc_interface_base.h15 typedef std::vector<stl_vector > stl_matrix; typedef in class:c_interface_base
28 static inline void matrix_from_stl(gene_matrix & A, stl_matrix & A_stl){
49 static inline void matrix_to_stl(gene_matrix & A, stl_matrix & A_stl){
/external/eigen/bench/btl/libs/blitz/
H A Dtiny_blitz_interface.hh42 typedef std::vector<stl_vector > stl_matrix; typedef in class:tiny_blitz_interface
53 static inline void matrix_from_stl(gene_matrix & A, stl_matrix & A_stl){
69 static inline void matrix_to_stl(gene_matrix & A, stl_matrix & A_stl){
H A Dblitz_interface.hh41 typedef std::vector<stl_vector > stl_matrix; typedef in class:blitz_interface
54 static inline void matrix_from_stl(gene_matrix & A, stl_matrix & A_stl){
76 static inline void matrix_to_stl(gene_matrix & A, stl_matrix & A_stl){
/external/eigen/bench/btl/libs/tvmet/
H A Dtvmet_interface.hh39 typedef std::vector<stl_vector > stl_matrix; typedef in class:tvmet_interface
50 static inline void matrix_from_stl(gene_matrix & A, stl_matrix & A_stl){
67 static inline void matrix_to_stl(gene_matrix & A, stl_matrix & A_stl){
/external/eigen/bench/btl/libs/STL/
H A DSTL_interface.hh36 typedef std::vector<stl_vector > stl_matrix; typedef in class:STL_interface
38 typedef stl_matrix gene_matrix;
51 static inline void matrix_from_stl(gene_matrix & A, stl_matrix & A_stl){
64 static inline void matrix_to_stl(gene_matrix & A, stl_matrix & A_stl){
217 static inline real norm_diff(const stl_matrix & A, const stl_matrix & B)
/external/eigen/bench/btl/libs/gmm/
H A Dgmm_interface.hh34 typedef std::vector<stl_vector > stl_matrix; typedef in class:gmm_interface
52 static inline void matrix_from_stl(gene_matrix & A, stl_matrix & A_stl){
70 static inline void matrix_to_stl(gene_matrix & A, stl_matrix & A_stl){
/external/eigen/bench/btl/libs/mtl4/
H A Dmtl4_interface.hh36 typedef std::vector<stl_vector > stl_matrix; typedef in class:mtl4_interface
51 static inline void matrix_from_stl(gene_matrix & A, stl_matrix & A_stl){
74 static inline void matrix_to_stl(gene_matrix & A, stl_matrix & A_stl){
/external/eigen/bench/btl/libs/ublas/
H A Dublas_interface.hh38 typedef std::vector<stl_vector> stl_matrix; typedef in class:ublas_interface
49 static inline void matrix_from_stl(gene_matrix & A, stl_matrix & A_stl){
67 static inline void matrix_to_stl(gene_matrix & A, stl_matrix & A_stl){
/external/eigen/bench/btl/libs/eigen2/
H A Deigen2_interface.hh41 typedef std::vector<stl_vector> stl_matrix; typedef in class:eigen2_interface
61 static BTL_DONT_INLINE void matrix_from_stl(gene_matrix & A, stl_matrix & A_stl){
85 static BTL_DONT_INLINE void matrix_to_stl(gene_matrix & A, stl_matrix & A_stl){
/external/eigen/bench/btl/libs/eigen3/
H A Deigen3_interface.hh38 typedef std::vector<stl_vector> stl_matrix; typedef in class:eigen3_interface
52 static BTL_DONT_INLINE void matrix_from_stl(gene_matrix & A, stl_matrix & A_stl){
76 static BTL_DONT_INLINE void matrix_to_stl(gene_matrix & A, stl_matrix & A_stl){

Completed in 208 milliseconds

12