slepc-3.20.2 2024-03-15
Report Typos and Errors

BVSetSignature

Sets the signature matrix to be used in orthogonalization.

Synopsis

#include "slepcbv.h" 
PetscErrorCode BVSetSignature(BV bv,Vec omega)
Logically Collective

Input Parameters

bv  - the basis vectors context
omega  - a vector representing the diagonal of the signature matrix

Note

The signature matrix Omega = V'*B*V is relevant only for an indefinite B.

See Also

BVSetMatrix(), BVGetSignature()

Level

developer

Location

src/sys/classes/bv/interface/bvbasic.c

Index of all BV routines
Table of Contents for all manual pages
Index of all manual pages