Sparse Matrix ConversionΒΆ

  • adj2sp converts adjacency form into sparse matrix.
  • full sparse to full matrix conversion
  • mtlb_sparse convert sparse matrix
  • sp2adj converts sparse matrix into adjacency form
  • sparse sparse matrix definition
  • spcompack converts a compressed adjacency representation
  • spget retrieves entries of sparse matrix

This Page