Please note: We are aware of an issue affecting replies on the Arm Community forums, which may not be loading as expected.
We apologize for any inconvenience and appreciate your patience while we investigate and work to resolve the issue.
Thank you for your understanding.
I cannot find the related '?axpyi()' functions which are for adding a scalar multiple of compressed sparse vector to a full-storage vector.
What's the plan to add them or any alternatives available in current ARM performance library?
Hi,
We do support that via the armpl_spaxpby_exec_* functions. For example for double precision real data see https://developer.arm.com/documentation/101004/2410/Sparse-Linear-Algebra/Sparse-Linear-Algebra-Functions/armpl-spaxpby-exec-d
Hope that helps,
Chris.