Reproduced Sparse Matrix Chain Multiplication (SMCM) algorithm based on the paper "On Efficient Large Sparse Matrix Chain Multiplication"(Chunxu Lin et al, 2024).
cmake -S . -B build
cmake --build build
[] Write some performance tests. [] Compare with another SMCM algorithms.
Chunxu Lin, Wensheng Luo, Yixiang Fang, Chenhao Ma, Xilin Liu, and Yuchi Ma. 2024. On Efficient Large Sparse Matrix Chain Multiplication. Proc. ACM Manag. Data 2, 3, Article 156 (June 2024), 27 pages. https://doi.org/10.1145/3654959