NAG Library Manual, Mark 27.2
Interfaces:
FL
CL
CPP
AD
NAG CL Interface Introduction
G03 (Mv) Chapter Contents
G03 (Mv) Chapter Introduction
g03xz:
FL
CL
CPP
AD
NAG CL Interface
g03xzc (dend_free)
Keyword Search:
NAG Library Manual, Mark 27.2
Interfaces:
FL
CL
CPP
AD
NAG CL Interface Introduction
G03 (Mv) Chapter Contents
G03 (Mv) Chapter Introduction
g03xz:
FL
CL
CPP
AD
▸
▿
Contents
1
Purpose
2
Specification
3
Description
4
References
5
Arguments
6
Error Indicators and Warnings
7
Accuracy
8
Parallelism and Performance
9
Further Comments
10
Example
© The Numerical Algorithms Group Ltd. 2021
Settings help
CL Name Style:
Short (
a00aac
)
Long (
impl_details
)
Full (
nag_info_impl_details
)
1
Purpose
g03xzc
frees Nag allocated memory for the dendrogram array in
g03ehc
.
2
Specification
copy
#include <nag.h>
void
g03xzc
(
char ***
c
)
The function may be called by the names:
g03xzc
or
nag_mv_dend_free
.
3
Description
Memory is allocated internally by
g03ehc
to an array of character pointers, containing consecutive lines of the dendrogram.
g03xzc
can be used to free this memory and set the value of the individual pointers in the array of character pointers to
NULL
.
Please note that the standard C function
free()
must
not
be used to free this memory.
4
References
None.
5
Arguments
1:
c
–
char ***
Input/Output
On entry
: a pointer to an array of character pointers to which memory has been allocated internally by
g03ehc
.
On exit
: the memory allocated to each of the pointers in the pointer array is freed and the pointers are set to
NULL
.
6
Error Indicators and Warnings
None.
7
Accuracy
Not applicable.
8
Parallelism and Performance
g03xzc
is not threaded in any implementation.
9
Further Comments
None.
10
Example
See
g03ehc
.
NAG Library Manual, Mark 27.2
Interfaces:
FL
CL
CPP
AD
NAG CL Interface Introduction
G03 (Mv) Chapter Contents
G03 (Mv) Chapter Introduction
g03xz:
FL
CL
CPP
AD
© The Numerical Algorithms Group Ltd. 2021