ASCA_norm.RdThe function calculates the norm of a vector (standatd norm) or of a matrix (L2 norm) after the transformation by f_trans
ASCA_norm(m, ftrans = identity)the matrix/vector
the function which will be applied to the input before calculating the norm
the norm of the matrix/vector