From afa60007260e90949145ddc2080b9bf0db4726fc Mon Sep 17 00:00:00 2001 From: Michael Stevens Date: Mon, 20 Jun 2005 13:49:58 +0000 Subject: [PATCH] matrix_proxy required for row/column functions. Could be implemented without to avoid this dependency svn path=/trunk/boost/boost/numeric/ublas/; revision=29707 --- include/boost/numeric/ublas/operation.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/numeric/ublas/operation.hpp b/include/boost/numeric/ublas/operation.hpp index 98590ef7..f99b9926 100644 --- a/include/boost/numeric/ublas/operation.hpp +++ b/include/boost/numeric/ublas/operation.hpp @@ -21,7 +21,7 @@ #ifndef BOOST_UBLAS_OPERATION_H #define BOOST_UBLAS_OPERATION_H -#include +#include // axpy-based products // Alexei Novakov had a lot of ideas to improve these. Thanks.