Skylark (Sketching Library)  0.1
Functions
/var/lib/jenkins/jobs/Skylark/workspace/ml/utils.hpp File Reference
#include <elemental.hpp>
Include dependency graph for utils.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int max (elem::Matrix< double > Y)
int min (elem::Matrix< double > Y)
template<class LabelType >
int GetNumTargets (const boost::mpi::communicator &comm, LabelType &Y)

Function Documentation

template<class LabelType >
int GetNumTargets ( const boost::mpi::communicator &  comm,
LabelType &  Y 
)

Definition at line 17 of file utils.hpp.

References max(), and min().

Referenced by BlockADMMSolver< T >::train().

Here is the call graph for this function:

int max ( elem::Matrix< double >  Y)
int min ( elem::Matrix< double >  Y)