00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012 #ifndef MTL_ALL_MAT_EXPR_INCLUDE
00013 #define MTL_ALL_MAT_EXPR_INCLUDE
00014
00015 #include <boost/numeric/mtl/matrix/mat_expr.hpp>
00016 #include <boost/numeric/mtl/matrix/mat_mat_minus_expr.hpp>
00017 #include <boost/numeric/mtl/matrix/mat_mat_plus_expr.hpp>
00018 #include <boost/numeric/mtl/matrix/mat_mat_times_expr.hpp>
00019 #include <boost/numeric/mtl/matrix/mat_mat_ele_times_expr.hpp>
00020 #include <boost/numeric/mtl/matrix/mat_mat_asgn_expr.hpp>
00021
00022 #if 0
00023 #include <boost/numeric/mtl/matrix/mat_mat_plus_asgn_expr.hpp>
00024 #endif
00025
00026 #endif // MTL_ALL_MAT_EXPR_INCLUDE