#include "slepcds.h" PetscErrorCode DSPseudoOrthogonalize(DS ds,DSMatType mat,PetscInt cols,PetscReal *s,PetscInt *lindcols,PetscReal *ns)Logically Collective on ds
ds | - the direct solver context | |
mat | - the matrix | |
cols | - number of columns to orthogonalize (starting from column zero) | |
s | - the signature that defines the inner product |
lindcols | - (optional) linearly independent columns of the matrix | |
ns | - (optional) the new signature of the vectors |
Location: src/sys/classes/ds/interface/dspriv.c
Index of all DS routines
Table of Contents for all manual pages
Index of all manual pages