aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/btl/actions/basic_actions.hh
diff options
context:
space:
mode:
Diffstat (limited to 'bench/btl/actions/basic_actions.hh')
-rw-r--r--bench/btl/actions/basic_actions.hh15
1 files changed, 15 insertions, 0 deletions
diff --git a/bench/btl/actions/basic_actions.hh b/bench/btl/actions/basic_actions.hh
new file mode 100644
index 000000000..fd2e74950
--- /dev/null
+++ b/bench/btl/actions/basic_actions.hh
@@ -0,0 +1,15 @@
+
+#include "action_axpy.hh"
+#include "action_axpby.hh"
+
+#include "action_matrix_vector_product.hh"
+#include "action_atv_product.hh"
+
+#include "action_matrix_matrix_product.hh"
+#include "action_ata_product.hh"
+#include "action_aat_product.hh"
+
+#include "action_trisolve.hh"
+
+// #include "action_lu_solve.hh"
+