The Weave tool (2)

The loops: inline C++ with Blitz++ array syntax:
        code = r"""
int i,j;
for (i=0; i<nx; i++) {
  for (j=0; j<ny; j++) {
    a(i,j) = cppcb(xcoor(i), ycoor(j));
  }
}
"""

previousnexttable of contents