Skylark (Sketching Library)  0.1
Classes | Typedefs
/var/lib/jenkins/jobs/Skylark/workspace/ml/BlockADMM.hpp File Reference
#include <elemental.hpp>
#include <skylark.hpp>
#include <cmath>
#include <boost/mpi.hpp>
#include "../utility/timer.hpp"
#include "hilbert.hpp"
Include dependency graph for BlockADMM.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BlockADMMSolver< T >

Typedefs

typedef elem::DistMatrix
< double, elem::STAR, elem::VC > 
DistInputMatrixType
typedef elem::DistMatrix
< double, elem::VC, elem::STAR > 
DistTargetMatrixType
typedef elem::Matrix< double > LocalMatrixType
typedef
skylark::base::sparse_matrix_t
< double > 
sparse_matrix_t

Typedef Documentation

typedef elem::DistMatrix<double, elem::STAR, elem::VC> DistInputMatrixType

Definition at line 17 of file BlockADMM.hpp.

typedef elem::DistMatrix<double, elem::VC, elem::STAR> DistTargetMatrixType

Definition at line 20 of file BlockADMM.hpp.

typedef elem::Matrix<double> LocalMatrixType

Definition at line 22 of file BlockADMM.hpp.

Definition at line 23 of file BlockADMM.hpp.