A_times_x_particle | R Documentation |
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)
output |
A numeric vector containing the input vector for multiplication. |
A_all_v |
A numeric vector containing the interaction matrices in vectorized form. |
num_neighbors_vec |
An integer vector specifying the number of neighbors for each particle. |
D |
An integer specifying the dimension of the output vector per particle. |
N |
An integer specifying the total dimension of the output vector. |
Returns a numeric vector containing the result of the matrix-vector multiplication.
Mengyang Gu [aut, cre], Xinyi Fang [aut], Yizi Lin [aut]
Maintainer: Mengyang Gu <mengyang@pstat.ucsb.edu>
Fang, X., & Gu, M. (2024). The inverse Kalman filter. arXiv:2407.10089.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.