#include "slepcds.h" PetscErrorCode DSGetDimensions(DS ds,PetscInt *n,PetscInt *m,PetscInt *l,PetscInt *k)Not Collective
n | - the current size | |
m | - the current column size (only for SVD) | |
l | - number of locked (inactive) leading columns | |
k | - intermediate dimension (e.g., position of arrow) |
Location: src/ds/interface/dsops.c
Index of all DS routines
Table of Contents for all manual pages
Index of all manual pages