Navigation

Operators and Keywords

Function List:

C++ API

 Create a covariance matrix based on a function handler.

 CF = = CovarFun(n,fun)
 CF = = CovarFun(n,fun,...)

 Create the covariance matrix CF of size n-by-n based on the function handler 
 fun. Optional key word parameters are:
  'isvec': 1 if function is vectorized and 0 (default) if not.
  'pc': function hander of the preconditioner for pcg
  'M1','M2','matit','tol': parameters for pcg.

 See also: pcg

Package: divand