|
Skylark (Sketching Library)
0.1
|
#include <elemental.hpp>#include <skylark.hpp>#include <cmath>#include <boost/mpi.hpp>#include "../utility/timer.hpp"#include "hilbert.hpp"

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 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.
| typedef skylark::base::sparse_matrix_t<double> sparse_matrix_t |
Definition at line 23 of file BlockADMM.hpp.
1.7.6.1