|
Skylark (Sketching Library)
0.1
|
#include <elemental.hpp>#include <skylark.hpp>#include <fstream>#include <iostream>#include <sstream>#include <cstdlib>#include <string>#include <boost/mpi.hpp>#include <boost/program_options.hpp>#include <boost/any.hpp>#include "kernels.hpp"#include "hilbert.hpp"#include <omp.h>#include "../base/context.hpp"
Go to the source code of this file.
Typedefs | |
| typedef skylark::base::sparse_matrix_t < double > | sparse_matrix_t |
Functions | |
| int | main (int argc, char **argv) |
| typedef skylark::base::sparse_matrix_t<double> sparse_matrix_t |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 23 of file train.cpp.
References HDF5_SPARSE, and LIBSVM_SPARSE.
1.7.6.1