MatNullSpaceRemove

Removes all the components of a null space from a vector.

Synopsis

#include "petscmat.h" 
int MatNullSpaceRemove(MatNullSpace sp,Vec vec,Vec *out)
Collective on MatNullSpace

Input Parameters

sp - the null space context
vec - the vector from which the null space is to be removed

Keywords

PC, null space, remove

See Also

MatNullSpaceCreate(), MatNullSpaceDestroy()

Level:advanced
Location:
src/mat/interface/matnull.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages