SCALAPACK 2.2.2
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches

◆ PB_freebuf_()

void PB_freebuf_ ( void  )

Definition at line 19 of file PB_freebuf_.c.

20{
21/*
22* Purpose
23* =======
24*
25* PB_freebuf_ disposes the dynamic memory allocated by PB_Cgetbuf.
26*
27* -- Written on April 1, 1998 by
28* Antoine Petitet, University of Tennessee, Knoxville 37996, USA.
29*
30* ---------------------------------------------------------------------
31*/
32/* ..
33* .. Executable Statements ..
34*
35*/
36 (void) PB_Cgetbuf( " ", -1 );
37/*
38* End of PB_freebuf_
39*/
40}
char * PB_Cgetbuf()
Here is the call graph for this function: