Dot product of column vectors
[c] = CL_dot(u,v) [c] = CL_dot(u)
Computes the dot product of vectors (or matrices considered as set of column vectors).
The arguments may be matrices or hypermatrices of dimension 3.
The second argument can be omitted: CL_dot(u) = CL_dot(u,u) (self dot product).
Matrix (considered as a set of column vectors) (Px1 or PxN) or hypermatrix (PxNxK)
(optional) Matrix (considered as a set of column vectors). (Px1 or PxN) or hypermatrix (PxNxK)
Matrix (dot products of column vectors) (1xN or 1xNxK)
CNES - DCT/SB