Anything involving tensors has 47 different names and notations, and I am having trouble getting any consistency out of it.
This document (http://www.polymerprocessing.com/notes/root92a.pdf) clearly ascribes to the colon symbol (as "double dot product"):
$\mathbf{T}:\mathbf{U}=T_{ij} U_{ji}$
while this document (http://www.foamcfd.org/Nabla/guides/ProgrammersGuidese3.html) clearly ascribes to the colon symbol (as "double inner product"):
$\mathbf{T}:\mathbf{U}=T_{ij} U_{ij}$
Same symbol, two different definitions. To make matters worse, my textbook has:
$\mathbf{\epsilon}:\mathbf{T}$
where $\epsilon$ is the Levi-Civita symbol $\epsilon_{ijk}$ so who knows what that expression is supposed to represent.
Sorry for the rant/crankiness, but it's late, and I'm trying to study for a test which is apparently full of contradictions. Any help is greatly appreciated.