void(*prtFmt)(FILE *fp, void *p)

point to a print function to FILE point fp. The point to data is p. This work for x_tgeprint.

Types are defined here.

HEADER: source/include/cmkl.h

cases:

prtD print a double type floating.

prtZ print a double type complex.

prtZ0 print norm of a double type complex.