l1norm
There are 9 repositories under l1norm topic.
opeajibuwa/inpainting-of-image-pixels-using-l1-norm-minimization
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.
stdlib-js/blas-base-dasum
Compute the sum of absolute values (L1 norm).
stdlib-js/blas-base-gasum
Compute the sum of absolute values (L1 norm).
stdlib-js/blas-base-sasum
Compute the sum of absolute values (L1 norm).
stdlib-js/blas-ext-base-dnanasumors
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.
stdlib-js/blas-ext-base-dasumpw
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements using pairwise summation.
stdlib-js/blas-ext-base-dnanasum
Calculate the sum of absolute values (L1 norm) of double-precision floating-point strided array elements, ignoring NaN values.
stdlib-js/blas-ext-base-gasumpw
Calculate the sum of absolute values (L1 norm) of strided array elements using pairwise summation.
stdlib-js/blas-ext-base-sasumpw
Calculate the sum of absolute values (L1 norm) of single-precision floating-point strided array elements using pairwise summation.