[mlpack-svn] [MLPACK] #359: arma::subviews do not have the max() member function implemented

MLPACK Trac trac at coffeetalk-1.cc.gatech.edu
Mon Aug 11 14:42:02 EDT 2014


#359: arma::subviews do not have the max() member function implemented
------------------------------+---------------------------------------------
 Reporter:  rcurtin           |        Owner:  rcurtin                
     Type:  defect            |       Status:  new                    
 Priority:  major             |    Milestone:  mlpack 1.1.0           
Component:  armadillo sparse  |     Keywords:  armadillo, max, subview
 Blocking:                    |   Blocked By:                         
------------------------------+---------------------------------------------
 Specifically, they do not seem to have the function max() implemented
 which returns the index of the maximum value.  The implementation will be
 simple; it is just not there right now.

 This ticket is basically just a note to myself, although, anyone with
 sufficient time could do it.  It is resolved when statements like the
 following compile and work...

 {{{
 mat D; // fill this somehow...
 D.row(i).max(max_value);
 D.col(j).max(max_value);
 D.submat(...).max(max_value);
 }}}

-- 
Ticket URL: <http://trac.research.cc.gatech.edu/fastlab/ticket/359>
MLPACK <www.fast-lab.org>
MLPACK is an intuitive, fast, and scalable C++ machine learning library developed at Georgia Tech.


More information about the mlpack-svn mailing list