Function loadnpy_multtabls#

Function Documentation#

void loadnpy_multtabls(char *strLocation, ord_t order, dhelp_t *p_dH)#

Loads the multiplication tables. Given the corresponding order and number of basis, it loads the file located at the given folder.

Parameters:
  • strLocation[in] String with the folder that contains the npy file with fulldir.

  • order[in] Order to be loaded. Example: 3.

  • nbasis[in] Number of basis. Example: 10

  • p_dH[out] Address of the helper to be loaded. Memory is allocated in this function.