| 
    Scythe-1.0.3
   
    
   
   | 
  
  
  
 
| 
 
template<typename T_type = double, matrix_order ORDER = Col, matrix_style STYLE = Concrete>  
template<matrix_order I_ORDER>  
      
 Get an iterator pointing to the end of a Matrix. This is a factory that returns a matrix_random_access_iterator that points to just after the last element in the given Matrix. This is a general template of this function. It allows the user to generate iterators that iterate over the given Matrix in any order through an explicit template instantiation. Referenced by scythe::diag(), scythe::median(), scythe::mode(), scythe::Matrix< T_type, M_ORDER, M_STYLE >::operator=(), scythe::Matrix< T_type, M_ORDER, M_STYLE >::rbegin(), and scythe::sortc().  | 
  
 1.7.6.1