l1norm
Here are 12 public repositories matching this topic...
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.
-
Updated
Jun 2, 2026 - JavaScript
This project revisits the image restoration issue. The idea is that minimizing the l1 norm of the discrete gradient of a damaged image yields an output that is barely noticeable from the original non-degraded form. The inpainting problem was formulated to limit the high fidelity of known observations and minimize the overall norm of variability.
-
Updated
Dec 13, 2022 - Python
Calculate the sum of absolute values (L1 norm) of single-precision floating-point strided array elements using pairwise summation.
-
Updated
May 4, 2026 - JavaScript
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements, ignoring NaN values.
-
Updated
Jun 2, 2026 - JavaScript
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements using pairwise summation.
-
Updated
Jun 2, 2026 - JavaScript
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.
-
Updated
May 12, 2026 - JavaScript
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements using pairwise summation.
-
Updated
May 12, 2026 - JavaScript
Compute the sum of the absolute values of the real and imaginary components of a double-precision complex floating-point strided array.
-
Updated
Jun 8, 2026 - JavaScript
Improve this page
Add a description, image, and links to the l1norm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the l1norm topic, visit your repo's landing page and select "manage topics."