HomeSort by relevance Sort by last modified time
    Searched refs:stl_matrix (Results 1 - 25 of 30) sorted by null

1 2

  /external/eigen/bench/btl/actions/
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;
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;
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;
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;
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;
action_matrix_matrix_product_bis.hh 50 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);
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;
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;
action_cholesky.hh 117 typename Interface::stl_matrix X_stl;
118 typename Interface::stl_matrix C_stl;
action_partial_lu.hh 114 typename Interface::stl_matrix X_stl;
115 typename Interface::stl_matrix C_stl;
action_ger.hh 37 typename Interface::stl_matrix tmp;
111 typename Interface::stl_matrix A_stl;
action_syr2.hh 41 typename Interface::stl_matrix tmp;
114 typename Interface::stl_matrix A_stl;
action_rot.hh 37 typename Interface::stl_matrix tmp;
action_trisolve.hh 124 typename Interface::stl_matrix L_stl;
  /external/eigen/bench/btl/libs/BLAS/
c_interface_base.h 15 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/
tiny_blitz_interface.hh 42 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){
blitz_interface.hh 41 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/
tvmet_interface.hh 39 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/
STL_interface.hh 36 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/blaze/
blaze_interface.hh 35 typedef std::vector<stl_vector > stl_matrix; typedef in class:blaze_interface
50 static inline void matrix_from_stl(gene_matrix & A, stl_matrix & A_stl){
73 static inline void matrix_to_stl(gene_matrix & A, stl_matrix & A_stl){
  /external/eigen/bench/btl/libs/gmm/
gmm_interface.hh 34 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/
mtl4_interface.hh 36 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/tensors/
tensor_interface.hh 26 typedef std::vector<stl_vector> stl_matrix; typedef in class:tensor_interface
41 static BTL_DONT_INLINE void matrix_from_stl(gene_matrix & A, stl_matrix & A_stl){
65 static BTL_DONT_INLINE void matrix_to_stl(gene_matrix & A, stl_matrix & A_stl){
  /external/eigen/bench/btl/libs/ublas/
ublas_interface.hh 38 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/
eigen2_interface.hh 41 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){

Completed in 141 milliseconds

1 2