#include "slepcds.h" PetscErrorCode DSRestoreMat(DS ds,DSMatType m,Mat *A)Not Collective
ds | - the direct solver context | |
m | - the requested matrix | |
A | - the fetched Mat object |
It is not compulsory to call this function, the matrix obtained with DSGetMat() can simply be destroyed if entries need not be copied back.
Location: src/sys/classes/ds/interface/dsops.c
Index of all DS routines
Table of Contents for all manual pages
Index of all manual pages