Complex Matrix Norm (Not in Base Package)

Computes the norm of a complex matrix Input Matrix.

Input Matrix can be a square or rectangular, complex matrix.
norm type indicates what type of norm is used to compute the norm.

02-norm is the largest singular value of the Input Matrix.
11-norm is the largest column sum of the Input Matrix.
2F-norm is equal to where diag means the diagonal elements of matrix , is the transpose of A.
3inf-norm is the largest row sum of the Input Matrix.
norm is a scalar that gives some measure of the magnitude of the elements in the matrix. Let A represent the Input Matrix, the norm of A is represented by ||A||p, where p can be 1, 2, F, or infinity, indicating different types of norms that are computed.
error returns any error or warning condition from the VI.