Contents:
Returns a linear operator T such that \(T x = \langle v , x \rangle = v^H x\)
v (jax.numpy.ndarray) – The vector/array with which the inner product will be computed
adjoint (bool) – Indicates if we need the dot operator or its adjoint
axis (int) – For multi-dimensional array input, the axis along which
linear operator will be applied (the) –
Note
axis parameter is useful only if v is 1D.