I want to express the computational complexity fo two algorithms: the sparse-matrix sparse-vector multiplication and the sparse-matrix sparse-matrix multiplication, as implemented in Eigen or Cusparse, using CSR representation.
I know that it depends on several parameters, especially the number of non-zero values in each elements.
However, I'm not able to find to find publications which details the complexity of such algorithms and expresses it using the O( ) notation.