slepc-3.8.2 2017-12-01
Report Typos and Errors

BVCreateMat

Creates a new Mat object of dense type and copies the contents of the BV object.

Synopsis

#include "slepcbv.h" 
PetscErrorCode BVCreateMat(BV bv,Mat *A)
Collective on BV

Input Parameter

bv  - the basis vectors context

Output Parameter

A  - the new matrix

Note

The user is responsible of destroying the returned matrix.

See Also

BVCreateFromMat(), BVCreateVec()

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