eigen/bench/btl/actions/basic_actions.hh

21 lines
414 B
C++
Raw Normal View History

#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"
2009-02-21 05:05:19 +08:00
#include "action_symv.hh"
2009-03-04 15:21:17 +08:00
// #include "action_symm.hh"
2009-02-21 05:05:19 +08:00
#include "action_syr2.hh"
#include "action_ger.hh"
2009-02-21 05:05:19 +08:00
// #include "action_lu_solve.hh"