The examples demonstrate how to call NVPL SPARSE from C language.
The examples use CMake to build.
cmake -S. -Bbuild <cmake-options>
cmake --build build
The simplest way to run all examples is using ctest
:
cd build
ctest
The examples can be run manually as well, for instance:
./build/c/c_spmv_coo