ergo
csr_matrix_test.cc File Reference

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[])
 

Detailed Description

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.

Function Documentation

◆ get_identical_rand_numbers()

static void get_identical_rand_numbers ( int  n,
int  nNumbers,
std::vector< int > &  vec 
)
static

Referenced by main().

◆ main()

int main ( int  argc,
char *  argv[] 
)