Performs matrix-vector multiplication with complex numbers. Uses fast path for small matrices, with full validation fallback.
A unitary matrix.
A complex vector vector.
The resulting vector from the multiplication.
If matrix/vector dimensions are incompatible.
Performs matrix-vector multiplication with complex numbers. Uses fast path for small matrices, with full validation fallback.