March 2019
Intermediate to advanced
336 pages
9h 9m
English
The Shape method of the SparseMatrix class returns the shape array elements:
// Shape methodfunc (sparseMatrix *SparseMatrix) Shape() (int, int) { return sparseMatrix.shape[0], sparseMatrix.shape[1]}
Read now
Unlock full access