Template Function bats::Freudenthal(size_t, size_t)

Function Documentation

template<typename CpxT>
CpxT bats::Freudenthal(size_t m, size_t n)

Freudenthal triangulation of 2-dimensional grid on m x n vertices

The grid is indexed in row-major order. The index for vertex (i,j) is j + n * i

Parameters
  • m – number of rows

  • n – number of columns