The 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)

Arguments

m

the matrix/vector

ftrans

the function which will be applied to the input before calculating the norm

Value

the norm of the matrix/vector