/external/eigen/bench/btl/actions/ |
D | action_hessenberg.hh | 118 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;
|
D | action_trisolve_matrix.hh | 143 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;
|
D | action_trmm.hh | 143 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;
|
D | action_matrix_matrix_product.hh | 128 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;
|
D | action_matrix_matrix_product_bis.hh | 50 typename Interface::stl_matrix A_stl; in calculate() 51 typename Interface::stl_matrix B_stl; in calculate() 52 typename Interface::stl_matrix X_stl; in calculate() 119 typename Interface::stl_matrix resu_stl(size); in calculate()
|
D | action_lu_decomp.hh | 112 typename Interface::stl_matrix X_stl; 113 typename Interface::stl_matrix C_stl; 114 typename Interface::stl_matrix resu_stl;
|
D | action_aat_product.hh | 126 typename Interface::stl_matrix A_stl; 127 typename Interface::stl_matrix X_stl; 128 typename Interface::stl_matrix resu_stl;
|
D | action_ata_product.hh | 126 typename Interface::stl_matrix A_stl; 127 typename Interface::stl_matrix X_stl; 128 typename Interface::stl_matrix resu_stl;
|
D | action_partial_lu.hh | 114 typename Interface::stl_matrix X_stl; 115 typename Interface::stl_matrix C_stl;
|
D | action_cholesky.hh | 117 typename Interface::stl_matrix X_stl; 118 typename Interface::stl_matrix C_stl;
|
D | action_syr2.hh | 41 typename Interface::stl_matrix tmp; in Action_syr2() 114 typename Interface::stl_matrix A_stl;
|
D | action_ger.hh | 37 typename Interface::stl_matrix tmp; in Action_ger() 111 typename Interface::stl_matrix A_stl;
|
/external/eigen/bench/btl/libs/STL/ |
D | STL_interface.hh | 36 typedef std::vector<stl_vector > stl_matrix; typedef in STL_interface 38 typedef stl_matrix gene_matrix; 51 static inline void matrix_from_stl(gene_matrix & A, stl_matrix & A_stl){ in matrix_from_stl() 64 static inline void matrix_to_stl(gene_matrix & A, stl_matrix & A_stl){ in matrix_to_stl() 217 static inline real norm_diff(const stl_matrix & A, const stl_matrix & B) in norm_diff()
|
/external/eigen/bench/btl/libs/BLAS/ |
D | c_interface_base.h | 15 typedef std::vector<stl_vector > stl_matrix; typedef 28 static inline void matrix_from_stl(gene_matrix & A, stl_matrix & A_stl){ in matrix_from_stl() 49 static inline void matrix_to_stl(gene_matrix & A, stl_matrix & A_stl){ in matrix_to_stl()
|
/external/eigen/bench/btl/libs/blitz/ |
D | tiny_blitz_interface.hh | 42 typedef std::vector<stl_vector > stl_matrix; typedef in tiny_blitz_interface 53 static inline void matrix_from_stl(gene_matrix & A, stl_matrix & A_stl){ in matrix_from_stl() 69 static inline void matrix_to_stl(gene_matrix & A, stl_matrix & A_stl){ in matrix_to_stl()
|
D | blitz_interface.hh | 41 typedef std::vector<stl_vector > stl_matrix; typedef in blitz_interface 54 static inline void matrix_from_stl(gene_matrix & A, stl_matrix & A_stl){ in matrix_from_stl() 76 static inline void matrix_to_stl(gene_matrix & A, stl_matrix & A_stl){ in matrix_to_stl()
|
/external/eigen/bench/btl/libs/tvmet/ |
D | tvmet_interface.hh | 39 typedef std::vector<stl_vector > stl_matrix; typedef in tvmet_interface 50 static inline void matrix_from_stl(gene_matrix & A, stl_matrix & A_stl){ in matrix_from_stl() 67 static inline void matrix_to_stl(gene_matrix & A, stl_matrix & A_stl){ in matrix_to_stl()
|
/external/eigen/bench/btl/libs/tensors/ |
D | tensor_interface.hh | 26 typedef std::vector<stl_vector> stl_matrix; typedef in tensor_interface 41 static BTL_DONT_INLINE void matrix_from_stl(gene_matrix & A, stl_matrix & A_stl){ in matrix_from_stl() 65 static BTL_DONT_INLINE void matrix_to_stl(gene_matrix & A, stl_matrix & A_stl){ in matrix_to_stl()
|
/external/eigen/bench/btl/libs/blaze/ |
D | blaze_interface.hh | 35 typedef std::vector<stl_vector > stl_matrix; typedef in blaze_interface 50 static inline void matrix_from_stl(gene_matrix & A, stl_matrix & A_stl){ in matrix_from_stl() 73 static inline void matrix_to_stl(gene_matrix & A, stl_matrix & A_stl){ in matrix_to_stl()
|
/external/eigen/bench/btl/libs/mtl4/ |
D | mtl4_interface.hh | 36 typedef std::vector<stl_vector > stl_matrix; typedef in mtl4_interface 51 static inline void matrix_from_stl(gene_matrix & A, stl_matrix & A_stl){ in matrix_from_stl() 74 static inline void matrix_to_stl(gene_matrix & A, stl_matrix & A_stl){ in matrix_to_stl()
|
/external/eigen/bench/btl/libs/ublas/ |
D | ublas_interface.hh | 38 typedef std::vector<stl_vector> stl_matrix; typedef in ublas_interface 49 static inline void matrix_from_stl(gene_matrix & A, stl_matrix & A_stl){ in matrix_from_stl() 67 static inline void matrix_to_stl(gene_matrix & A, stl_matrix & A_stl){ in matrix_to_stl()
|
/external/eigen/bench/btl/libs/gmm/ |
D | gmm_interface.hh | 34 typedef std::vector<stl_vector > stl_matrix; typedef in gmm_interface 52 static inline void matrix_from_stl(gene_matrix & A, stl_matrix & A_stl){ in matrix_from_stl() 70 static inline void matrix_to_stl(gene_matrix & A, stl_matrix & A_stl){ in matrix_to_stl()
|
/external/eigen/bench/btl/libs/eigen2/ |
D | eigen2_interface.hh | 41 typedef std::vector<stl_vector> stl_matrix; typedef in eigen2_interface 61 static BTL_DONT_INLINE void matrix_from_stl(gene_matrix & A, stl_matrix & A_stl){ in matrix_from_stl() 85 static BTL_DONT_INLINE void matrix_to_stl(gene_matrix & A, stl_matrix & A_stl){ in matrix_to_stl()
|
/external/eigen/bench/btl/ |
D | README | 95 *** stl_matrix : must correspond to std::vector<stl_vector> 103 …*** matrix_from_stl(gene_matrix & A, stl_matrix & A_stl) copy the content of an stl_matrix A_stl i… 107 …*** matrix_to_stl(gene_matrix & A, stl_matrix & A_stl) copy the content of an gene_matrix A into a…
|
/external/eigen/bench/btl/libs/eigen3/ |
D | eigen3_interface.hh | 38 typedef std::vector<stl_vector> stl_matrix; typedef in eigen3_interface 52 static BTL_DONT_INLINE void matrix_from_stl(gene_matrix & A, stl_matrix & A_stl){ in matrix_from_stl() 76 static BTL_DONT_INLINE void matrix_to_stl(gene_matrix & A, stl_matrix & A_stl){ in matrix_to_stl()
|