MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / GB_Matrix_check

Function GB_Matrix_check

deps/GraphBLAS/Source/GB_Matrix_check.c:12–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10#include "GB.h"
11
12GB_PUBLIC
13GrB_Info GB_Matrix_check // check a GraphBLAS matrix
14(
15 const GrB_Matrix A, // GraphBLAS matrix to print and check
16 const char *name, // name of the matrix
17 int pr, // print level
18 FILE *f // file for output
19)
20{
21 return (GB_matvec_check (A, name, pr, f, "matrix")) ;
22}
23

Callers 4

GxB_Matrix_fprintFunction · 0.85
mexFunctionFunction · 0.85
import_exportFunction · 0.85
mexFunctionFunction · 0.85

Calls 1

GB_matvec_checkFunction · 0.85

Tested by

no test coverage detected