Hello everyone, I would like to construct an iterable collection of sparse matrices. It appears that I can do this with Array(SparseMatrixCSC, number_of_matrices). I was wondering if this would be the most sensible way of going about this problem? Does anyone see any drawback/pitfall associated with this method? Is there a better way of achieving the same result?
Thanks!