23 #ifndef COLUMNCONSTREF_H    24 #define COLUMNCONSTREF_H    26 #include "BoxConstRef.h"    33     typedef typename BoxConstRef<MAT>::const_reference const_reference;
    35     ColumnConstRef(
const MAT &m,
const size_t &c= 1,
const size_t &f= 1);
    36     ColumnConstRef(
const MAT &m,
const size_t &,
const size_t &,
const size_t &);
    38     virtual const_reference operator()(
size_t iRow)
 const Reference to a matrix box. 
Definition: BoxConstRef.h:47
Constant reference to a column of a matrix. 
Definition: ColumnConstRef.h:30
Rango de variación de un índice, se emplea en BoxConstRef. 
Definition: RangoIndice.h:30