|
ergo
|
Tests the CSR matrix functionality in utilities_basic/csr_matrix by e.g. More...
#include <stdio.h>#include <stdlib.h>#include <limits>#include <cstring>#include "realtype.h"#include "template_blas_common.h"#include "matInclude.h"#include "csr_matrix.h"#include "output.h"Functions | |
| static void | get_identical_rand_numbers (int n, int nNumbers, std::vector< int > &vec) |
| int | main (int argc, char *argv[]) |
Tests the CSR matrix functionality in utilities_basic/csr_matrix by e.g.
creating a matrix and checking that its values can be fetched correctly.
|
static |
Referenced by main().
| int main | ( | int | argc, |
| char * | argv[] ) |