Public Member Functions | List of all members
o2scl::const_matrix_view Class Reference

A simple matrix view object. More...

#include <vector.h>

Inheritance diagram for o2scl::const_matrix_view:
o2scl::const_matrix_view_table<> o2scl::const_matrix_view_table< vec_t > o2scl::const_matrix_view_table_transpose< vec_t >

Detailed Description

Definition at line 2888 of file 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 () const
 Return the number of rows.
 
size_t size2 () const
 Return the number of columns.
 

The documentation for this class was generated from the following file:

Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).