Sparse Matrix ManipulationΒΆ

  • issparse determine whether input is sparse
  • nnz number of non zero entries in a matrix
  • speye sparse identity matrix
  • spones sparse matrix
  • sprand sparse random matrix
  • spzeros sparse zero matrix

This Page