Chi2fit.Matrix.norm

You're seeing just the function norm, go back to Chi2fit.Matrix module for more information.

Specs

norm(matrix()) :: number()

Calculates the norm of the matrix as the sum of the absolutes value of all elements.

Example

iex> norm [[1,2,3],[4,5,6],[7,8,9]]
45