Is there a notation to express expressions such as
$x^{T}Ax$, $xx^{T}$, $X^TAX$
with only one instance of $x$, or $X$ appearing in each case? This is to reduce repetition, which becomes more severe when in place of $x$ or $X$ is a longer expression.
For $x^{T}Ax$, I have seen $||x||_{A}^2$, which I like, despite possibly being misleading in the cases where it is not a norm (if $A$ is not positive definite).
There are quadratic forms:
For a matrix $A$ and a real vector $x$, the expression $x^TAx$ can be written with the help of the scalar product as $(x,Ax)$.
Thus, for any given real matrix $T$ we can define a function $t$ $$t: \mathbb R^n \rightarrow \mathbb R\\ x \mapsto (x,Tx)=:t[x].$$
We call $t$ a quadratic form. This can be generalized to complex spaces (just take the appropriate scalar product). And it's worth noting that not every quadratic form corresponds with a positive definite matrix. $x\mapsto\|x\|^2$ corresponds to the identity operator.
This notation is used, for example in Kato: Perturbation Theory for Linear Operators.
Forms are usually assumed to be scalar-valued, so $X^TAX$ does not fit into this framework.