NAG Library Manual, Mark 27.2
Interfaces:
FL
CL
CPP
AD
NAG CL Interface Introduction
G04 (Anova) Chapter Contents
G04 (Anova) Chapter Introduction
g04cz:
FL
CL
CPP
AD
NAG CL Interface
g04czc (factorial_free)
Keyword Search:
NAG Library Manual, Mark 27.2
Interfaces:
FL
CL
CPP
AD
NAG CL Interface Introduction
G04 (Anova) Chapter Contents
G04 (Anova) Chapter Introduction
g04cz:
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
g04czc
frees Nag allocated memory to some arguments in
g04cac
.
2
Specification
copy
#include <nag.h>
void
g04czc
(
double **
table
,
double **
tmean
,
double **
e
,
Integer **
imean
,
double **
semean
,
double **
bmean
)
The function may be called by the names:
g04czc
or
nag_anova_factorial_free
.
3
Description
g04czc
can be used to free the memory allocated to some pointers by
g04cac
and set their value to
NULL
.
g04czc
is recommended in preference to the Standard C function
free()
.
4
References
None.
5
Arguments
1:
table
–
double **
Input/Output
2:
tmean
–
double **
Input/Output
3:
e
–
double **
Input/Output
4:
imean
–
Integer **
Input/Output
5:
semean
–
double **
Input/Output
6:
bmean
–
double **
Input/Output
On entry
: the pointers to which memory has been allocated internally in
g04cac
.
On exit
: the memory allocated to each of the pointers is freed and the pointers are set to
NULL
.
6
Error Indicators and Warnings
None.
7
Accuracy
Not applicable.
8
Parallelism and Performance
g04czc
is not threaded in any implementation.
9
Further Comments
None.
10
Example
See
g04cac
.
NAG Library Manual, Mark 27.2
Interfaces:
FL
CL
CPP
AD
NAG CL Interface Introduction
G04 (Anova) Chapter Contents
G04 (Anova) Chapter Introduction
g04cz:
FL
CL
CPP
AD
© The Numerical Algorithms Group Ltd. 2021