NPP: Multiply a row in 2D complex matrix by complex vector

Hello,

I have a 2D complex float matrix in global memory. A row is consecutive in memory.
Each row\column should be multiplied sample by sample with a complex float vector.
Can you please advise what is the right NPP function ?
I did not see functions with complex input at:

https://docs.nvidia.com/cuda/npp/group__image__filter__column.html

Same question for float vector.

Thank you,
Zvika