#include "slepcbv.h" PetscErrorCode BVMultInPlace(BV V,Mat Q,PetscInt s,PetscInt e)Logically Collective on V
Q | - a sequential dense matrix | |
s | - first column of V to be overwritten | |
e | - first column of V not to be overwritten |
V | - basis vectors |
This function computes V(:,s:e-1) = V*Q(:,s:e-1), that is, given a set of vectors V, columns from s to e-1 are overwritten with columns from s to e-1 of the matrix-matrix product V*Q. Only columns s to e-1 of Q are referenced.
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