This is more abstract and more advanced than the "inner product" but if you are using the "outer product", you may want to think about this.
The "dual" of a finite dimensional vector space, V, (the space of linear functionals from V to the base field) is isomorphic to v with a "natural" isomorphism: given a basis [itex]{e_1, e_2, \cdot\cdot\cdot, e_n}[/itex], map each basis vector [itex]e_i[/itex] to the functional, [itex]f_{e_i}(v)[/itex] that maps [itex]e_i[/itex] to 1, all other [itex]e_j[/itex] to 0. Then extend it to the entire space by "linearity": if [itex]v= a_1e_1+ a_2e_2+ \cdot\cdot\cdot a_ie_i+ \cdot\cdot\cdot+ a_ne_n[/itex], [itex]f(v)= a_1 f(e_1)+ a_2f(e_2)+\cdot\cdot\cdot+ a_if(e_i)+ \cdot\cdot\cdot+ a_nf(e_n)[/itex][itex]= a_1(0)+ a_2(0)+ \cdot\cdot\cdot+ a_i(1)+ \cdot\cdot\cdot+ a_n(0)= a_i[/itex].
Since that is an isomorphism, given any vector u, that isomorphism maps it to f_u(x). Given any two vectors, u, and v, the functional f_u(v) takes v to the real number [itex]u\cdot v[/itex], their dot product as defined in that particular basis. On the other hand "[itex]v f_v(x)[/itex] can be interpreted as a linear transformation that maps each vector , w, into the vector [itex](f_v(w))u[/itex] an numeric multiple of u. If we agree to write vectors as column matrices, say
[tex]v= \left[\begin{array}{c}a_1 \\ a_2\\ \cdot \\ \cdot \\ \cdot \\ a_n\end{array}\right][/tex]
and functionals in the dual space as row matrices, say
[tex]f_u= \left[\begin{array}{ccccc}b_1 & b_2 & \cdot\cdot\cdot & b_n\end{array}\right][/tex]
Then the operation of the functional, [itex]f_u[/itex] on v is the matrix product
[tex]\left[\begin{array}{ccccc}b_1 & b_2 & \cdot\cdot\cdot & b_n\end{array}\right]\left[\begin{array}{c}a_1 \\ a_2\\ \cdot \\ \cdot \\ \cdot \\ a_n\end{array}\right][/tex]
while the linear transformation corresponding to [itex]v f_u[/itex] is give by the matrix product
[tex]\left[\begin{array}{c}a_1 \\ a_2\\ \cdot \\ \cdot \\ \cdot \\ a_n\end{array}\right]\left[\begin{array}{ccccc}b_1 & b_2 & \cdot\cdot\cdot & b_n\end{array}\right][/tex]