| xc
    | 
Base class for the references to a matrix box. More...
#include <BoxConstRef.h>


| Public Member Functions | |
| BoxBaseRef (const ProtoMatrix &m, const size_t &f1=1, const size_t &c1=1) | |
| Constructor por defecto. | |
| BoxBaseRef (const ProtoMatrix &m, const size_t &, const size_t &, const size_t &, const size_t &) | |
| Constructor. | |
| BoxBaseRef (const ProtoMatrix &mat, const RangoIndice &row_range, const RangoIndice &column_range) | |
| Constructor. | |
| BoxBaseRef (const ProtoMatrix &mat, const RangoIndice &, const size_t &) | |
| Column alone constructor. | |
| BoxBaseRef (const ProtoMatrix &mat, const size_t &, const RangoIndice &) | |
| Row alone constructor. | |
| RangoIndice | getRowRange (void) const | 
| Return the row range. | |
| RangoIndice | getColumnRange (void) const | 
| Return the column range. | |
|  Public Member Functions inherited from ProtoMatrix | |
| ProtoMatrix (size_t n_rows=1, size_t n_columns=1) | |
| ProtoMatrix (const ProtoMatrix &other) | |
| ProtoMatrix & | operator= (const ProtoMatrix &m) | 
| virtual bool | operator== (const ProtoMatrix &other) const | 
| virtual void | resize (size_t n_rows, size_t n_columns) | 
| virtual size_t | Tam (void) | 
| size_t | getNumberOfRows (void) const | 
| size_t | getNumberOfColumns (void) const | 
| bool | CheckIndices (const size_t &f, const size_t &c) const | 
| bool | interior (const size_t &i, const size_t &j) const | 
| Return true if the indices correspond to a component. | |
| int | Cuadrada (void) const | 
| bool | isRow (void) const | 
| bool | isColumn (void) const | 
| virtual void | Print (std::ostream &os) const =0 | 
| Protected Attributes | |
| size_t | offset_f | 
| row offset. | |
| size_t | offset_c | 
| column offset. | |
|  Protected Attributes inherited from ProtoMatrix | |
| size_t | n_rows | 
| size_t | n_columns | 
| Additional Inherited Members | |
|  Protected Member Functions inherited from ProtoMatrix | |
| void | PutDim (size_t nRows, size_t nCols) | 
| void | inic (size_t n_rows, size_t n_columns) | 
| virtual bool | check_range (const size_t &iRow, const size_t &col) const | 
| void | check_put_box (size_t f, size_t c, const ProtoMatrix &box) const | 
| void | check_get_box (size_t f1, size_t c1, size_t f2, size_t c2) const | 
| void | check_sto_sum (const ProtoMatrix &m) const | 
| void | check_sto_dif (const ProtoMatrix &m) const | 
| void | check_traza (void) const | 
Base class for the references to a matrix box.
 1.8.13
 1.8.13