Function LIN_dasdennis_allocated

Function Documentation

void LIN_dasdennis_allocated(int dim, int npart, double scale, double *dir, int npoints, void *mem)

Compute Das & Dennis points to allocated memory.

Description

This is the case where the memory is already allocated. For more details see LIN_dasdennis().

Parameters
  • dim – dimension

  • npart – Number of partitions

  • scale – Scaling factor

  • dir – Direction vector

  • npoints – Number of points

  • mem – Memory for points, memory must have been allocated

Returns

None