GNU Scientific Library - Bugs: bug #59912, gsl_permutation header files
You are not allowed to post comments on this tracker with your current authentication level.
bug #59912: gsl_permutation header files
Submitter: | Patrick Alken <psa> | ||
Submitted: | Wed 20 Jan 2021 02:38:43 AM UTC | ||
Category: | Documentation | Severity: | 3 - Normal |
Operating System: | Status: | None | |
Assigned to: | None | Open/Closed: | Open |
Release: |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
No changes have been made to this item
from brijesh =dot= upadhaya =at= gmail =dot= com
The part of gsl-2.5 documentation that describes the functions related to
permutations says
"The functions described in this chapter are defined in the header file
gsl_permutation.h"
However, I got a warning: implicit declaration of function
‘gsl_permute_matrix’, thus, I looked into the header files in /include/gsl
and found out that gsl_permutation.h didn't include gsl_permute_matrix.h.
This probably is not a bug as I added gsl_permute_matrix.h and compiled my
program. However, it wasn't mentioned in the online documentation.