l1norm
Here are 12 public repositories matching this topic...
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 double-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.
-
Updated
Sep 7, 2026 - JavaScript
Calculate the sum of absolute values (L1 norm) of single-precision floating-point strided array elements using pairwise summation.
-
Updated
Aug 1, 2026 - JavaScript
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements, ignoring NaN values.
-
Updated
Sep 7, 2026 - JavaScript
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements using pairwise summation.
-
Updated
Sep 7, 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
Aug 7, 2026 - JavaScript
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements using pairwise summation.
-
Updated
Sep 1, 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
Sep 13, 2026 - JavaScript
Add this topic to your repo
To associate your repository with the l1norm topic, visit your repo's landing page and select "manage topics."