Function concat_filename#

Function Documentation#

void concat_filename(const char *strLocation, const char *base_name, ord_t after, ord_t order, char *filename)#

Concatenate the filename for the pre-computed data cases.

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

  • base_name[in] String with the base name of the precomputed data. Example “fulldir”

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

  • filename[out] Full name of the file. Example “multtabl_n20_0.npy”