#include "slepcds.h" PetscErrorCode DSSolve(DS ds,PetscScalar eigr[],PetscScalar eigi[])Logically Collective on ds
ds | - the direct solver context | |
eigr | - array to store the computed eigenvalues (real part) | |
eigi | - array to store the computed eigenvalues (imaginary part) |
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