Home
last modified time | relevance | path

Searched refs:matrix_to_stl (Results 1 – 19 of 19) sorted by relevance

/external/eigen/bench/btl/actions/
Daction_hessenberg.hh102 Interface::matrix_to_stl(C,resu_stl); in check_result()
205 Interface::matrix_to_stl(C,resu_stl); in check_result()
Daction_lu_decomp.hh96 Interface::matrix_to_stl(C,resu_stl); in check_result()
Daction_aat_product.hh110 Interface::matrix_to_stl(X,resu_stl); in check_result()
Daction_ata_product.hh110 Interface::matrix_to_stl(X,resu_stl); in check_result()
Daction_matrix_matrix_product.hh115 Interface::matrix_to_stl(X,resu_stl); in check_result()
Daction_matrix_matrix_product_bis.hh121 Interface::matrix_to_stl(X,resu_stl); in calculate()
/external/eigen/bench/btl/libs/BLAS/
Dc_interface_base.h49 static inline void matrix_to_stl(gene_matrix & A, stl_matrix & A_stl){ in matrix_to_stl() function
/external/eigen/bench/btl/libs/blitz/
Dtiny_blitz_interface.hh69 static inline void matrix_to_stl(gene_matrix & A, stl_matrix & A_stl){ in matrix_to_stl() function in tiny_blitz_interface
Dblitz_interface.hh76 static inline void matrix_to_stl(gene_matrix & A, stl_matrix & A_stl){ in matrix_to_stl() function in blitz_interface
/external/eigen/bench/btl/libs/tvmet/
Dtvmet_interface.hh67 static inline void matrix_to_stl(gene_matrix & A, stl_matrix & A_stl){ in matrix_to_stl() function in tvmet_interface
/external/eigen/bench/btl/libs/tensors/
Dtensor_interface.hh65 static BTL_DONT_INLINE void matrix_to_stl(gene_matrix & A, stl_matrix & A_stl){ in matrix_to_stl() function in tensor_interface
/external/eigen/bench/btl/libs/blaze/
Dblaze_interface.hh73 static inline void matrix_to_stl(gene_matrix & A, stl_matrix & A_stl){ in matrix_to_stl() function in blaze_interface
/external/eigen/bench/btl/libs/mtl4/
Dmtl4_interface.hh74 static inline void matrix_to_stl(gene_matrix & A, stl_matrix & A_stl){ in matrix_to_stl() function in mtl4_interface
/external/eigen/bench/btl/libs/gmm/
Dgmm_interface.hh70 static inline void matrix_to_stl(gene_matrix & A, stl_matrix & A_stl){ in matrix_to_stl() function in gmm_interface
/external/eigen/bench/btl/libs/ublas/
Dublas_interface.hh67 static inline void matrix_to_stl(gene_matrix & A, stl_matrix & A_stl){ in matrix_to_stl() function in ublas_interface
/external/eigen/bench/btl/libs/eigen2/
Deigen2_interface.hh85 static BTL_DONT_INLINE void matrix_to_stl(gene_matrix & A, stl_matrix & A_stl){ in matrix_to_stl() function in eigen2_interface
/external/eigen/bench/btl/libs/STL/
DSTL_interface.hh64 static inline void matrix_to_stl(gene_matrix & A, stl_matrix & A_stl){ in matrix_to_stl() function in STL_interface
/external/eigen/bench/btl/libs/eigen3/
Deigen3_interface.hh76 static BTL_DONT_INLINE void matrix_to_stl(gene_matrix & A, stl_matrix & A_stl){ in matrix_to_stl() function in eigen3_interface
/external/eigen/bench/btl/
DREADME107 …*** matrix_to_stl(gene_matrix & A, stl_matrix & A_stl) copy the content of an gene_matrix A into a…