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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user