Hi All, In inode.c, the function MatDuplicate_SeqAIJ_Inode(Mat A,MatDuplicateOption cpvalues,Mat *C) resets the function pointers of A. Shouldn't the functions pointers of C be set instead since the data to C is being modified in this function. -Paul