Next: , Previous: Sparse Matrices Reading and Writing, Up: Sparse Matrices   [Index]


41.6 Copying Matrices

Function: int gsl_spmatrix_memcpy (gsl_spmatrix * dest, const gsl_spmatrix * src)

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.