6 #ifndef DISMEC_TEST_UTILS_H
7 #define DISMEC_TEST_UTILS_H
Main namespace in which all types, classes, and functions are defined.
SparseFeatures make_uniform_sparse_matrix(int rows, int cols, int non_zeros_per_row)
Creates a sparse matrix with the given number of rows and columns.
types::SparseRowMajor< real_t > SparseFeatures
Sparse Feature Matrix in Row Major format.