RsbLib
File List
Here is a list of all documented files with brief descriptions:
[detail level 12]
  examples
 assemble.cppC++ example based on <rsb.hpp> assembling RsbMatrix by pieces
 autotune.cppC++ example based on <rsb.hpp> for performance-benchmarking a matrix from file using RsbMatrix.tune_spmm(), for various right-hand side counts
 bench.cppC++ example based on <rsb.hpp> for performance-benchmarking a matrix from file using RsbMatrix.spmm(), for various right-hand side counts
 build.cppC++ example based on <rsb.hpp> using timings for common matrix operations on RsbMatrix: RsbMatrix.get_coo(), rsb_coo_sort(), rsb_time()
 example.cppC++ example based on <rsb.hpp> using RsbMatrix.spmm()
 misc.cppC++ example based on <rsb.hpp> showing various RsbMatrix operations
 mtx2bin.cppC++ example based on <rsb.hpp> converting a Matrix Market file into a custom format using RsbMatrix.get_coo()
 render.cppC++ example based on <rsb.hpp> of invoking the autotuner on an RsbMatrix matrix with RsbMatrix.tune_spmm() and rendering it with RsbMatrix.rndr()
 span.cppC++ example based on <rsb.hpp> illustrating use of RsbMatrix.file_save(), and std::span-based versions of RsbMatrix.tune_spmm(), RsbMatrix.spmv()
 twonnz.cppC++ example based on <rsb.hpp> measuring RsbMatrix.spmm() performance of a matrix with only two elements; this is is effectively measuring performance of result vector scaling
 config.h
 rsb.hppClasses RsbLib and RsbMatrix provide native C++ access to librsb