Chi2fit.Matrix.norm_inf
You're seeing just the function
norm_inf
, go back to Chi2fit.Matrix module for more information.
Specs
Calculates the norm of the matrix as norm_1/1
but over the columns instead of over the rows.
Example
iex> norm_inf [[1,2,3],[4,5,6],[7,8,9]]
18