Template Function exafmm_t::get_bounds

Function Documentation

template<typename T>
void exafmm_t::get_bounds(const Bodies<T> &sources, const Bodies<T> &targets, vec3 &x0, real_t &r0)

Get bounding box of sources and targets.

Template Parameters

T – Target’s value type (real or complex).

Parameters
  • sources – Vector of sources.

  • targets – Vector of targets.

  • x0 – Coordinates of the center of the bounding box.

  • r0 – Radius of the bounding box.