$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r68283 - sandbox/odeint/branches/karsten/boost/numeric/odeint/algebra
From: karsten.ahnert_at_[hidden]
Date: 2011-01-19 07:48:45
Author: karsten
Date: 2011-01-19 07:48:39 EST (Wed, 19 Jan 2011)
New Revision: 68283
URL: http://svn.boost.org/trac/boost/changeset/68283
Log:
* inculding vector_space_reduce.hpp
Added:
   sandbox/odeint/branches/karsten/boost/numeric/odeint/algebra/vector_space_reduce.hpp   (contents, props changed)
Added: sandbox/odeint/branches/karsten/boost/numeric/odeint/algebra/vector_space_reduce.hpp
==============================================================================
--- (empty file)
+++ sandbox/odeint/branches/karsten/boost/numeric/odeint/algebra/vector_space_reduce.hpp	2011-01-19 07:48:39 EST (Wed, 19 Jan 2011)
@@ -0,0 +1,32 @@
+/*
+ * vector_space_reduce.hpp
+ *
+ *  Created on: Jan 19, 2011
+ *      Author: karsten
+ */
+
+#ifndef VECTOR_SPACE_REDUCE_HPP_
+#define VECTOR_SPACE_REDUCE_HPP_
+
+namespace boost {
+namespace numeric {
+namespace odeint {
+
+template< class State > struct vector_space_reduce;
+
+//template< class LorenzState >
+//class vector_space_reduce
+//{
+//	template< class Value , class Op >
+//	Value operator()( const State & , Op op , Value init ) const
+//	{
+//		// ...
+//	}
+//};
+
+} // odeint
+} // numeric
+} // boost
+
+
+#endif /* VECTOR_SPACE_REDUCE_HPP_ */