Next: Sparse matrix operations, Previous: Initializing sparse matrix elements, Up: Sparse Matrices [Index]
This function copies the elements of the sparse matrix src into dest. The two matrices must have the same dimensions and be in the same storage format.
This function copies the transpose of the sparse matrix src into dest. The dimensions of dest must match the transpose of the matrix src. Also, both matrices must use the same sparse storage format.