2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-26 17:12:10 +00:00

matrix_proxy required for row/column functions.

Could be implemented without to avoid this dependency

svn path=/trunk/boost/boost/numeric/ublas/; revision=29707
This commit is contained in:
Michael Stevens
2005-06-20 13:49:58 +00:00
parent 7480d957fb
commit afa6000726

View File

@@ -21,7 +21,7 @@
#ifndef BOOST_UBLAS_OPERATION_H
#define BOOST_UBLAS_OPERATION_H
#include <boost/numeric/ublas/traits.hpp>
#include <boost/numeric/ublas/matrix_proxy.hpp>
// axpy-based products
// Alexei Novakov had a lot of ideas to improve these. Thanks.