⇤ ← Revision 1 as of 2017-11-26 17:28:07
Size: 469
Comment:
|
← Revision 2 as of 2017-11-26 17:28:20 ⇥
Size: 471
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 10: | Line 10: |
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.