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.