#include "slepcds.h" PetscErrorCode DSSetDimensions(DS ds,PetscInt n,PetscInt m,PetscInt l,PetscInt k)Logically Collective on DS
ds | - the direct solver context | |
n | - the new size | |
m | - the new column size (only for DSSVD) | |
l | - number of locked (inactive) leading columns | |
k | - intermediate dimension (e.g., position of arrow) |
The value m is not used except in the case of DSSVD, pass 0 otherwise.
Location: src/ds/interface/dsops.c
Index of all DS routines
Table of Contents for all manual pages
Index of all manual pages