Home
last modified time | relevance | path

Searched refs:vector_from_stl (Results 1 – 22 of 22) sorted by relevance

/external/eigen/bench/btl/actions/
Daction_rot.hh42 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()
Daction_axpby.hh46 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()
Daction_axpy.hh50 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()
Daction_matrix_vector_product.hh53 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()
Daction_ger.hh46 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()
Daction_atv_product.hh50 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()
Daction_symv.hh51 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()
Daction_syr2.hh50 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()
Daction_trisolve.hh56 Interface::vector_from_stl(X,X_stl); in Action_trisolve()
57 Interface::vector_from_stl(B,B_stl); in Action_trisolve()
Daction_lu_solve.hh68 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/
Dc_interface_base.h36 static inline void vector_from_stl(gene_vector & B, stl_vector & B_stl){ in vector_from_stl() function
/external/eigen/bench/btl/libs/blitz/
Dtiny_blitz_interface.hh59 static inline void vector_from_stl(gene_vector & B, stl_vector & B_stl){ in vector_from_stl() function in tiny_blitz_interface
Dblitz_interface.hh63 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/
Dtvmet_interface.hh56 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/
Dtensor_interface.hh51 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/
Dblaze_interface.hh60 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/
Dmtl4_interface.hh61 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/gmm/
Dgmm_interface.hh62 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/ublas/
Dublas_interface.hh56 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/eigen2/
Deigen2_interface.hh71 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/
DSTL_interface.hh55 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/
Deigen3_interface.hh62 static BTL_DONT_INLINE void vector_from_stl(gene_vector & B, stl_vector & B_stl){ in vector_from_stl() function in eigen3_interface