export(scale.locations,matern.specdens,new.gp,is.gp,add.blocks,add.blocks.gp,new.mapping,update.gp,propose.coeff,zero.coeff.gp,zero.coeff,propose.coeff.gp,simulate,simulate.gp,calc.variances,calc.variances.gp,change.param,change.param.gp,logdensity,logdensity.gp,plot.gp,predict.gp,getgrid,getgrid.gp,expand.grid.gp)

importFrom(graphics,plot)
importFrom(graphics,lines)
importFrom(graphics,points)
importFrom(stats,predict)
importFrom(base,is)
importFrom(base,new)
importFrom(base,print)

S3method(add.blocks,gp)
S3method(updateprocess,gp)
S3method(predict,gp)
S3method(plot,gp)
S3method(points,gp)
S3method(lines,gp)
S3method(print,gp)
S3method(propose.coeff,gp)
S3method(zero.coeff,gp)
S3method(simulate,gp)
S3method(change.param,gp)
S3method(calc.variances,gp)
S3method(logdensity,gp)
S3method(getgrid,gp)

