/external/eigen/bench/btl/actions/ |
D | action_trisolve_matrix.hh | 58 Interface::matrix_from_stl(A_ref,A_stl); in Action_trisolve_matrix() 59 Interface::matrix_from_stl(B_ref,B_stl); in Action_trisolve_matrix() 60 Interface::matrix_from_stl(X_ref,X_stl); in Action_trisolve_matrix() 62 Interface::matrix_from_stl(A,A_stl); in Action_trisolve_matrix() 63 Interface::matrix_from_stl(B,B_stl); in Action_trisolve_matrix() 64 Interface::matrix_from_stl(X,X_stl); in Action_trisolve_matrix()
|
D | action_trmm.hh | 58 Interface::matrix_from_stl(A_ref,A_stl); in Action_trmm() 59 Interface::matrix_from_stl(B_ref,B_stl); in Action_trmm() 60 Interface::matrix_from_stl(X_ref,X_stl); in Action_trmm() 62 Interface::matrix_from_stl(A,A_stl); in Action_trmm() 63 Interface::matrix_from_stl(B,B_stl); in Action_trmm() 64 Interface::matrix_from_stl(X,X_stl); in Action_trmm()
|
D | action_matrix_matrix_product.hh | 51 Interface::matrix_from_stl(A_ref,A_stl); in Action_matrix_matrix_product() 52 Interface::matrix_from_stl(B_ref,B_stl); in Action_matrix_matrix_product() 53 Interface::matrix_from_stl(X_ref,X_stl); in Action_matrix_matrix_product() 55 Interface::matrix_from_stl(A,A_stl); in Action_matrix_matrix_product() 56 Interface::matrix_from_stl(B,B_stl); in Action_matrix_matrix_product() 57 Interface::matrix_from_stl(X,X_stl); in Action_matrix_matrix_product()
|
D | action_matrix_matrix_product_bis.hh | 69 Interface::matrix_from_stl(A_ref,A_stl); in calculate() 70 Interface::matrix_from_stl(B_ref,B_stl); in calculate() 71 Interface::matrix_from_stl(X_ref,X_stl); in calculate() 73 Interface::matrix_from_stl(A,A_stl); in calculate() 74 Interface::matrix_from_stl(B,B_stl); in calculate() 75 Interface::matrix_from_stl(X,X_stl); in calculate()
|
D | action_hessenberg.hh | 48 Interface::matrix_from_stl(X_ref,X_stl); in Action_hessenberg() 49 Interface::matrix_from_stl(X,X_stl); in Action_hessenberg() 50 Interface::matrix_from_stl(C,C_stl); in Action_hessenberg() 154 Interface::matrix_from_stl(X_ref,X_stl); in Action_tridiagonalization() 155 Interface::matrix_from_stl(X,X_stl); in Action_tridiagonalization() 156 Interface::matrix_from_stl(C,C_stl); in Action_tridiagonalization()
|
D | action_aat_product.hh | 50 Interface::matrix_from_stl(A_ref,A_stl); in Action_aat_product() 51 Interface::matrix_from_stl(X_ref,X_stl); in Action_aat_product() 53 Interface::matrix_from_stl(A,A_stl); in Action_aat_product() 54 Interface::matrix_from_stl(X,X_stl); in Action_aat_product()
|
D | action_ata_product.hh | 50 Interface::matrix_from_stl(A_ref,A_stl); in Action_ata_product() 51 Interface::matrix_from_stl(X_ref,X_stl); in Action_ata_product() 53 Interface::matrix_from_stl(A,A_stl); in Action_ata_product() 54 Interface::matrix_from_stl(X,X_stl); in Action_ata_product()
|
D | action_lu_decomp.hh | 48 Interface::matrix_from_stl(X_ref,X_stl); in Action_lu_decomp() 49 Interface::matrix_from_stl(X,X_stl); in Action_lu_decomp() 50 Interface::matrix_from_stl(C,C_stl); in Action_lu_decomp()
|
D | action_partial_lu.hh | 50 Interface::matrix_from_stl(X_ref,X_stl); in Action_partial_lu() 51 Interface::matrix_from_stl(X,X_stl); in Action_partial_lu() 52 Interface::matrix_from_stl(C,C_stl); in Action_partial_lu()
|
D | action_cholesky.hh | 50 Interface::matrix_from_stl(X_ref,X_stl); in Action_cholesky() 51 Interface::matrix_from_stl(X,X_stl); in Action_cholesky() 52 Interface::matrix_from_stl(C,C_stl); in Action_cholesky()
|
D | action_lu_solve.hh | 67 Interface::matrix_from_stl(A,A_stl); in calculate() 70 Interface::matrix_from_stl(LU,A_stl); in calculate()
|
D | action_atv_product.hh | 49 Interface::matrix_from_stl(A_ref,A_stl); in Action_atv_product() 53 Interface::matrix_from_stl(A,A_stl); in Action_atv_product()
|
D | action_syr2.hh | 48 Interface::matrix_from_stl(A_ref,A_stl); in Action_syr2() 49 Interface::matrix_from_stl(A,A_stl); in Action_syr2()
|
D | action_ger.hh | 44 Interface::matrix_from_stl(A_ref,A_stl); in Action_ger() 45 Interface::matrix_from_stl(A,A_stl); in Action_ger()
|
D | action_symv.hh | 49 Interface::matrix_from_stl(A_ref,A_stl); in Action_symv() 50 Interface::matrix_from_stl(A,A_stl); in Action_symv()
|
D | action_matrix_vector_product.hh | 51 Interface::matrix_from_stl(A_ref,A_stl); in Action_matrix_vector_product() 52 Interface::matrix_from_stl(A,A_stl); in Action_matrix_vector_product()
|
D | action_trisolve.hh | 55 Interface::matrix_from_stl(L,L_stl); in Action_trisolve()
|
/external/eigen/bench/btl/libs/BLAS/ |
D | c_interface_base.h | 28 static inline void matrix_from_stl(gene_matrix & A, stl_matrix & A_stl){ in matrix_from_stl() function
|
/external/eigen/bench/btl/libs/blitz/ |
D | tiny_blitz_interface.hh | 53 static inline void matrix_from_stl(gene_matrix & A, stl_matrix & A_stl){ in matrix_from_stl() function in tiny_blitz_interface
|
D | blitz_interface.hh | 54 static inline void matrix_from_stl(gene_matrix & A, stl_matrix & A_stl){ in matrix_from_stl() function in blitz_interface
|
/external/eigen/bench/btl/libs/tvmet/ |
D | tvmet_interface.hh | 50 static inline void matrix_from_stl(gene_matrix & A, stl_matrix & A_stl){ in matrix_from_stl() function in tvmet_interface
|
/external/eigen/bench/btl/libs/tensors/ |
D | tensor_interface.hh | 41 static BTL_DONT_INLINE void matrix_from_stl(gene_matrix & A, stl_matrix & A_stl){ in matrix_from_stl() function in tensor_interface
|
/external/eigen/bench/btl/libs/blaze/ |
D | blaze_interface.hh | 50 static inline void matrix_from_stl(gene_matrix & A, stl_matrix & A_stl){ in matrix_from_stl() function in blaze_interface
|
/external/eigen/bench/btl/libs/mtl4/ |
D | mtl4_interface.hh | 51 static inline void matrix_from_stl(gene_matrix & A, stl_matrix & A_stl){ in matrix_from_stl() function in mtl4_interface
|
/external/eigen/bench/btl/libs/ublas/ |
D | ublas_interface.hh | 49 static inline void matrix_from_stl(gene_matrix & A, stl_matrix & A_stl){ in matrix_from_stl() function in ublas_interface
|