00001 // Software License for MTL 00002 // 00003 // Copyright (c) 2007 The Trustees of Indiana University. 00004 // 2008 Dresden University of Technology and the Trustees of Indiana University. 00005 // All rights reserved. 00006 // Authors: Peter Gottschling and Andrew Lumsdaine 00007 // 00008 // This file is part of the Matrix Template Library 00009 // 00010 // See also license.mtl.txt in the distribution. 00011 00012 #ifndef MTL_MATRIX_MAT_MAT_ASGN_EXPR_INCLUDE 00013 #define MTL_MATRIX_MAT_MAT_ASGN_EXPR_INCLUDE 00014 00015 namespace mtl { namespace matrix { 00016 00017 00018 // Currently only dummy to be used in traits::eval_dense 00019 template <typename E1, typename E2> 00020 struct mat_mat_asgn_expr {}; 00021 00022 00023 00024 }} // namespace mtl::matrix 00025 00026 #endif // MTL_MATRIX_MAT_MAT_ASGN_EXPR_INCLUDE