1HPL_pdpanel_disp(3) HPL Library Functions HPL_pdpanel_disp(3)
2
3
4
6 HPL_pdpanel_disp - Deallocate a panel data structure.
7
9 #include "hpl.h"
10
11 int HPL_pdpanel_disp( HPL_T_panel * * PANEL );
12
14 HPL_pdpanel_disp deallocates the panel structure and resources
15 and stores the error code returned by the panel factorization.
16
18 PANEL (local input/output) HPL_T_panel * *
19 On entry, PANEL points to the address of the panel data
20 structure to be deallocated.
21
23 HPL_pdpanel_new (3), HPL_pdpanel_init (3), HPL_pdpanel_free (3).
24
25
26
27HPL 2.2 February 24, 2016 HPL_pdpanel_disp(3)