Norm of column vectors
[u_norm] = CL_norm(u)
Computes the norm of vectors (or matrices considered as set of column vectors).
The arguments may be matrices or hypermatrices of dimension 3.
Matrix (considered as a set of column vectors) (PxNxK)
Matrix (norms of column vectors) (1xNxK)
CNES - DCT/SB
u = [1,2;3,4] CL_norm(u) u = rand(2,3,4) CL_norm(u) | ![]() | ![]() |