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 information on this web page is 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.