slepc-3.15.2 2021-09-20
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(), BVSetRandomNormal(), BVSetRandomCond()

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