triangle2 - triangle smoothing
initializer- call triangle2_init(b1,b2,n1,n2)
operator - int=triangle2_lop(adj,add,mod,dat)
size of the box (dim1)
number of data points (dim1)
size of the box (dim2)
number of data points (dim2)
whether or not run adjoint
wherther or not to add output to input
real(n1*n1)
model
real(n1*n2)
data
2-D triangle smoothing
the triangle1 manpage,the polydiv manpage,the npolydiv manpage
geef90