I stumbled across this notation while reading the article "A handwritten character recognition system using directional element feature and asymmetric Mahalanobis distance" (http://www.researchgate.net/publication/3192962_A_handwritten_character_recognition_system_using_directional_element_feature_and_asymmetric_Mahalanobis_distance), specifically the part about asymmetric Mahalanobis distance. I'm guessing it denotes scalar projection:
$(a,b) = a \cdot {b \over |b|}$
EDIT: This guess is probably wrong.
The actual context in the paper (at the beginning of section 5.2) is:
In this context, what I think makes sense is that $(\cdot,\cdot)$ is the standard inner product, such that $(\mathbf v^i-\mathbf m, \phi_j)$ is the component of $\mathbf v^i-\mathbf m$ in the direction of $\phi_j$ -- that it, the same thing that might otherwise be notated $(\mathbf v^i-\mathbf m)\cdot \phi_j$.
Thus $u^i_j$ for a particular $i$ and $j$ is just a number, whereas $(u^i_1,u^i_2,\ldots,u^i_n)$ is the representation of the vector $\mathbf v^i-\mathbf m$ in the $(\phi_j)_j$ basis.
(Either $\mu$ or $\mathbf m$ in the quote may be a typo for the other).