1*bf2c3715SXin Li 2*bf2c3715SXin Li #include "action_axpy.hh" 3*bf2c3715SXin Li #include "action_axpby.hh" 4*bf2c3715SXin Li 5*bf2c3715SXin Li #include "action_matrix_vector_product.hh" 6*bf2c3715SXin Li #include "action_atv_product.hh" 7*bf2c3715SXin Li 8*bf2c3715SXin Li #include "action_matrix_matrix_product.hh" 9*bf2c3715SXin Li #include "action_ata_product.hh" 10*bf2c3715SXin Li #include "action_aat_product.hh" 11*bf2c3715SXin Li 12*bf2c3715SXin Li #include "action_trisolve.hh" 13*bf2c3715SXin Li #include "action_trmm.hh" 14*bf2c3715SXin Li #include "action_symv.hh" 15*bf2c3715SXin Li // #include "action_symm.hh" 16*bf2c3715SXin Li #include "action_syr2.hh" 17*bf2c3715SXin Li #include "action_ger.hh" 18*bf2c3715SXin Li #include "action_rot.hh" 19*bf2c3715SXin Li 20*bf2c3715SXin Li // #include "action_lu_solve.hh" 21*bf2c3715SXin Li 22