26 #include "BoxConstRef.h" 33 typedef typename BoxConstRef<MAT>::const_reference const_reference;
35 RowConstRef(
const MAT &m,
const size_t &f= 1,
const size_t &c= 1);
36 RowConstRef(
const MAT &m,
const size_t &,
const size_t &,
const size_t &);
38 virtual const_reference operator()(
size_t col)
const Reference to a matrix box.
Definition: BoxConstRef.h:47
Reference to a matrix row.
Definition: RowConstRef.h:30
Rango de variación de un índice, se emplea en BoxConstRef.
Definition: RangoIndice.h:30