Boost logo

Ublas :

Subject: [ublas] Help with boost Matrix
From: Matteo Santini (matteoit81boost_at_[hidden])
Date: 2009-01-27 09:06:12


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