MATLAB PARALLEL COMPUTING TOOLBOX - S Guía de usuario Pagina 415

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 656
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 414
distributed.speye
11-71
distributed.speye
Create distributed sparse identity matrix
Syntax
DS = distributed.speye(n)
DS = distributed.speye(m, n)
DS = distributed.speye([m, n])
Description
DS = distributed.speye(n) creates an n-by-n sparse distributed array of underlying
class double.
DS = distributed.speye(m, n) or DS = distributed.speye([m, n]) creates
an m-by-n sparse distributed array of underlying class double.
Examples
Create a distributed 1000-by-1000 sparse identity matrix:
N = 1000;
DS = distributed.speye(N);
See Also
speye | codistributed.speye | eye
Vista de pagina 414
1 2 ... 410 411 412 413 414 415 416 417 418 419 420 ... 655 656

Comentarios a estos manuales

Sin comentarios