Given a (generic, rectangular) matrix $B$ and a (square) matrix $A$, is there a name for doing:
$$ B^T A B\ ? $$
My memory wanted to call this "conjugating $A$ with $B$," but according to mathworld this is used to refer to
$$ B^{-1} A B\ . $$
(Sometimes $B^T = B^{-1}$, but obviously not usually in the general case).
When $B$ is invertible, this relation is called a matrix congruence.