User`s guide
Manuals
Brands
MATLAB Manuals
Other
PARALLEL COMPUTING TOOLBOX - S
371
372
373
374
375
376
377
378
379
380
codistributed.spalloc
11-33
SD = codistributed.spalloc(N, N, 2*N);
for ii=1:N-1
SD(ii,ii:ii+1) = [ii ii];
end
end
See Also
spalloc
|
sparse
|
distributed.spalloc
1
...
...
375
376
377
378
379
...
...
656