I'm using Boost libraries for my program
 
I would like to know if there is any control method to avoid any access out of the range of my matrix
 
for example: I have a 4x4 matrix and for some reason I'm trying to access to the Matrix(4,3) element (considering i and j starting from 0)
 
Many thanks for the help
 
ciao,
Matteo