Sparse type

Sparse type

Description

sparse type functions

  • full - Sparse to full matrix conversion.

  • IJV - Returns I,J,V triplets from a sparse matrix.

  • 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.

Last updated