#include "slepcds.h" PetscErrorCode DSSynchronize(DS ds,PetscScalar eigr[],PetscScalar eigi[])Collective on ds
ds | - the direct solver context |
eigr | - (optional) array with the computed eigenvalues (real part) | |
eigi | - (optional) array with the computed eigenvalues (imaginary part) |
Depending on the parallel mode as set with DSSetParallel(), this function will either do nothing or synchronize the matrices computed by DSSolve() and DSSort(). The arguments eigr and eigi are typically those used in the calls to DSSolve() and DSSort().
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