How to delete the first rows/columns in a boost::multi_array?
It is very easy to delete the last rows or columns in a boost::multi_array
, for example, using the following minimal example:
How to delete the last rows/columns in a boost::multi_array?
It is very easy to delete the last rows or columns in a boost::multi_array
, for example, using the following minimal example: