In reading the text Multi-View Geometry for Computer vision, after the notion of a conic is introduced with its corresponding conic coefficient matrix, an example is given on page 32 stating
The conic $C= lm^T + ml^T$ is composed of two lines $l$ and $m$. Points on $l$ satisfy $l^T x = 0$, and are on the conic since $x^TCx = (x^T l)(m^Tx) + (x^Tm)(l^Tx) = 0$. Similarly, points satisfying $m^Tx = 0$ also satisfy $x^TCx=0$.
I'm not sure what this notation means. I'm guessing that $C$ is the sum of two outer products, since otherwise it would be a sum of scalars, and then $x^TCx$ would be a scalar multiple of the squared norm of $x$.
If it is indeed a sum of outer products, then is it generally true that for an outer product $l \bigotimes m^T$ that $x^T l \bigotimes m^T x = (x^T l)(m^Tx)$ ? (where the latter expression is a product of dot products)