/* * Copyright 2011 Mario Mulansky * Copyright 2012 Karsten Ahnert * * Distributed under the Boost Software License, Version 1.0. * (See accompanying file LICENSE_1_0.txt or * copy at http://www.boost.org/LICENSE_1_0.txt) */ #include using namespace std; struct rt_algebra { template< typename T , size_t dim > inline static void foreach( boost::array< T , dim > & x_tmp , const boost::array< T , dim > &x , //const vector< double > &a , const double* a , const boost::array< T , dim > *k_vector , const double dt , const size_t s ) { for( size_t i=0 ; i