NAME

triangle2 - triangle smoothing


SYNOPSIS

initializer- call triangle2_init(b1,b2,n1,n2)

operator - int=triangle2_lop(adj,add,mod,dat)


PARAMETERS

b1 - int
      size of the box (dim1)
n1 - int
      number of data points (dim1)
b2 - int
      size of the box (dim2)
n2 - int
      number of data points (dim2)
adj - logical
      whether or not run adjoint
add - logical
      wherther or not to add output to input
mod - real(n1*n1)
      model
dat - real(n1*n2)
      data


DESCRIPTION

2-D triangle smoothing


SEE ALSO

the triangle1 manpage,the polydiv manpage,the npolydiv manpage


LIBRARY

geef90