[][src]Function arrayfire::norm

pub fn norm<T>(input: &Array<T>, ntype: NormType, p: f64, q: f64) -> f64 where
    T: HasAfEnum + FloatingPoint

Find the norm of a matrix

Parameters

Return Values

A 64-bit floating point value that contains the norm of input matrix.