void ccs_pack ( double **a, int m, int n, int *Ap, int *Ai, double *Ax ); void ccs_unpack ( double **a, int m, int n, int *Ap, int *Ai, double *Ax );