/external/eigen/bench/btl/actions/ |
D | action_rot.hh | 42 Interface::vector_from_stl(A_ref,A_stl); in Action_rot() 43 Interface::vector_from_stl(A,A_stl); in Action_rot() 44 Interface::vector_from_stl(B_ref,B_stl); in Action_rot() 45 Interface::vector_from_stl(B,B_stl); in Action_rot()
|
D | action_axpy.hh | 50 Interface::vector_from_stl(X_ref,X_stl); in Action_axpy() 51 Interface::vector_from_stl(Y_ref,Y_stl); in Action_axpy() 53 Interface::vector_from_stl(X,X_stl); in Action_axpy() 54 Interface::vector_from_stl(Y,Y_stl); in Action_axpy()
|
D | action_axpby.hh | 46 Interface::vector_from_stl(X_ref,X_stl); in Action_axpby() 47 Interface::vector_from_stl(Y_ref,Y_stl); in Action_axpby() 49 Interface::vector_from_stl(X,X_stl); in Action_axpby() 50 Interface::vector_from_stl(Y,Y_stl); in Action_axpby()
|
D | action_atv_product.hh | 50 Interface::vector_from_stl(B_ref,B_stl); in Action_atv_product() 51 Interface::vector_from_stl(X_ref,X_stl); in Action_atv_product() 54 Interface::vector_from_stl(B,B_stl); in Action_atv_product() 55 Interface::vector_from_stl(X,X_stl); in Action_atv_product()
|
D | action_syr2.hh | 50 Interface::vector_from_stl(B_ref,B_stl); in Action_syr2() 51 Interface::vector_from_stl(B,B_stl); in Action_syr2() 52 Interface::vector_from_stl(X_ref,X_stl); in Action_syr2() 53 Interface::vector_from_stl(X,X_stl); in Action_syr2()
|
D | action_ger.hh | 46 Interface::vector_from_stl(B_ref,B_stl); in Action_ger() 47 Interface::vector_from_stl(B,B_stl); in Action_ger() 48 Interface::vector_from_stl(X_ref,X_stl); in Action_ger() 49 Interface::vector_from_stl(X,X_stl); in Action_ger()
|
D | action_symv.hh | 51 Interface::vector_from_stl(B_ref,B_stl); in Action_symv() 52 Interface::vector_from_stl(B,B_stl); in Action_symv() 53 Interface::vector_from_stl(X_ref,X_stl); in Action_symv() 54 Interface::vector_from_stl(X,X_stl); in Action_symv()
|
D | action_matrix_vector_product.hh | 53 Interface::vector_from_stl(B_ref,B_stl); in Action_matrix_vector_product() 54 Interface::vector_from_stl(B,B_stl); in Action_matrix_vector_product() 55 Interface::vector_from_stl(X_ref,X_stl); in Action_matrix_vector_product() 56 Interface::vector_from_stl(X,X_stl); in Action_matrix_vector_product()
|
D | action_trisolve.hh | 56 Interface::vector_from_stl(X,X_stl); in Action_trisolve() 57 Interface::vector_from_stl(B,B_stl); in Action_trisolve()
|
D | action_lu_solve.hh | 68 Interface::vector_from_stl(B,B_stl); in calculate() 69 Interface::vector_from_stl(X,X_stl); in calculate()
|
/external/eigen/bench/btl/libs/BLAS/ |
D | c_interface_base.h | 36 static inline void vector_from_stl(gene_vector & B, stl_vector & B_stl){ in vector_from_stl() function
|
/external/eigen/bench/btl/libs/blitz/ |
D | tiny_blitz_interface.hh | 59 static inline void vector_from_stl(gene_vector & B, stl_vector & B_stl){ in vector_from_stl() function in tiny_blitz_interface
|
D | blitz_interface.hh | 63 static inline void vector_from_stl(gene_vector & B, stl_vector & B_stl){ in vector_from_stl() function in blitz_interface
|
/external/eigen/bench/btl/libs/tvmet/ |
D | tvmet_interface.hh | 56 static inline void vector_from_stl(gene_vector & B, stl_vector & B_stl){ in vector_from_stl() function in tvmet_interface
|
/external/eigen/bench/btl/libs/tensors/ |
D | tensor_interface.hh | 51 static BTL_DONT_INLINE void vector_from_stl(gene_vector & B, stl_vector & B_stl){ in vector_from_stl() function in tensor_interface
|
/external/eigen/bench/btl/libs/blaze/ |
D | blaze_interface.hh | 60 static inline void vector_from_stl(gene_vector & B, stl_vector & B_stl){ in vector_from_stl() function in blaze_interface
|
/external/eigen/bench/btl/libs/mtl4/ |
D | mtl4_interface.hh | 61 static inline void vector_from_stl(gene_vector & B, stl_vector & B_stl){ in vector_from_stl() function in mtl4_interface
|
/external/eigen/bench/btl/libs/ublas/ |
D | ublas_interface.hh | 56 static inline void vector_from_stl(gene_vector & B, stl_vector & B_stl){ in vector_from_stl() function in ublas_interface
|
/external/eigen/bench/btl/libs/gmm/ |
D | gmm_interface.hh | 62 static inline void vector_from_stl(gene_vector & B, stl_vector & B_stl){ in vector_from_stl() function in gmm_interface
|
/external/eigen/bench/btl/libs/eigen2/ |
D | eigen2_interface.hh | 71 static BTL_DONT_INLINE void vector_from_stl(gene_vector & B, stl_vector & B_stl){ in vector_from_stl() function in eigen2_interface
|
/external/eigen/bench/btl/libs/STL/ |
D | STL_interface.hh | 55 static inline void vector_from_stl(gene_vector & B, stl_vector & B_stl){ in vector_from_stl() function in STL_interface
|
/external/eigen/bench/btl/libs/eigen3/ |
D | eigen3_interface.hh | 62 static BTL_DONT_INLINE void vector_from_stl(gene_vector & B, stl_vector & B_stl){ in vector_from_stl() function in eigen3_interface
|