A simple matrix view object. More...
#include <vector.h>
Public Member Functions | |
const double & | operator() (size_t row, size_t col) const |
Return a reference to the element at row row and column col . | |
size_t | size1 () |
Return the number of rows. | |
size_t | size2 () |
Return the number of columns. | |
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).