Performs the matrix-vector multiplication A*x for particle systems, where A is a sparse matrix stored only the non-zero entries
A_times_x_particle(output, A_all_v, num_neighbors_vec, D, N)
Returns a numeric vector containing the result of the matrix-vector multiplication.
A numeric vector containing the input vector for multiplication.
A numeric vector containing the interaction matrices in vectorized form.
An integer vector specifying the number of neighbors for each particle.
An integer specifying the dimension of the output vector per particle.
An integer specifying the total dimension of the output vector.
tools:::Rd_package_author("FastGaSP")
Maintainer: tools:::Rd_package_maintainer("FastGaSP")
Fang, X., & Gu, M. (2024). The inverse Kalman filter. arXiv:2407.10089.