slepc-3.14.1 2020-12-08
Report Typos and Errors

BVSetRandomColumn

Set one column of a BV to random numbers.

Synopsis

#include "slepcbv.h" 
PetscErrorCode BVSetRandomColumn(BV bv,PetscInt j)
Logically Collective on bv

Input Parameters

bv  - basis vectors
j  - column number to be set

See Also

BVSetRandomContext(), BVSetRandom(), BVSetActiveColumns()

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