#include "petscmat.h" int MatDuplicate(Mat mat,MatDuplicateOption op,Mat *M)Collective on Mat
mat | - the matrix | |
op | - either MAT_DO_NOT_COPY_VALUES or MAT_COPY_VALUES, cause it to copy nonzero values as well or not |
Level:intermediate
Location:src/mat/interface/matrix.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages