SuiteSparse is a set of sparse-matrix-related packages written or co-authored by Tim Davis, available at https://github.com/DrTimothyAldenDavis/SuiteSparse. Primary ...
Currently, I need to perform Gaussian filtering on images, but I want to avoid using MATLAB's built-in functions. Given an image of size N x N, my idea is to construct a sparse matrix where both ...