#include <boost/la/delrc.hpp>
namespace
boost
{
namespace
la
{
template <int R,int C>
-unspecified-return-type- delrc();
}
}
The expression m|delrc<R,C> returns a view proxy that looks like the matrix m with row R and column C removed.