Is the following true with a non standard inner product?
$\langle M\cdot x1, x2\rangle = \langle x1, M^\mathsf{T}\cdot x2\rangle$
$x1,x2 \in \mathbb{C}^n$
$M$ is an $n \times n$ square complex matrix.
$M^\mathsf{T}$ is its conjugate transpose.
It is true for the standard inner product but it is not true with a different inner product.
For example, for the following inner product, the equation is not true.
$\langle v1, v2\rangle := 2.0 \cdot v1[0]\cdot v2[0] + v1[1] \cdot v2[1] + v1[2] \cdot v2[2] +...$
(Only the multiply of the first row is doubled, and the rest are same)
Is it true only with the standard inner product?