Actually, up to LabVIEW 7.0 there was a complex "A x Vector.vi" in the "Complex Linear Algebra" Palette.
In LabVIEW 7.1, the generic "A x B.vi" has been made polymorphic and now accepts matrices and/or vectors of many data types, including complex.
🙂Quote from the help:
A x B Performs the multiplication of two input matrixes or an input matrix and an input vector. You can use this polymorphic VI to perform multiplication for real matrixes, complex matrixes, a real matrix and a real vector, or a complex matrix and a complex vector. The data types you wire to the A and B inputs determine the polymorphic instance to use.So, this is the way to go! Disregard my previous answer.
😉