What is package that needs to be added to use SparseMatrix?

Hello,

I am trying to use the spzeros() function, but I couldnt know which package I need to install?

Bests,

The SparseArrays standard library.

If you google “spzeros Julia” it comes up as the first link.

5 Likes
using SparseArrays

Ninjad by steven :slight_smile:

4 Likes