slepc-3.13.2 2020-05-12
Report Typos and Errors

BVMultInPlaceTranspose

Update a set of vectors as V(:,s:e-1) = V*Q'(:,s:e-1).

Synopsis

#include "slepcbv.h" 
PetscErrorCode BVMultInPlaceTranspose(BV V,Mat Q,PetscInt s,PetscInt e)
Logically Collective on V

Input Parameters

Q  - a sequential dense matrix
s  - first column of V to be overwritten
e  - first column of V not to be overwritten

Input/Output Parameter

V  - basis vectors

Notes

This is a variant of BVMultInPlace() where the conjugate transpose of Q is used.

See Also

BVMultInPlace()

Location: src/sys/classes/bv/interface/bvops.c
Index of all BV routines
Table of Contents for all manual pages
Index of all manual pages