sparse_parfor_test


sparse_parfor_test a MATLAB code which calls sparse_parfor(), which constructs a sparse matrix by evaluating individual blocks in parallel with the parfor() command, and then assembled (on a single processor) using the sparse() command.

Licensing:

The computer code and data files described and made available on this web page are distributed under the MIT license

Related Data and Programs:

sparse_parfor, a MATLAB code which constructs a sparse matrix by evaluating individual blocks in parallel with the parfor() command, and then assembled (on a single processor) using the sparse() command.

Source Code:


Last revised on 15 December 2023.