Edit me

This is infinity (i.e. max norm) which is available for Array 3D, Vector and Matrix type.

For an Array 3D variable following equation is used.

||V||=max{|VX|,|VY|,|VZ|}

For a Vector variable following equation is used.

||V||=max{|V0|,|V1|,|V2|,...,Vn1}

For a Matrix variable following equation is used.

||A||=max0i<n(j=0n1|aij|)