Chi2fit.Matrix.norm_1

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

Specs

norm_1(matrix()) :: number()

Calculates the norm of the matrix. All absolute values of the elements of each row are summed. The maximum value is returned

Example

iex> norm_1 [[1,2,3],[4,5,6],[7,8,9]]
24