Template Function exafmm_t::set_children

Function Documentation

template<typename T>
void exafmm_t::set_children(Node<T> *parent, Node<T> *first_child)

A helper function to build the tree needed in kernel test.

Template Parameters

T – Real or complex type.

Parameters
  • parent – Pointer to parent node.

  • first_child – Pointer to first child node.