#include <iostream>
#include <functional>
#include <cstring>
#include <vector>
#include <utility>
#include <ext/hash_map>
#include <elemental.hpp>
#include <boost/mpi.hpp>
#include <skylark.hpp>
#include "utilities.hpp"
#include "parser.hpp"
Go to the source code of this file.
Typedef Documentation
Typedef DistMatrix and Matrix
Definition at line 25 of file svd.cpp.
Function Documentation
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Variable Documentation
This file cannot be built without CombBLAS and Elemental both being present. The accompanying CMakeLists.txt checks for both libraries to be available.
Definition at line 21 of file svd.cpp.