Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Sparse type

Sparse type

Description

sparse type functions

  • IJV - Returns I,J,V triplets from a sparse matrix.
  • full - Sparse to full matrix conversion.
  • nnz - Return the number of nonzero elements.
  • nzmax - Reserved size for nonzero elements.
  • sparse - Sparse matrix definition.
  • speye - Sparse identity matrix.
  • spones - Replaces non zero sparse matrix elements with ones.