PFApply

Applies the mathematical function to an array of values.

Synopsis

#include "pf.h" 
int PFApply(PF pf,int n,Scalar* x,Scalar* y)
Collective on PF

Input Parameters

pf - the preconditioner context
n - number of entries in input array
x - input array

Output Parameter

y -output array

Keywords

PF, apply

See Also

PFApplyVec(), PFCreate(), PFDestroy(), PFSetType(), PFSet()

Level:beginner
Location:src/pf/interface/pf.c
Vector Index
Table of Contents